Changelog
This is a patch release for v2.48
.
Bug fixes and improvements
Server
- The experimental feature
remove_empty_subscription_responses
erroneously did not affect streaming subscriptions, only live queries. After this change--experimental-features=remove_empty_subscription_responses
will also work on streaming subscription fields, resulting in less data transferred between Hasura and Postgres for highly-multiplexed queries which most of the time return no updated data. - Add
AGGREGATE_FUNCTION
to BigQuery rest routine types.