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

Changelog History
Page 1

  • v3.3.0 Changes

    October 13, 2022
    • โšก๏ธ Updated developer app to latest sdk version
    • ๐Ÿ›  Fix link of the default developer portal content #474
    • ๐Ÿ‘‰ Add metadata property to important models and remove fusio_user_attributes config #470
    • Record period start/end date of subscriptions to get a list of active plans for a user
    • โž• Add option to configure a return url for the payment portal
    • Include plan scopes in user account response
    • โž• Add generate SDK command
    • โž• Add generate model command
    • โž• Add generate table command
  • v3.2.3 Changes

    August 21, 2022
    • โšก๏ธ Update developer app to Angular
    • โšก๏ธ Update default developer portal page content
    • 0๏ธโƒฃ Register default scope to default role
    • ๐Ÿ‘Œ Improve social login provider and token response
    • Transform transaction cents to usd
  • v3.2.2 Changes

    August 10, 2022
    • โž• Add missing event subscription response handling
    • โž• Add missing default generators to docker image
    • ๐Ÿ›  Fix generator scope handling
  • v3.2.1 Changes

    August 09, 2022
    • ๐Ÿ›  Fix data sync to properly migrate an older Fusio version
  • v3.2.0 Changes

    August 07, 2022
    • โšก๏ธ Update backend app to Angular
    • โž• Add connection inspection
    • โž• Add SqlEntity generator provider
    • ๐Ÿ‘Œ Improved sql adapter actions
    • Marketplace install handle Angular apps
    • ๐Ÿšš Move routes provider to generator namespace
    • ๐Ÿ›  Many small endpoint schema fixes
    • โž• Add CORS handling to OAuth2 endpoint
    • โž• Add util event dispatch action
  • v3.1.1 Changes

    June 05, 2022
    • โž• Add migration to deactivate old contract and invoice routes
  • v3.1.0 Changes

    June 05, 2022
    • Reworked payment system
    • โž• Added deeper Stripe integration handle now complex pricing models through Stripe
    • โœ‚ Removed contract and invoice handling inside Fusio and outsource those to the payment provider
    • ๐Ÿ‘‰ Use the Stripe billing portal where a user can manage all subscriptions
    • โœ‚ Remove contract and invoice panel from the backend app
    • โž• Added payment provider webhook support where Fusio receives events from the payment provider
    • โž• Added a trash panel to the backend app where user can restore a deleted record
    • โž• Add autoload to src/ folder
    • ๐Ÿ– Handle gracefully in case the apps dir does not exist
    • โž• Added SqlBuilder action
  • v3.0.0 Changes

    April 02, 2022
    • PHP 8.0 as minimum requirement
    • โšก๏ธ Updated code base and underling dependencies to PHP 8.0
    • ๐Ÿ‘Œ Improved handling of social login credentials
    • ๐Ÿ‘Œ Improved cron system
    • โœ‚ Removed internal scopes from OpenAPI spec #443
    • Reset password link in email incorrect #436
    • Notification in case a user runs out of points #427
    • "Entry successful deleted" incorrectly reported #429
    • โž• Added an option to deactivate the marketplace
    • โšก๏ธ Updated docker image which now contains all apps and adapter
    • ๐Ÿ’ป Include Swagger-UI in developer portal
    • โšก๏ธ Updated help in backend app using now our docs.fusio-project.org website
    • ๐Ÿ‘Œ Improved file upload handling
    • โž• Add files directory routes provider and actions
  • v2.1.9 Changes

    January 24, 2022
    • ๐Ÿ‘‰ Use symfony mailer
  • v2.1.8 Changes

    January 21, 2022
    • ๐Ÿšš Moved login provider keys to config
    • ๐Ÿ‘Œ Improve routes provider import