3.9.5 Release Notes
Julien Viet edited this page Dec 16, 2020
·
1 revision
Pages 161
Clone this wiki locally
vertx-jdbc-client
vertx-junit5
vertx-sql-client
- Improve transaction rollback of an already completed transaction
- Add support for specifying default authentication plugin
- MySQL load empty data infile cause the session being in an illegal state
- Deprecate Tuple/Array XXXArray methods in favor of ArrayOfXXX
- Provide accessors of JSON element for Row and Tuple
- Support PostgreSQL timestamp/timestamptz/localdate special values
- Time date conversion exception
- Mysql: incorrect mapping collationId -> Java Charset for JSON column
- Add support for MySQL Clear text client plugin
vertx-web
- ResponsePredicateResult::response returns null when requiresBody is false
- WebClient: JSON response predicate should only take media type into account
vert.x
- HTTP/2 server request stream identifier
- HTTP 1.x client connection can get invalid keep alive value
- Connection pool can create connections which ignore keep alive settings
- streamId missing in HttpServerRequest
- Generic KeyStoreOptions
- Race condition throws an unhandled exception in CompositeFuture.all
- Options are not redirected to redeploy
- ClusteredEventBus.removeRegistration does not call completionHandler on failure
- Filesystem.readDir fail on file with space in filename
vertx-stomp
issues
vertx-proton
vertx-lang-groovy
vertx-mqtt
- Client auto keep-alive will not send ping message when receiving server messages
- Subscriber is disconnected by broker when using QoS0 and frequently receiving messages