Blog

Version 0.6.3 released

posted by chriskapp on

We like to announce version 0.6.3 of Fusio. This post covers the 0.6.1 to 0.6.3 release. The main focus of this release was on the transition of the backend app to browserify. Through this we are now also able to offer an electron app of the backend app. Also we have now an official docker container. In the following the coverage of the combined changelog:

  • Added config tag form

    A action and connection can now use a tag input element where the user can add comma separated values. In the action or connection you receive the value as array.

  • Action and connection config allow scalar and array values

    It is now possible to provide scalar and array values as config parameters.

  • Update json schema preview style

    The style of the preview was improved

  • Add system status check command

    We have now a new command to check whether all tables are installed or a user was created. This command is used in the docker container to determine whether we need start the installation process

  • Removed randomlib and use random_bytes to generate token

    We use now the native PHP random_bytes function to generate a token

  • Transition backend app to browserify and remove bower_components

    The backend app was transitioned to browserify so we use now only the node modules and could therefore remove the bower components

  • Update v8 adapter

    The V8 adapter was updated which brings some new methods the V8 API