Skip to content

Commit

Permalink
add 5.1.2 release post
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 28, 2024
1 parent 237b718 commit 7c9b33f
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 1 deletion.
Binary file added public/img/blog/63/json_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/blog/63/new_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/img/blog/63/test_panel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 73 additions & 1 deletion resources/blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,80 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:fusio-project-org:blog</id>
<title>Fusio Blog</title>
<updated>2024-07-14T11:04:00Z</updated>
<updated>2024-07-28T20:36:00Z</updated>
<link rel="self" href="https://www.fusio-project.org/blog/feed" type="application/atom+xml" />
<entry>
<id>urn:fusio-project-org:blog:63</id>
<title>Fusio 5.1.2 released</title>
<author>
<name>chriskapp</name>
<uri>https://chrisk.app</uri>
</author>
<updated>2024-07-28T20:52:00Z</updated>
<summary>
This post announces the release of the next version 5.1.2
</summary>
<category term="fusio" />
<category term="announcement" />
<content type="html"><![CDATA[
<p>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.</p>
<p>In the following list we cover all important features of this new release:</p>
<ul>
<li>
<b>Add test panel to test the quality of your API</b>
<p>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.</p>
<div class="mt-4 mb-4 text-center">
<img src="/img/blog/63/test_panel.png" alt="Test panel" class="img-fluid">
</div>
</li>
<li>
<b>Add JSON detail view to backend</b>
<p>We have added a JSON button which allows you to view the raw JSON value of the underlying resource.</p>
<div class="mt-4 mb-4 text-center">
<img src="/img/blog/63/json_view.png" alt="JSON view" class="img-fluid">
</div>
</li>
<li>
<b>Add new statistic activities per user, most used activities, user registrations and update dashboard</b>
<p>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.</p>
<div class="mt-4 mb-4 text-center">
<img src="/img/blog/63/new_dashboard.png" alt="New Dashboard" class="img-fluid">
</div>
</li>
<li>
<b>Convert id response property from int to string and removed affected property</b>
<p>The id property of a success message at the SQL actions has changed from int to string so that it fits the schema.</p>
</li>
<li>
<b>Fix install backend app</b>
<p>There was an error at the install.php script regarding the Fusio app installation which is now fixed</p>
</li>
<li>
<b>Fix app env command to include scopes</b>
<p>The env command includes now also all scopes</p>
</li>
<li>
<b>Fix installation sync to automatically add new scopes on migration</b>
<p>We fixed an error regarding the scope migration so that new scopes are now correctly added.</p>
</li>
</ul>
<p>If you want to provide some feedback take a look at our GitHub <a href="https://github.com/apioo/fusio/discussions">discussions</a> or
<a href="https://github.com/apioo/fusio/issues">issues</a> page.</p>
<p>Best regards<br>
Christoph</p>
]]></content>
</entry>
<entry>
<id>urn:fusio-project-org:blog:62</id>
<title>Fusio 5.1.0 released</title>
Expand Down

0 comments on commit 7c9b33f

Please sign in to comment.