4.2.5 Release Notes
Julien Viet edited this page Feb 16, 2022
·
1 revision
Pages 161
Clone this wiki locally
vertx-http-proxy
- Apply minor polish to ProxiedRequest and ReverseProxy
- Examples of building on HttpProxy
- Proxy interceptors
vertx-amqp-client
vertx-web
- Fix #2123: Handle all cases when flushing the session with a callback
- SessionHandler doesn't callback the handler of method flush in some cases
- Add CORS Private Network feature
- Laxing the vary header according to: https://fetch.spec.whatwg.org/#c…
Vary: originheader limits caching when*origin is allowed- openapi specs can't be accessed using https
- Implement proxy per request to WebClient
vertx-grpc
vertx-dependencies
vertx-json-schema
vertx-auth
- Fix #538: Add the openssl boundaries to the public key
- Cannot create KeycloakAuth with realm-public-key=MIIBIjA...
- Fix #534: Legacy SHA512 should remain uppercase
- auth-mongo: DefaultHashStrategy creates lowercase hashes in 4.2, before they were uppercase
- OAuth2Options inexplicably fails with immutable Map passed into extraParameters
vertx-config
vertx-jdbc-client
vertx-ignite
vertx-sql-client
- Pool connect handler improvement and fix
- Connection Pool throws ArrayIndexOutOfBoundsException when try to create connection
- ConnectionHandler ignored when executing queries on the pool
- Oracle container testing improvements
- Oracle doc: features and supported data types are missing
- Oracle pool
- Connection pooling for Oracle client
- Unused pooled connection eviction check
- Oracle Client: expand test coverage
vert.x
- Shared TCP servers should use a single SSLHelper in order to give the client the opportunity to reuse sessions
- SSLSession not being reused in Vertx 4.x when multiple instances of verticle is deployed
- Add a method to verify if a given Context is a duplicated context
- Add forEach method on HeadersMultiMap that avoids object allocation
- Various fixes for HTTP/2 connection pool
- Pool implementation should store the connection concurrency as a long value
- Incorrect initial local HTTP/2 settings
- Support connection concurrency decrease in pool
- "Not yet implemented" exception when using WebClient with HTTP/2 on connection concurrency decrease
- Add CORS Private Network headers
- Adding netty's HexDump option to Vertx ClientOptions https://github.com/netty/netty/pull/11420
vertx-rabbitmq-client
vertx-kafka-client
- Docs update: Add note on Kafka Consumer tracing
- Docs update: Clarify which event loop is used by Kafka Consumer
- Update to org.apache.kafka:kafka-clients 2.6.3