Skip to content

v1.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 14 Nov 06:44
· 6947 commits to master since this release

Changelog

Events subsystem

Improves the query to fetch new events. This should significantly reduce the baseline load on PG.

Events of deleted triggers will be archived (but not deleted). This means if a new trigger is created with the same name, it won't show the archived events in console. (#3236)

WARNING: Might take long time during catalog update because an index is created over the events.

Remote schemas

Adds X-Forwarded-Host and X-Forwarded-User-Agent (original User-Agent) headers to the request made to a remote GraphQL server. (close #2572) (#3347)

Ordered metadata export

The exported metadata from server is now ordered in a deterministic fashion. This should help in reducing merge conflicts if you're managing this file manually and if many develepers are working on it independently. (close #3125) (#3230)

Bug fixes

  • The exported metadata now contains computed fields too (#3211)
  • Nested inserts with relationships in returning clause on tables with array columns doesn't throw and error (#3198)
  • Table configuration defaults are now properly handled on the console (#3317)
  • Console now shows only tracked tables while creating an event trigger (#3227)

See this page for a commit-wise changelog.