Releases: apioo/fusio
Releases · apioo/fusio
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
v2.0.0-RC2
- It is now possible to deploy changes to a remote Fusio instance #356
- Moved all CLI commands to a separate package fusio/cli #357
- Moved all generated model classes to a separate package fusio/model
- Execute all internal periodic tasks through the cron system
- Added role concept, a role is assigned to a user and specifies the scopes and category
- Make category editable, this allows to create new categories for your app
- Consolidate OAuth2 endpoints
- An adapter can now register only provider classes
- Removed webserver config generation
v2.0.0-RC1
- Migrated all backend controller to actions
- Reorganized endpoints
- Improved RPC support
- Add option to execute an action async
- Migrated all schemas to TypeSchema
- Schema based on PHP class
- Improved backend app
- Redesigned adapter actions
- Removed migrations and moved all tables to InnoDB
- Set PHP 7.2 as min requirement and support 8.0
- Add properties to passthru record #316
- Add unique request id to the response header #298
v1.9.4
v1.9.3
- Migrated all apps to a repo with a fusio-apps prefix
- Removed backend app from repo and install backend app through marketplace on install
- Moved apps from public folder into a dedicated apps folder
- Added no SSL verify option to marketplace install/update command
- Add .htaccess to root dir which redirect all requests to the public/ folder