diff --git a/public/img/blog/63/json_view.png b/public/img/blog/63/json_view.png new file mode 100644 index 0000000..6d6d99f Binary files /dev/null and b/public/img/blog/63/json_view.png differ diff --git a/public/img/blog/63/new_dashboard.png b/public/img/blog/63/new_dashboard.png new file mode 100644 index 0000000..aecba56 Binary files /dev/null and b/public/img/blog/63/new_dashboard.png differ diff --git a/public/img/blog/63/test_panel.png b/public/img/blog/63/test_panel.png new file mode 100644 index 0000000..c34b937 Binary files /dev/null and b/public/img/blog/63/test_panel.png differ diff --git a/resources/blog.xml b/resources/blog.xml index 566bbf9..025be5b 100644 --- a/resources/blog.xml +++ b/resources/blog.xml @@ -2,8 +2,80 @@ urn:fusio-project-org:blog Fusio Blog - 2024-07-14T11:04:00Z + 2024-07-28T20:36:00Z + + urn:fusio-project-org:blog:63 + Fusio 5.1.2 released + + chriskapp + https://chrisk.app + + 2024-07-28T20:52:00Z + + This post announces the release of the next version 5.1.2 + + + + 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

+ +]]>
+
urn:fusio-project-org:blog:62 Fusio 5.1.0 released