All Versions
99
Latest Version
Avg Release Cycle
28 days
Latest Release
552 days ago

Changelog History
Page 3

  • v2.0.2 Changes

    February 24, 2021
    • ๐Ÿ›  Fix async action execution command
    • ๐Ÿ›  Fix documentation endpoint return correct export links
    • About response add additional links and categories and scopes
  • v2.0.1 Changes

    February 09, 2021
    • ๐Ÿ›  Fix installer env quoting #365
  • v2.0.0 Changes

    February 06, 2021
    • โšก๏ธ Updated client SDKs
    • ๐Ÿšš Moved apps folder to public folder
  • v2.0.0-RC2 Changes

    January 15, 2021
    • ๐Ÿš€ 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 Changes

    December 28, 2020
    • 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 Changes

    June 20, 2020
    • โž• 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 Changes

    May 09, 2020
    • 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 Changes

    April 18, 2020
    • 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
  • v1.9.1 Changes

    April 05, 2020
    • ๐Ÿ‘Œ Improved the routes overview at the backend app
    • Action constructor dependency injection #301
    • Publish internal events through webhooks feature #288
    • โž• Add option to deploy a schema class #251
    • SqlTable provider generate schema based on the table schema #294
    • โž• Add Laravel and Symfony adapter #246
    • โž• Add PHP version 7.4 to all test cases
    • ๐Ÿ‘‰ Make schema TypSchema compatible
  • v1.9.0 Changes

    February 04, 2020
    • โž• Add rest password process for users which have registered through email. If the process the user receives an email containing a link with a token which can be used to change the current password
    • ๐Ÿ“‡ Renamed column period to period_type for MariaDB compatibility #252
    • Return refresh token for simple login and add option extend an existing access token #264
    • ๐Ÿšš Restructured clean command to remove expired database entries i.e. app token instead of removing the demo files
    • โž• Added specific scopes to backend/consumer endpoints to allow access to only specific parts of the backend/consumer API
    • โž• Add option to request concrete scopes for backend and consumer authorization
    • Expired JWT return proper 401 status code #268