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:
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.
We have added a JSON button which allows you to view the raw JSON value of the underlying resource.
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.
The id property of a success message at the SQL actions has changed from int to string so that it fits the schema.
There was an error at the install.php script regarding the Fusio app installation which is now fixed
The env command includes now also all scopes
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