Skip to content

v2.48.4

Latest
Compare
Choose a tag to compare
@hasura-bot hasura-bot released this 19 Aug 12:12
· 208 commits to master since this release

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 besides sig or enc 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)