Releases: apioo/fusio
Releases Β· apioo/fusio
v6.0.0
- Added MCP server #626
- Improved API documentation
- Added OAuth2 authorization server #245
- Added Fusio identity provider to use the internal authorization server
- Added well-known oauth protected resource endpoint RFC9728
- Add backend filesystem, http and sdk API and panel #609
- Moved backend database endpoint under connection (breaking change)
- Add option to configure different captcha provider
- Add config option to disable user registration
- Improve responsive design of the backend app
v5.2.5
- Upgrade command use resources path
- App detect url via javascript for localhost
- Implement API Catalog RFC9727
- Add humans.txt and robots.txt
- Added the following .well-known/ uris: api-catalog, oauth-authorization-server and security.txt
- Fix redoc app handle dynamic urls
- Add order direction parameter to SqlSelectAll action
- Fix WorkerPHPLocal action cache path
- Removed introspection from database connections
v5.2.4
v5.2.3
v5.2.2
v5.2.1
v5.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
v5.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