All Versions
99
Latest Version
Avg Release Cycle
28 days
Latest Release
553 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