1.0.0 (2025-02-06)
Initial GA of azure-core-http-vertx
.
Bugs Fixed
- Fixed a bug where a request would fail with
IllegalStateException("Result is already complete")
when multiple
exceptions happened during the request. When multiple exceptions happen, the first exception is now thrown and
subsequent exceptions are added to the suppressed exceptions of the first exception. (#43402)
Other Changes
Dependency Updates
- Upgraded
azure-core
from1.54.1
to1.55.0
.