1.0.0-beta.17 (2024-04-05)
Bugs Fixed
- Fixed a bug where memory from a shared pool wasn't copied on use, leading to potential memory corruption issues if
it wasn't consumed before the pool reclaimed it. - Standardized errors returned by
VertxAsyncHttpClient
to useIOException
when issues happened in the underlying
Vertx
client, instead of theRuntimeException
used byVertx
itself.
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.47.0
to1.48.0
. - Upgraded Vertx from
4.5.4
to4.5.7
.