Skip to content

Releases: apioo/fusio

v5.2.5

21 Jun 19:10
Compare
Choose a tag to compare
  • Upgrade command use resources path
  • App detect url via javascript for localhost
  • Implement API Catalog RFC9727
  • Add humans.txt and robots.txt
  • Added the following .well-known/ uris: api-catalog, oauth-authorization-server and security.txt
  • Fix redoc app handle dynamic urls
  • Add order direction parameter to SqlSelectAll action
  • Fix WorkerPHPLocal action cache path
  • Removed introspection from database connections

v5.2.4

11 Jun 20:58
Compare
Choose a tag to compare
  • Update apps list
  • Improve base url detection without defining a url
  • Exclude firewall and rate-limit on deploy and testing
  • Add schema nullable handling
  • Remove trailing slash from OpenAPI specification

v5.2.3

04 May 20:14
Compare
Choose a tag to compare
  • Add option to set user points via API #586
  • Added firewall feature #508 #154
  • Add verbose mode to marketplace env/install/upgrade command for debugging #625
  • Add CLI option to ready payload from stdin
  • Updated marketplace env command, add an option to replace all available apps

v5.2.2

12 Apr 14:24
Compare
Choose a tag to compare
  • Add form feature to build Forms for your API endpoints
  • Add option to configure trusted IP header for proxy
  • Add command to migrate YAML definitions to PHP
  • Add OpenAI SDK integration
  • Improved docker handling in case the marketplace is down
  • Fixed scope list empty #620

v5.2.1

22 Mar 16:32
Compare
Choose a tag to compare
  • Add Content-Type handling
  • Update all adapter dependencies
  • Improved marketplace list view
  • Fix user role select #615
  • Add option to specify operations as PHP config files instead of YAML

v5.2.0

08 Mar 12:06
Compare
Choose a tag to compare
  • Update Angular SDK
  • Update backend app using the new Angular SDK
  • Update chart response schema and data
  • SQL-Query-All and SQL-Query-Row action add support for {user_id} and {user_name} placeholder which contains the user id and name of the current user
  • Use SQL generated column enum
  • Update PHP-Sandbox
  • Update PHP dependencies and full PHP 8.4 support
  • PHP 8.3 as minimum requirement

v5.1.6

09 Nov 17:41
Compare
Choose a tag to compare
  • Updated to latest TypeSchema version
  • Backend and Developer app update to Angular 18
  • Backend update TypeSchema editor
  • Update Fusio SDK to SDKgen 2.0
  • It is no longer possible to invoke an inactive operation, in this case the user receives a 410 status code #582
  • Deleted scopes are no longer visible
  • Update deps which fixes a security issue in twig/twig
  • Fixed a CORS header problem for Firefox

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