Hasura v2.9.0-beta.1 Release Notes

  • Event Triggers for MS SQL Server

    (closes https://github.com/hasura/graphql-engine/issues/7228) โšก๏ธ Event Triggers support has been added for MS SQL Server. Now, you can invoke external webhooks on insert/update/delete events on your MS SQL Server tables. See the docs for more details.

    ๐Ÿ› Bug fixes and improvements

    • โšก๏ธ server: add *_update_source API and modify behaviour of *_add_source API (See docs )
    • ๐Ÿ‘ server: support limit in BigQuery computed fields (fix #8562)
    • ๐Ÿ“œ server: improve GraphQL query parsing time and per-query memory allocation
    • server: parameterize array variables in queries and subscriptions
    • ๐Ÿ›  console: allow schemas prefixed with pg, but not pg_ (fix #8435)
    • ๐Ÿ— console: add support for computed fields with session arg in permission builder (fix #8321)
    • console: add GraphQL field customization for new database connections (root fields namespace, prefix, and suffix, and type names prefix and suffix)
    • ๐Ÿ’ป console: introduce new table relationships UI in alpha
    • ๐Ÿ“‡ cli: fix performance regression with large metadata in metadata apply
    • ๐Ÿ“‡ cli: fix error reporting in metadata apply command (#8280)
    • ๐ŸŽ server: query runtime performance optimizations
    • server: fix bug that had disabled expression-based indexes in Postgress variants (fix Zendesk 5146)
    • server: add optionality to additional postgres-client-cert fields: sslcert, sslkey and sslpassword