Blog

Fusio 5.1.2 released

posted by chriskapp on

We are happy to release the next version 5.1.2 of Fusio. This release adds a new test panel which helps to improve the quality of your API, also we have added new statistics and improved the dashboard.

In the following list we cover all important features of this new release:

  • Add test panel to test the quality of your API

    We have added a new test panel at the development section which helps to test your API endpoints. If you run the tests Fusio will invoke every API endpoint and check whether the response code matches and also that a schema is defined and the returned response fits to the schema. You can also set parameters to invoke your operation. All tests are executed under a transaction so that they have no direct side effect on your actual database.

    Test panel
  • Add JSON detail view to backend

    We have added a JSON button which allows you to view the raw JSON value of the underlying resource.

    JSON view
  • Add new statistic activities per user, most used activities, user registrations and update dashboard

    We have added new statistics and updated the dashboard, it now includes the Test coverage, Most used activities, Activities per user and User registrations. Please note that you also need to use the new backend app version if you update Fusio.

    New Dashboard
  • Convert id response property from int to string and removed affected property

    The id property of a success message at the SQL actions has changed from int to string so that it fits the schema.

  • Fix install backend app

    There was an error at the install.php script regarding the Fusio app installation which is now fixed

  • Fix app env command to include scopes

    The env command includes now also all scopes

  • Fix installation sync to automatically add new scopes on migration

    We fixed an error regarding the scope migration so that new scopes are now correctly added.

If you want to provide some feedback take a look at our GitHub discussions or issues page.

Best regards
Christoph