4.3.5 Release Notes
Julien Viet edited this page Nov 18, 2022
·
1 revision
Pages 161
-
- vertx-http-proxy
- vertx-web
- vertx-grpc
- vertx-zookeeper
- vertx-dependencies
- vertx-hazelcast
- vertx-micrometer-metrics
- issues
- vertx-rx
- vertx-auth
- vertx-redis-client
- vertx-jdbc-client
- vertx-junit5
- vertx-cassandra-client
- vertx-ignite
- vertx-sql-client
- vertx-circuit-breaker
- vertx-consul-client
- vert.x
- vertx-kafka-client
- vertx-lang-kotlin
- vertx-tracing
Clone this wiki locally
vertx-http-proxy
- The proxied request authority should be overridable
- HttProxy now accepts a request provider that is called whenever a request to the origin is created
- We need to give users more control over origin request.
- Option to auto-override request's HOST HTTP header
vertx-web
- If none revalidate etag fix
- Update to use core HttpServerRequestWrapper
- H2 requests are chunked due to framing
- BodyHandler Requires TRANSFER-ENCODING to react
- Key inner class in CookieStoreImpl has bug with subdomains
- Add vertx-web-templ-pug, deprecate vertx-web-templ-jade
- CacheInterceptor does not send if-none-match header
vertx-grpc
vertx-zookeeper
vertx-dependencies
vertx-hazelcast
vertx-micrometer-metrics
- The HTTP server metrics is not properly handled when the request ends active-http-server-requests-bug
- build(deps): bump micrometer from 1.9.4 to 1.9.5
- Reduce allocations
- Expose new InfluxDb 2.0 configuration options so Vert.x can support influxDb 2.0 connections
- PrometheusScrapingHandler is not working with CompositeMeterRegistry
issues
vertx-rx
vertx-auth
vertx-redis-client
vertx-jdbc-client
- Bugfix/pg wrong datatype
- Result set closed when executing MySQL procedure that returns a result set
- PostgreSQL: Get Time/Timestamp with time zone is wrong value
vertx-junit5
vertx-cassandra-client
vertx-ignite
vertx-sql-client
- Documentation: cursors/streaming cannot be used with ProxySQL
- MySQL batch executes in pipelining mode even when pipelining is disabled
- Type cache pollution: consistently check for TupleInternal instead of Tuple type compatibility
- Type pollution agent report
- Tuple is not working if access primitive array
- Revert Buffer slice() call replacement in SQL Clients …
- Oracle client - SSL connection support
vertx-circuit-breaker
- Provide common retry policies like constant, linear and exponential
- Allow to dynamically define a retry delay based on the result of the Promise passed to execute
vertx-consul-client
vert.x
- Clear test upgrade to HTTP/2 fixes
- Only create an HttpClosedException when a go away frame was received
- The thread factory SPI should be able to use the thread factory wrapper when it is created
- HTTP/2 client request with an empty path should be treated as if the path were missing
- Add convenient Trust/KeyCertOptions wrap() methods
- HTTP/2 client request with an empty path should be treated as if the path were missing
- Abstract http server request internal
- Fix code formatting in verticle mapping docs
- Save HTTP Netty types unlucky type checks (https://github.com/netty/netty/issues/12708)
- Replace the duplicate operation by a slice operation when getting the ByteBuf out of a Vertx buffer
- Vertx sliced buffers can be overwritten by channel writes
- please update jackson version
- Excessive CPU utilization by HttpClient in HTTP/2 mode due to HttpClosedException
- http chunked response with buffer slices served over TLS corrupts input data
- RecordParser throws NullPointer if used via RxAdapters
- TCP server close hook registration race when its vertx owner is closed quickly
- Fix a javadoc typo in HttpServerRequest
- Improve the Gradle configuration instructions of Brotli4j in the docs
- Http2UpgradedClientConnection leaks instances of UpgradeRequestHandler in case of unsuccessful protocol upgrade
- Allow vertx thread to be daemon
- Fix NPE in VertxImpl when the threadFactory is accessed before its assignment
- Allow vertx thread to be daemon
- internal NetServer of ClusterEventBus closes too early causing ConnectionHolder failures