Skip to content

Releases: apioo/fusio

v5.1.5

31 Aug 18:44
Compare
Choose a tag to compare
  • Fix migration Version20240121100724 handle test table

v5.1.4

25 Aug 09:34
Compare
Choose a tag to compare
  • Added new index to fusio_log #575
  • Add Util-Template action
  • Add option to disable the database panel
  • SQL entity generator use plain table name if available and add index only if needed
  • Fix marketplace action installation

v5.1.3

05 Aug 19:32
Compare
Choose a tag to compare
  • Add category id to connection
  • Add option to disable a specific test case
  • Streamline worker response return
  • Test use transaction around main connection
  • Fix set HTTP code on existing operation
  • SQL action handle UUID as primary key
  • Add GraphQL-Query action
  • Improve marketplace env handling to replace only string values

v5.1.2

28 Jul 18:26
Compare
Choose a tag to compare
  • Add test panel to test the quality of your API
  • Add JSON detail view to backend
  • Add new statistic activities per user, most used activities, user registrations and update dashboard
  • Convert id response property from int to string and removed affected property
  • Fix install backend app
  • Fix app env command to include scopes
  • Fix installation sync to automatically add new scopes on migration

v5.1.1

14 Jul 18:55
Compare
Choose a tag to compare
  • Fix marketplace env command

v5.1.0

13 Jul 22:29
Compare
Choose a tag to compare
  • Add backend database panel
  • Integrate the new marketplace
  • Add development section to the backend app
  • Add SDK Fabric adapter
  • Add PHP local worker
  • Improve PHP worker use engine interface

v5.0.0

01 Jun 11:55
Compare
Choose a tag to compare
  • Multi tenancy
  • Worker redesign
  • Personal access token
  • Config add option to exclude specific actions and connections
  • Add account app
  • Access metadata in action
  • Backup import/export
  • Every create, update and delete operation now returns the affected id
  • Added and improved actions
  • Improved OAuth2 connection handling

v4.0.5

17 Mar 18:30
Compare
Choose a tag to compare
  • Fix developer portal password reset captcha
  • Truncate long User-Agent headers
  • HTTP processor ignore hop by hop headers
  • HTTP processor add input to configure fix query parameters
  • HTTP processor and connection set user agent
  • HTTP connection add option to set an Authorization header
  • Fix record serialization so that it is possible to put a record into the queue

v4.0.4

14 Jan 19:04
Compare
Choose a tag to compare
  • Improve backend dashboard response to prevent null values
  • SQL Adapter improve table generator schema name
  • Add oracle and mssql docker image flavor
  • Backend app improve change detection of action and schema links
  • Backend app schema editor add raw JSON/YAML import
  • Fixed CLI login expires in
  • Fixed Google social login
  • TypeAPI generate base url and security

v4.0.3

28 Oct 15:07
Compare
Choose a tag to compare
  • Fix backend sdk download button
  • OAuth2 endpoint use seconds for "expires_in" instead of unix timestamp
  • Add sdkgen integration