3.9.4 Release Notes
Julien Viet edited this page Oct 15, 2020
·
1 revision
Pages 161
Clone this wiki locally
vertx-sql-client
- RowStream fetch can close prematurely the stream
- Row getters throw a NoSuchElementException when getting non existing column
- Tuple/Row getters throw a ClassCastException when getting incorrect types
- reactive pgclient preparedStatement.createStream().toFlowable() doesn't emit entries onNext()
- methods like getLocalTime(col) return null when col is of wrong type
vertx-web
- [Security] Path Traversal In Windows
- hazelcast cluster with vertx when logout goes through infinite cycles
vertx-dependencies
vertx-service-discovery
vert.x
issues
- Upgrade Jackson to 2.11.3
- WebSocket closeHandler no longer sending close frames on
httpServer.close() - Update to jackson 2.10.0
- Basic Spring support