v2.48.4
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_responsesfeature 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
usefield besidessigorencwould result in an error. Now we silently ignore these irrelevant keys. - Set
JAVA_OPTS=-Dnet.snowflake.jdbc.enableBouncyCastle=trueto bundled super-connector to support RSA key authentication. (Enterprise edition only)