Skip to content

Releases: apioo/fusio

v1.0.0-RC5

09 Dec 18:34
Compare
Choose a tag to compare
  • Documentation handle schema array types #106
  • Fix logging of long request uris #105
  • Add config to specify expire time of refresh token #104
  • Allow schema scheme when deploying a json schema #103
  • Add upgrade check
  • Improve test cases
  • Add PHP 7.2 support

v1.0.0-RC4

27 Nov 22:18
Compare
Choose a tag to compare
  • Backend app fix add responses
  • Improved http engine action
  • Allow array json structure in response #81

v1.0.0-RC3

19 Nov 20:48
Compare
Choose a tag to compare
  • Fix materialize resource collection

v1.0.0-RC2

18 Nov 10:01
Compare
Choose a tag to compare
  • Issue 401 http response code if access token is not valid #97
  • Add user_approval setting to control whether a user needs to verify an account through email #83
  • Add swagger-ui as app
  • Improve generated OpenAPI spec add security scope
  • Add listing filter to show only user routes by default
  • Trigger app.remove_token event on /authorization/revoke endpoint #94
  • Improved HTTP adapter add a content-type config field and parse form encoded responses #92
  • Fix proper handling of null values #84
  • Add header field to action designer #89
  • Backend scope load all assigned routes #90
  • Added apache example conf and update docs

v1.0.0-RC1

01 Nov 20:08
Compare
Choose a tag to compare
  • Add action execute command #64
  • User service add check whether email already exists #80
  • User API proper handling of OPTIONS and HEAD requests #82
  • Fix update correct handling of changed backend routes #85
  • Internal API add config option to send CORS header

v0.9.9

15 Oct 19:49
Compare
Choose a tag to compare
  • Update OAuth2 token endpoint handle OPTIONS request
  • Add query parameters to backend schema
  • Backend endpoints handle count parameter #67
  • Relaxed password requirements and make min pw length configurable #68
  • Allow email as user name login #66

v0.9.8

11 Oct 00:03
Compare
Choose a tag to compare
  • Add config.yaml to deploy
  • Add system restore command
  • Improve HEAD and OPTIONS method handling
  • Cronjob handle errors

v0.9.7

05 Oct 19:20
Compare
Choose a tag to compare
  • Add cronjob service
  • Add a schema to every backend endpoint
  • Fix route path regexp validation #63
  • Update API doc

v0.9.6

24 Sep 22:14
Compare
Choose a tag to compare
  • Improved documentation add backend api reference and action examples
  • Add PATCH method support - @christoph-bessei
  • Update dependencies and prepare release

v0.9.5

09 Sep 14:02
Compare
Choose a tag to compare
  • Add scopes per route #55
  • Add OAuth2 refresh token endpoint #16
  • Added static file processor
  • Case insensitive env vars replacement