-
Notifications
You must be signed in to change notification settings - Fork 35
4.5.5 Release Notes
Julien Viet edited this page Mar 14, 2024
·
1 revision
- Don't disable hostname verification for SQL clients unconditionally
- MySQLConnectionImpl.resetConnection() does not clear PreparedStatementCache
- Correct handling of SSL mode always for PostgreSQL
- Sql Client always disables HostnameVerificationAlgorithm
- PGClient not correctly handling SSL MODE ALWAYS
- HTTP/1.1 client connection does not fail pending stream allocation requests when closed
- HTTP/1.1 stream allocation should only happen when the request and response are ended.
- Deprecate Buffer#toJson in favour of Buffer#toJsonValue
- Future transformation operation should not keep a reference to the creating future
- Firefox WebSocket: server cannot upgrade manually
- An SPI for interacting with local context storage
- OutOfMemoryException after CRL update
- 4.x: Fix asciidoc link syntax in "Client trust configuration" section
- CompositeFuture implementation must unregister against its component on completion