Skip to content

v2.48.3

Latest
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 29 Jul 07:45
· 146 commits to master since this release

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.