Eclipse Vert.x 4.1.1 released!
We are extremely pleased to announce that Eclipse Vert.x version 4.1.1 has been released.
Since the release of Vert.x 4.1.0, quite a few bugs have been reported. We would like to thank you all for reporting these issues.
This release also provides a few small features that were postponed from previous release.
Sql Client pool enhancements
The pool supports now load balancing accross multiple servers:
There is a new hook for customizing connection after it has been created and before it is inserted in the pool:
Finally
A few other noticeable improvements are available
- Jackson 2.11.4 upgrade
- MSSQL now supports batch queries as well as packet size configuration
- The PostgreSQL client now supports the
INET
data type - MSSQL metadata version is now retrieved
- Redis Client exposes now pool metrics through the Vert.x metrics reporting
- HTTP server invalid request handler hook to customize invalid request responses
- Redis client fix for well known Azure issue
- Mail client supports NTLM
The 4.1.1 release notes can be found on the wiki.
You can bootstrap a Vert.x 4 project using start.vertx.io.
The release artifacts have been deployed to Maven Central and you can get the distribution on Maven Central.
The Vert.x 4 eventbus JavaScript client library is now available in a single location and it now usable standalone or it can easily be integrated with any frontend build tool.
The Vert.x distribution is available from SDKMan and our HomeBrew TAP.
Docker images are available on Docker Hub.
That’s it! Happy coding and see you soon on our user or dev channels.