All Versions
101
Latest Version
Avg Release Cycle
18 days
Latest Release
-

Changelog History
Page 11

  • v1.0.0-beta.10 Changes

    November 14, 2019

    ๐Ÿ”„ 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.