We are happy to announce version 1.3.1 of Fusio. This release adds support for mutliple database vendors. Previously it was only possible to install Fusio on Mysql now Fusio supports must popular db vendors i.e. PostgreSQL, MSSQL and Oracle.
-
Improve serialization formats store all data json encoded instead of
PHP serialized
Previously Fusio stored data through PHPs internal serialization. Since this mechanism has some security flaws we have moved to simple json encoded data.
-
Make Fusio compatible with multiple database vendors and renamed
camel case database columns to snake case columns
Add support for multiple db vendors because of this we have renamed some camel case columns to snake case.