Hasura v2.0.4 Release Notes

    • 👍 server: Support computed fields in permission check/filter (close #7102)
    • 👍 server: support computed fields in query 'order_by' (close #7103)
    • ⚠ server: log warning if there are errors while executing clean up actions after "drop source" (previously it would throw an error)
    • 🛠 server: Fixed a bug where MSSQL and BigQuery would ignore environment variables set from the console
    • 📇 server: Fixing bug in ReplaceMetadata parser - Moving from Alternative to committed-choice.
    • server: Relax the unique operation name constraint when adding a query to a query collection
    • 🗄 server: officially deprecate query plan caching, which had already been disabled for a long time
    • server/bigquery: Fix issues related to adding and querying from non-US datasets (closes 6937).
    • console: add template gallery
    • console: add pagination on the Raw SQL results page
    • console: fix issues with replacing invalid graphql identifiers in table and column names
    • console: show error message on inconsistent objects table
    • server/mssql: Fix graphql-engine#7130 for __typename errors and more 💅 generally, JSON-style aggregates.
    • 📇 cli: add support for query_tags metadata object