4.4.2 Release Notes
Lukas Prettenthaler edited this page May 12, 2023
·
2 revisions
Clone this wiki locally
vertx-web
- Add message interception to GraphQLWSHandler
- In WebSocket BridgeEventType. REGISTERED Event, Publish a message to the this just registered address
- Check scopes/authz before invoking user handler/eventbus address
vertx-zookeeper
vertx-dependencies
vertx-hazelcast
vertx-json-schema
- Down port support for circular references
- SchemaRepository behaves erratically under concurrent access
vertx-micrometer-metrics
vertx-eventbus-bridge-clients
vertx-stomp
vertx-auth
vertx-rx
- Flowable timeout operator error when converted to Single
- SQLRowStream toObservable can result in NullPointerException
- The AbstractVerticle class does not have the abstract modifier
vertx-redis-client
- feat - improve reconnection example code
- The vertx redis reconnection demo introduced at docs cannot work in the case when redis instances shutdown and get back to ready.
vertx-openapi
- Integer in String-typed path parameter seen as invalid
- No support for root path
- Be less restrictive in checking content type.
vertx-io_uring-incubator
vertx-junit5
vertx-ignite
vertx-sql-client
- Max lifetime 4.x
- [MSSQL] Unable to decode typeInfo for SSVARIANT
- Connect options supplier support
- io.vertx.core.buffer.impl.BufferImpl cannot be coerced to io.netty.buffer.ByteBuf in Db2
- DB2 expects Double instead of Integer as parameter for pagination
- Direct usage of PgConnection results in memory leak
- Add support for level 7 proxies in Postgres
- Missing callback version of withTransaction
- Oracle : Fix java.time.* generated values
- Support for pgBouncer transaction pooling mode
vertx-consul-client
vert.x
- Create SNI KeyManagerFactory in KeyCertOptions instead of SslContextProvider so it can be cached
- SslContextProvider performance issues with SNI enabled
- Deprecate un-necessary streams
- Inconsistent behavior of setMaxWorkerExecuteTime in DeploymentOptions depending on worker pool name
- Vert.x should check availability of transport when loaded from service loader plugin
- fix #4660: incrementing the fetch for ping/pong
- fix #4660: incrementing the fetch for ping/pong
- use entries().size() when encoding headers to fix missing headers
- WebSocket fetch and ping / pong
- http responses from server are cut-off for certain files when Brotli compression is enabled.