We like to announce the next version 5.2.4 of Fusio. The following list covers all important features of this release:
-
Update apps list
We have updated the design of the app list script in the apps/ folder.
-
Improve base url detection without defining a url
Fusio now tries to auto-detect the url of your server by using the Host header in case no url was configured. Previously it was required to provide the url.
-
Exclude firewall and rate-limit on deploy and testing
The firewall was excluded from internal deployment and testing so that you don't get a ban in case of errors.
-
Add schema nullable handling
It is now possible to use the
nullableattribute at your schema which allows making properties mandatory in case they arenullable: false, by default every property is nullable. -
Remove trailing slash from OpenAPI specification
On OpenAPI generation we have removed the trailing slash of the base url.
With this release, we have also updated our website and readme to help new users start with Fusio.
If you want to provide some feedback take a look at our GitHub discussions or issues page.
Best regards
Christoph