v2.48.3
Changelog
This is a patch release for v2.48.
Bug fixes and improvements
Server
- The experimental feature
remove_empty_subscription_responseserroneously did not affect streaming subscriptions, only live queries. After this change--experimental-features=remove_empty_subscription_responseswill 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_FUNCTIONto BigQuery rest routine types.