From 5265e18c322ddd25b5076e1fb0ee538ee40bc7e7 Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 25 Aug 2024 12:45:26 +0200 Subject: [PATCH] add new release --- resources/blog.xml | 51 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/resources/blog.xml b/resources/blog.xml index 77b1622..0b1c145 100644 --- a/resources/blog.xml +++ b/resources/blog.xml @@ -2,8 +2,57 @@ urn:fusio-project-org:blog Fusio Blog - 2024-08-05T20:58:00Z + 2024-08-25T12:44:00Z + + urn:fusio-project-org:blog:65 + Fusio 5.1.4 released + + chriskapp + https://chrisk.app + + 2024-08-25T12:44:00Z + + This post announces the release of the next version 5.1.4 + + + + We are happy to release the next version 5.1.4 of Fusio.

+

The following list covers all important features of this release:

+ +
    +
  • + Added new index to fusio_log #575 +

    A new index was added to the fusio_log table to increase the performance.

    +
  • +
  • + Add Util-Template action +

    A new action Util-Template 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.

    +
  • +
  • + Add option to disable the database panel +

    A new config fusio_database was added to disable the database panel.

    +
  • +
  • + SQL entity generator use plain table name if available and add index only if needed +

    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.

    +
  • +
  • + Fix marketplace action installation +

    A problem was fixed which caused some issues on action installation.

    +
  • +
+ +

If you want to provide some feedback take a look at our GitHub discussions or +issues page.

+ +

Best regards
+Christoph

+ +]]>
+
urn:fusio-project-org:blog:64 Fusio 5.1.3 released