Hasura v2.1.0-beta.3 Release Notes

    • server: allows the use of mock env vars in the test_webhook_transform metadata API action
    • ๐Ÿ”Š server: fix event invocation logs to include transformed request bodies
    • server: fix aggregate queries with nodes field in selection set for sql server (fix #7871)
    • server: fix permissions are not respected for aggregations in sql server (fix #7773)
    • ๐Ÿ“‡ server: the syntax for remote relationships in metadata is changed to be consistent with future remote relationships work. However, the older syntax is still accepted and this is a non-breaking change.
    • server: implement delete mutations for MS SQL Server (closes #7626)
    • ๐Ÿ“‡ server: fix JSON path in error when parsing sources in metadata (fix #7769)
    • ๐ŸŒฒ server: log locking DB queries during source catalog migration
    • server: fix to allow remote schema response to contain an "extensions" field (#7143)
    • ๐Ÿ‘ server: support database-to-database joins with BigQuery
    • server: improved startup time when using large remote schemas
    • server: fix rest-endpoints bug allow list arguments (fix #7135)
    • ๐Ÿ‘ server: support nested output object types in actions (#4796)
    • server: fallback to unauthorized role when JWT is not found in cookie (fix #7272)
    • ๐Ÿง server: add support for building linux/arm64 docker image (#6337, #1266)
    • ๐Ÿ“‡ server: provide option to explicitly recreate event triggers for sources in the reload_metadata API
    • server: fix gen_hasura_uuid migration to be idempotent, so that it doesn't fail if the database is already initialised with source migrations.
    • server: fix mssql table_by_pk query returning empty array (fix #7784)
    • server: fix BigQuery queries failing with more than one array relationship
    • console: add comments to tracked functions
    • console: add select all columns option while selecting the columns in event triggers
    • console: add request transforms for events
    • ๐Ÿ“‡ metadata SDK: add type definitions for config v3
    • cli: fix cli-console failing to add migrations if there are tabs in SQL body (#7362)
    • ๐Ÿ cli: sign windows binary of Hasura CLI (#7147)
    • cli: core CLI features are not blocked in environments without internet (#7695)
    • server: add _like/_nlike and spatial operators for BigQuery