Blog

Released version 0.2.2

posted by chriskapp on

We are happy to introduce version 0.2.2 of Fusio. This release contains a new system import and export command through that it is possible to backup the complete system into a json file and import this file into another system. In the following the coverage of the changelog:

Changelog

  • Add system import/export command

    Command to export the system into a JSON structure and to import this structure. This JSON structure can also be used as base to build an adapter

  • Add user to context

    The context object contains now the user object. Also the logging table contains the user id if available

  • Add jsonschema import and generate access token command

    We have added a command to import an arbitrary json schema into the system and a command to generate an access token

  • Improved services to check whether a resource already exists

    We check now whether a resource exists and throw an appropriated exception if a resource is not available

Upgrade

This release is backwards compatible to the 0.2.x release. You can simply replace the files and call the php fusio/bin install command.