Skip to content

Commit

Permalink
add post
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Apr 27, 2024
1 parent 12d3d47 commit 72e6344
Showing 1 changed file with 42 additions and 1 deletion.
43 changes: 42 additions & 1 deletion resources/blog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,49 @@
<feed xmlns="http://www.w3.org/2005/Atom">
<id>urn:fusio-project-org:blog</id>
<title>Fusio Blog</title>
<updated>2024-03-17T20:24:00Z</updated>
<updated>2024-04-27T12:03:00Z</updated>
<link rel="self" href="https://www.fusio-project.org/blog/feed" type="application/atom+xml" />
<entry>
<id>urn:fusio-project-org:blog:60</id>
<title>Website update and preparing the 5.0 release</title>
<author>
<name>chriskapp</name>
<uri>https://chrisk.app</uri>
</author>
<updated>2024-04-27T12:03:00Z</updated>
<summary>
This post explains the latest website updates and our plans for the next 5.0 release.
</summary>
<category term="fusio" />
<category term="announcement" />
<content type="html"><![CDATA[
<p>We are currently preparing the launch of the next Fusio major release version 5.0. As first step
we are rolling out our website and documentation update.</p>
<p>We have identified and described 5 use cases of Fusio, we have gathered these use cases over the
years working with our users and we think this should help new users to see how Fusio can be used.
These use cases are now listed in the <a href="https://docs.fusio-project.org/docs/use_cases/">documentation</a>
and also at the <a href="https://www.fusio-project.org/use-cases">website</a>.</p>
<p>Besides this we have updated our <a href="https://www.fusio-project.org/sdk">SDK page</a> which now lists
our additional C# and Python SDK and also provides direct links to examples. At the documentation we have also rewritten
many pages for the latest 5.0 release and added more screenshots and explanations how to configure specific actions.</p>
<p>Regarding the next 5.0 release, we are currently in the last steps to test and polish the 5.0 release. We have
implemented all planed features from our roadmap: Multi-Tenancy, Worker redesign, Personal Access Tokens, C# and Python SDK.
Especially the Multi-Tenancy feature is a big change so if you like to help with testing feel free to check out the latest
Fusio version from <a href="https://github.com/apioo/fusio">GitHub</a> which already contains all 5.0 dependencies.</p>
<p>With this update we enter a feature freeze where we and our users can test and evaluate the latest release. We are
planing to release the next Fusio version by the end of may. If you have any testing feedback please feel
free to directly create an issue at <a href="https://github.com/apioo/fusio">GitHub</a>.</p>
<p>Best regards<br>
Christoph</p>
]]></content>
</entry>
<entry>
<id>urn:fusio-project-org:blog:59</id>
<title>Fusio 4.0.5 released</title>
Expand Down

0 comments on commit 72e6344

Please sign in to comment.