Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
cli-hasura-windows-amd64.exe | 2025-08-14 | 71.8 MB | |
cli-hasura-linux-arm64 | 2025-08-14 | 23.6 MB | |
cli-hasura-darwin-arm64 | 2025-08-14 | 78.6 MB | |
cli-hasura-linux-amd64 | 2025-08-14 | 25.0 MB | |
cli-hasura-darwin-amd64 | 2025-08-14 | 78.7 MB | |
README.md | 2025-08-14 | 727 Bytes | |
v2.48.4 source code.tar.gz | 2025-08-14 | 178.3 MB | |
v2.48.4 source code.zip | 2025-08-14 | 185.7 MB | |
Totals: 8 Items | 641.8 MB | 2 |
Changelog
This is a patch release for v2.48
.
Bug fixes and improvements
Server
- Fix non-compliant OpenAPI specs generated when the route used path parameters or was a GET route with parameters.
- Fix a bug in experimental
remove_empty_subscription_responses
feature resulting in a database query error for non-array-returning live queries. - Ignore any unknown key types when parsing JWK-set json: Formerly any JWKs in the list with a
use
field besidessig
orenc
would result in an error. Now we silently ignore these irrelevant keys. - Set
JAVA_OPTS=-Dnet.snowflake.jdbc.enableBouncyCastle=true
to bundled super-connector to support RSA key authentication. (Enterprise edition only)