All Versions
99
Latest Version
Avg Release Cycle
28 days
Latest Release
834 days ago
Changelog History
Page 9
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