Skip to content

Releases: apioo/fusio

v2.0.4

15 Jul 19:28
Compare
Choose a tag to compare
  • Added VSCode Fusio plugin
  • Added Laravel PHP SDK
  • Improved PHP/Javascript SDK
  • Add page handling

v2.0.3

24 Apr 14:32
Compare
Choose a tag to compare
  • Add postman routes provider which allows to import a postman export
  • Improve CORS handling for error responses
  • Update composer dependencies

v2.0.2

24 Feb 21:09
Compare
Choose a tag to compare
  • Fix async action execution command
  • Fix documentation endpoint return correct export links
  • About response add additional links and categories and scopes

v2.0.1

09 Feb 18:58
Compare
Choose a tag to compare
  • Fix installer env quoting #365

v2.0.0

06 Feb 18:38
Compare
Choose a tag to compare
  • Updated client SDKs
  • Moved apps folder to public folder

v2.0.0-RC2

15 Jan 20:32
Compare
Choose a tag to compare
  • 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

28 Dec 00:17
Compare
Choose a tag to compare
  • 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

20 Jun 20:23
Compare
Choose a tag to compare
  • Add driver option to env file
  • Add A/B test action #314
  • Add JSON patch action #315
  • Add util cache action #313

v1.9.3

09 May 18:29
Compare
Choose a tag to compare
  • 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

v1.9.2

18 Apr 18:33
Compare
Choose a tag to compare
  • Developer app add user activation
  • Developer app add password reset #303
  • Fix and improve user activation and password reset API endpoint
  • Add captcha check to password reset endpoint
  • Allow dot in event name
  • Fix deletion of active routes #300