Elastic Cloud Serverless breaking changes
- Allows partial results by default in ES|QL #125060
- Improves advanced settings management APIs privilege checks #230067
Drop `TLS_RSA` cipher support for JDK 24
This change removes TLS_RSA ciphers from the list of default supported ciphers, for Elasticsearch deployments running on JDK 24.
Impact:
The dropped ciphers are TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, and TLS_RSA_WITH_AES_128_CBC_SHA.
TLS connections to Elasticsearch using these ciphers will no longer work.
Configure your clients to use one of supported cipher suites.
For more information, view #123600.
- ES|QL: Disallows mixed quoted/unquoted patterns in
FROMcommands #127636