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)