Your IP : 3.148.206.183
### 5.2.2
* Add form feature to build Forms for your API endpoints
* Add option to configure trusted IP header for proxy
* Add command to migrate YAML definitions to PHP
* Add OpenAI SDK integration
* Improved docker handling in case the marketplace is down
* Fixed scope list empty #620
### 5.2.1
* Add Content-Type handling
* Update all adapter dependencies
* Improved marketplace list view
* Fix user role select #615
* Add option to specify operations as PHP config files instead of YAML
### 5.2.0
* Update Angular SDK
* Update backend app using the new Angular SDK
* Update chart response schema and data
* SQL-Query-All and SQL-Query-Row action add support for {user_id} and {user_name} placeholder which contains the user id and name of the current user
* Use SQL generated column enum
* Update PHP-Sandbox
* Update PHP dependencies and full PHP 8.4 support
* PHP 8.3 as minimum requirement
### 5.1.6
* Updated to latest TypeSchema version
* Backend and Developer app update to Angular 18
* Backend update TypeSchema editor
* Update Fusio SDK to SDKgen 2.0
* It is no longer possible to invoke an inactive operation, in this case the user receives a 410 status code #582
* Deleted scopes are no longer visible
* Update deps which fixes a security issue in twig/twig
* Fixed a CORS header problem for Firefox
### 5.1.5 (2024-08-31)
* Fix migration Version20240121100724 handle test table
### 5.1.4 (2024-08-25)
* Added new index to fusio_log #575
* Add Util-Template action
* Add option to disable the database panel
* SQL entity generator use plain table name if available and add index only if needed
* Fix marketplace action installation