Skip to content

Releases: apioo/fusio

v0.9.4

26 Aug 09:45
Compare
Choose a tag to compare
  • Added automatic engine detection
  • Improved backend app
  • Log execution time of an action and add new statistics
  • Added openapi generation and import support
  • Handle schema for query parameters
  • Improved route serialization #44
  • Handle multiple responses for different status codes
  • Split up deploy file into separate files
  • Removed routes action and schema relation handling
  • Removed old upgrade paths
  • Execute migration on an empty database schema

v0.9.3

20 Jul 19:48
Compare
Choose a tag to compare
  • Deploy command handle verbose mode
  • Add general update code which inserts new routes on update
  • Add statistic request count method

v0.9.2

09 Jul 07:34
Compare
Choose a tag to compare
  • Add audit panel which contains a log from every action on the system
  • Added event handler

v0.9.1

28 Jun 19:57
Compare
Choose a tag to compare
  • Rename default namespace
  • Update docs
  • Add action engine parameter to export

v0.9.0

11 Jun 21:42
Compare
Choose a tag to compare
  • Improved deploy service
  • Changed default todo sample API to php file engine
  • Option to set config values in the deploy file
  • Add action resolver which determines the engine which is used i.e. php or v8
  • Move routes config handling to a separate service

v0.8.0

25 May 18:56
Compare
Choose a tag to compare
  • Update api documentation app
  • Add oauth2 filter also for public endpoints if authorization header is available
  • Improve method selection performance
  • Added migration command which lists all executed migrations

v0.7.4

29 Apr 23:09
Compare
Choose a tag to compare
  • Deploy config allow schema include and class name as action in a route

v0.7.3

18 Apr 22:56
Compare
Choose a tag to compare
  • Updated default deployment configuration
  • Access env vars in deploy configuration
  • Handle non empty connection passwords in the deploy config #37
  • Extended manual

v0.7.2

08 Apr 17:26
Compare
Choose a tag to compare
  • Added deploy migration

v0.7.1

26 Mar 20:49
Compare
Choose a tag to compare
  • Added deploy command
  • Add issued token statistic
  • Add app token endpoint
  • The protected API endpoints accept now also a JWT as bearer token which was obtained by the /consumer/login endpoint
  • Added consumer endpoint documentation test cases