这是indexloc提供的服务,不要输入任何密码
Skip to content

38th alpha release for v1.0.0

Pre-release
Pre-release

Choose a tag to compare

@hasura-bot hasura-bot released this 14 Feb 10:20
· 9135 commits to master since this release

Changelog

🎁 🎁 New Features 🎁 🎁

  • ACCESS_KEY is now renamed to ADMIN_SECRET. This will not break existing applications/servers as access key is just marked as deprecated, not removed. This change will make it clear that it should not be stored on the client side. (close #1347) (#1540)
  • Column presets are now supported in update mutations (closes #1449, closes #1464) (#1473)
  • Server now supports specifying the JWT claims in stringified JSON format. This particularly addresses issues with AWS Cognito where the claims can only be string: string key-value pairs. Congnito can now be integrated by setting "claims_format": "stringified_json" in the JWT config. (See #1176 for more details) (#1538)
  • Multiple domains are now supported in CORS config; set comma separated domains' list as flag or env var. (close #1436) (#1536)
  • Adds delivery info (like the number of retries left and the current retry number) to event trigger payload. (close #1476) (#1517)
  • Response timeout is now configurable for event trigger HTTP calls. (close #1477) (#1501)

🐛 🐛 Bug Fixes 🐛 🐛

  • Improves the error message shown when no operation specs are provided during event trigger creation. (close #998) (#1541)
  • Server will not allow altering a tracked SQL function type to VOLATILE. (fix #1546) (#1547)
  • Server will not allow overloading already tracked functions. (#1563)
  • Console will not strip x-hasura-access-key from headers for explain/analyze query (closes #1533) (#1534)
  • Multiple UI bug fixes on console. (close #1548, #1549) (#1552) (#1562) (close #1561) (#1566) (#1578) (#1518)

Other changes

  • server: Update CONTRIBUTING.md
  • cli: update help text for console command (close #1507) (#1508)
  • cli: add update-cli command to cli (close #1239) (#1251)
  • cli: added a cli flag to skip update checks (close #1586) (#1600)
  • cli: add new install script, commands (#1556)
  • console: add note for env var usage in webhook, remote schema urls. Shout-out to @gopal-virtual for this PR. (fix #970) (#1384)
  • console: sort table names alphabetically when creating new triggers. Shout-out to @pthm for this PR. (#1194)