Blog

Fusio 0.3.3 released

posted by chriskapp on

We are happy to release version 0.3.3 of Fusio. This release contains many improvements and some important bug fixes. In the following as usual the complete changelog of this release. We did not explicit announce the 0.3.1 and 0.3.2 version so we include those changes also in the list.

  • Added TryCatch action

    We have added a new try catch action which executes a specific action and in case of an error it returns the response of another action

  • SQL-Connection set utf8 charset and disable emulated prepared statements for mysql

    For database mysql connections we set the charset to utf8 and disable emulated prepared statements so that it is possible to use prepared statments also in the limit clause

  • Added more template filters

    We have added more filters which can be used inside a template i.e.:

    {"value": {{ request.getParameter("startIndex")|integer }} }
  • Added user object to context at the condition action

    Inside the condition action you can access now the user object

  • Improve SQL-Builder action

    We throw now a 404 error in case now result is returned

  • Add an option to provide examples for each API endpoint to the documentation

    It is now possible to define custom example files per API which are shown in the API documentation

  • Unified url configuration for the backend, consumer and documentation app

    All three AngularJS apps have now a config provider which can be configured

  • Add overview doc

    We have added a Fusio overview chapter to the manual

  • Add config help

    The missing config help file was added

  • 0.3.2
  • Fix route deployment to live

    There was a problem with the status change from development to live

  • 0.3.1
  • Consumer add documentation link

    We have added a link to the API documentation

  • Fix consumer navigation

    There was a bug that the consumer navigation was not included in the minified js