3.7.0 Release Notes
Julien Viet edited this page Apr 2, 2019
·
2 revisions
Pages 161
Clone this wiki locally
vert.x
- JsonArray add methods should allow the null argument
- ServerWebSocket is not able to process further connection messages
- Server WebSocket handshake failures won't let the server connection in a usable state
- ConnectionBase#sslSession() cannot retrieve the session
- Deprecate EventBusOptions delegates in VertxOptions
- HttpServer close handler not invoked if actual server is null
- FileUpload streamed file should be closed on error
- JSON decoding without knowledge of the content
- HTTP server file upload leaks file descriptors when empty upload streamed to file system
- Asynchronous handshake of a server WebSocket
- Can not close file while upload empty file or zero size file
- Delay the end handler notification when an stream end handler is called
- InboundBuffer should call the drain handler only during a drain call
- Inbound buffer should compare strictly to the high water mark for writability
- Cleanup in HTTP server/client options
- TrustOptions and KeyCertOptions should define a copy() method instead of clone()
- HttpClient pool does check progress after connections are evicted on idle timeout
- Stream pipe API
- Deprecate Future#completer
- Shared data in both local and clustered mode
- /io/vertx/core/http/impl/HttpServerImpl.java should be able to asynchronously accept/reject Websocket handshake
- Provide Elliptic Curve format for key and cert
vertx-web
- Rocker template engine is not documented
- HttpServerRequest.sslSession throws exception in version 3.6.3
- Handle unresolved favicon path in FaviconHandler
- Internal server error if favicon is missing
- web-api-contract: Parameter null not expected as an array
- GraphQL route handler
- basicAuthentication joins using hyphen when it should use colon
- 405 Method Not Allowed when method is not implemented
- BodyHandlerImpl.BHandler does not release body after read is complete
- Error on OpeneAPI3 #ref Json Query Param
- Exception occurs with getBodyAsJson() method when empty body
- LocalSessionStoreImpl: potential memory leak
- session handler and user session handler should merge
vertx-hazelcast
vertx-micrometer-metrics
vertx-tcp-eventbus-bridge
vertx-dropwizard-metrics
vertx-rx
vertx-cassandra-client
- Simplify and accelerate test suite
- Row stream end method invoked before all rows are emitted
- Redesign client lifecycle
- Mapping a Row object to a class or JSON response
- Implement the cursor API
- Implement the collector API