Skip to content

Commit

Permalink
add new release
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 25, 2024
1 parent 65ee3fe commit 5265e18
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion resources/blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,57 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:fusio-project-org:blog</id>
<title>Fusio Blog</title>
<updated>2024-08-05T20:58:00Z</updated>
<updated>2024-08-25T12:44:00Z</updated>
<link rel="self" href="https://www.fusio-project.org/blog/feed" type="application/atom+xml" />
<entry>
<id>urn:fusio-project-org:blog:65</id>
<title>Fusio 5.1.4 released</title>
<author>
<name>chriskapp</name>
<uri>https://chrisk.app</uri>
</author>
<updated>2024-08-25T12:44:00Z</updated>
<summary>
This post announces the release of the next version 5.1.4
</summary>
<category term="fusio" />
<category term="announcement" />
<content type="html"><![CDATA[
<p>We are happy to release the next version 5.1.4 of Fusio.</p>
<p>The following list covers all important features of this release:</p>
<ul>
<li>
<b>Added new index to fusio_log <a href="https://github.com/apioo/fusio/issues/575">#575</a></b>
<p>A new index was added to the fusio_log table to increase the performance.</p>
</li>
<li>
<b>Add Util-Template action</b>
<p>A new action <code>Util-Template</code> was added which allows to build a custom responses using a template engine, this can be useful to build i.e. HTML or XML responses.</p>
</li>
<li>
<b>Add option to disable the database panel</b>
<p>A new config <code>fusio_database</code> was added to disable the database panel.</p>
</li>
<li>
<b>SQL entity generator use plain table name if available and add index only if needed</b>
<p>The SQL entity generator now uses the plain table name and adds only an index if the table already exists. Since it is now possible to delete an table through the database panel it is no longer needed to always use the index.</p>
</li>
<li>
<b>Fix marketplace action installation</b>
<p>A problem was fixed which caused some issues on action installation.</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:64</id>
<title>Fusio 5.1.3 released</title>
Expand Down

0 comments on commit 5265e18

Please sign in to comment.