diff --git a/resources/blog.xml b/resources/blog.xml index 248b59e..45d77ee 100644 --- a/resources/blog.xml +++ b/resources/blog.xml @@ -2,8 +2,66 @@ urn:fusio-project-org:blog Fusio Blog - 2023-07-30T17:02:00Z + 2024-01-14T20:42:00Z + + urn:fusio-project-org:blog:58 + Fusio 4.0.4 released + + chriskapp + https://chrisk.app + + 2024-01-14T20:42:00Z + + This post announces the release of Fusio version 4.0.4 + + + + 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:

+ +
    +
  • + Improve backend dashboard response to prevent null values +

    The backend dashboard response does not include null values instead we use 0 for better backend charts.

    +
  • +
  • + SQL Adapter improve table generator schema name +

    The SQL adapter now uses better schema name in case you generate an API based on a table.

    +
  • +
  • + Add oracle and mssql docker image flavor +

    We have added an oracle and mssql docker image flavor in case you want to connect to a oracle or mssql database.

    +
  • +
  • + Backend app improve change detection of action and schema links +

    In some cases the action and schema detail view was not updated, this is now fixed and the component now renders correctly on change.

    +
  • +
  • + Backend app schema editor add raw JSON/YAML import +

    At the schema editor it is now possible to import raw JSON/YAML data.

    +
  • +
  • + Fixed CLI login expires in +

    A problem regarding the CLI login was fixed.

    +
  • +
  • + Fixed Google social login +

    A problem regarding the Google social login was fixed.

    +
  • +
  • + TypeAPI generate base url and security +

    The generated TypeAPI specification now contains the base ur and security settings of your Fusio instance.

    +
  • +
+ +

Best regards
+Christoph

+ +]]>
+
urn:fusio-project-org:blog:57 Fusio 4.0.3 released