Change8

v2.48.4

📦 hasura-auth
🐛 3 fixes🔧 4 symbols

Summary

This is a patch release (v2.48) focusing on fixing issues related to OpenAPI specification generation, subscription handling, and JWK parsing, with an enterprise-specific configuration update for JDBC authentication.

Migration Steps

  1. For Enterprise edition users needing RSA key authentication with the bundled super-connector, set JAVA_OPTS=-Dnet.snowflake.jdbc.enableBouncyCastle=true.

🐛 Bug Fixes

  • Fixed non-compliant OpenAPI specs generated when the route used path parameters or was a GET route with parameters.
  • Fixed a bug in experimental 'remove_empty_subscription_responses' feature that caused a database query error for non-array-returning live queries.
  • Ignored unknown key types when parsing JWK-set JSON; JWKs with a 'use' field other than 'sig' or 'enc' no longer cause an error.

🔧 Affected Symbols

OpenAPI generationremove_empty_subscription_responsesJWK-set parsingbundled super-connector