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

Changelog History
Page 9

  • v0.4.1 Changes

    November 02, 2016
    • โž• Added rate limit
    • ๐Ÿ‘Œ Improved and extended console commands
    • ๐Ÿ‘Œ Improved backend app
    • โž• Added test cases
  • v0.4.0 Changes

    October 09, 2016
    • ๐Ÿšš Moved logic to the fusio engine and extracted action and connection implementation
    • ๐Ÿ‘Œ Improved backend ui use Robot font
  • v0.3.5 Changes

    September 17, 2016
    • ๐Ÿ“‡ Renamed consumer app to developer and improved the app
    • โž• Added SQL table action
    • โœ… Option to provide the request method when testing an action
  • v0.3.4 Changes

    August 25, 2016
    • ๐Ÿ’ป Streamlined backend ui
    • ๐Ÿ‘Œ Improved route lookup speed
    • Backend add global loading animation
    • ๐Ÿ›  Fixed detail and schema import/export command
    • โž• Added dialog to test an action
    • ๐Ÿ’ป Database ui add auto increment option
    • โž• Add repeat password question to adduser command
  • v0.3.3 Changes

    July 31, 2016
    • โž• Added TryCatch action
    • SQL-Connection set utf8 charset and disable emulated prepared statements for mysql
    • โž• Added more template filters
    • โž• Added user object to context at the condition action
    • ๐Ÿ‘Œ Improve SQL-Builder action
    • โž• Add an option to provide examples for each API endpoint to the documentation
    • ๐Ÿ“š Unified url configuration for the backend, consumer and documentation app
    • โž• Add overview doc
    • โž• Add config help
  • v0.3.2 Changes

    July 23, 2016
    • ๐Ÿ›  Fix route deployment to live
  • v0.3.1 Changes

    July 22, 2016
    • ๐Ÿ“š Consumer add documentation link
    • ๐Ÿ›  Fix consumer navigation
  • v0.3.0 Changes

    July 20, 2016
    • ๐Ÿšš Rewrote consumer implementation moved from jQuery to AngularJS
    • โž• Add backend database panel to create and edit database schemas
    • ๐Ÿš€ Moved route configuration into a seperate table and add deploy mechanism which copies all route configurations if the API status is set to production
    • โž• Add backend configuration
    • โž• Add sqlbuilder action to build a response based on multiple SQL queries
    • ๐Ÿ‘Œ Improved docs
    • โž• Add user to context
    • โฌ†๏ธ Upgrade backend app to angular 1.5, angular-ui 1.2 and bootstrap 3.3
    • โž• Add parameters field to app
    • โฌ†๏ธ Upgrade PSX to 2.0
  • v0.2.2 Changes

    February 27, 2016
    • โž• Add system import/export command
    • โž• Add user to context
    • โž• Add jsonschema import and generate access token command
    • ๐Ÿ‘Œ Improved services to check whether a resource already exists
  • v0.2.1 Changes

    January 28, 2016
    • โž• Added documentation and improved help docs
    • ๐Ÿšš Moved backend code into seperate composer project
    • Encrypt connection credentials in database
    • โž• Added a access token generation method to the app service which is used globally
    • โž• Add support for implicit grant to simplify the use of Fusio for js applications
    • Action cache consider also uri fragments and parameters in cache key
    • โœ‚ Removed client credentials grant and use instead password grant