Skip to content

Commit

Permalink
add post
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jan 14, 2024
1 parent 7667ed0 commit 5b6f7d4
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion resources/blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,66 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:fusio-project-org:blog</id>
<title>Fusio Blog</title>
<updated>2023-07-30T17:02:00Z</updated>
<updated>2024-01-14T20:42:00Z</updated>
<link rel="self" href="https://www.fusio-project.org/blog/feed" type="application/atom+xml" />
<entry>
<id>urn:fusio-project-org:blog:58</id>
<title>Fusio 4.0.4 released</title>
<author>
<name>chriskapp</name>
<uri>https://chrisk.app</uri>
</author>
<updated>2024-01-14T20:42:00Z</updated>
<summary>
This post announces the release of Fusio version 4.0.4
</summary>
<category term="fusio" />
<category term="announcement" />
<content type="html"><![CDATA[
<p>We are happy to announce version 4.0.4 of Fusio, with this release we start 2024 pushing API development to the next
level. In the following list we cover all important changes:</p>
<ul>
<li>
<b>Improve backend dashboard response to prevent null values</b>
<p>The backend dashboard response does not include null values instead we use 0 for better backend charts.</p>
</li>
<li>
<b>SQL Adapter improve table generator schema name</b>
<p>The SQL adapter now uses better schema name in case you generate an API based on a table.</p>
</li>
<li>
<b>Add oracle and mssql docker image flavor</b>
<p>We have added an oracle and mssql docker image flavor in case you want to connect to a oracle or mssql database.</p>
</li>
<li>
<b>Backend app improve change detection of action and schema links</b>
<p>In some cases the action and schema detail view was not updated, this is now fixed and the component now renders correctly on change.</p>
</li>
<li>
<b>Backend app schema editor add raw JSON/YAML import</b>
<p>At the schema editor it is now possible to import raw JSON/YAML data.</p>
</li>
<li>
<b>Fixed CLI login expires in</b>
<p>A problem regarding the CLI login was fixed.</p>
</li>
<li>
<b>Fixed Google social login</b>
<p>A problem regarding the Google social login was fixed.</p>
</li>
<li>
<b>TypeAPI generate base url and security</b>
<p>The generated TypeAPI specification now contains the base ur and security settings of your Fusio instance.</p>
</li>
</ul>
<p>Best regards<br>
Christoph</p>
]]></content>
</entry>
<entry>
<id>urn:fusio-project-org:blog:57</id>
<title>Fusio 4.0.3 released</title>
Expand Down

0 comments on commit 5b6f7d4

Please sign in to comment.