Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cli-hasura-windows-amd64.exe | 2025-07-24 | 71.8 MB | |
cli-hasura-linux-arm64 | 2025-07-24 | 23.6 MB | |
cli-hasura-darwin-arm64 | 2025-07-24 | 78.6 MB | |
cli-hasura-linux-amd64 | 2025-07-24 | 25.0 MB | |
cli-hasura-darwin-amd64 | 2025-07-24 | 78.7 MB | |
README.md | 2025-07-24 | 571 Bytes | |
v2.48.3 source code.tar.gz | 2025-07-24 | 178.3 MB | |
v2.48.3 source code.zip | 2025-07-24 | 185.7 MB | |
Totals: 8 Items | 641.8 MB | 3 |
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.