- Upgraded
azure-corefrom1.58.0to1.58.1. - Upgraded Reactor from
3.7.17to3.7.18. - Upgraded
vertx-codegenfrom4.5.26to4.5.27. - Upgraded
vertx-corefrom4.5.26to4.5.27.
- Upgraded
azure-corefrom1.57.1to1.58.0. - Upgraded Reactor from
3.7.14to3.7.17. - Upgraded
vertx-codegenfrom4.5.23to4.5.26. - Upgraded
vertx-corefrom4.5.23to4.5.26.
- Upgraded
azure-corefrom1.57.0to1.57.1. - Upgraded Reactor from
3.7.11to3.7.14. (#47611) - Upgraded
vertx-codegenfrom4.5.17to4.5.23. - Upgraded
vertx-corefrom4.5.17to4.5.23.
- Upgraded
azure-corefrom1.56.1to1.57.0. - Upgraded Reactor from
3.7.9to3.7.11. (#46894)
- Upgraded
azure-corefrom1.56.0to1.56.1. - Upgraded Vert.x from
4.5.15to4.5.17. (#46430)
- Upgraded
azure-corefrom1.55.5to1.56.0. - Upgraded Reactor from
3.4.41to3.7.8. (#46207)
- Fixed a bug where Vert.x 5.x would throw an error when attempting to create a
VertxHttpClient. (#45709)
- Upgraded
azure-corefrom1.55.4to1.55.5.
- Fixed a bug where
TooLongHttpHeaderExceptionwould be thrown if an Azure service returned HTTP headers that exceeded the default 8 KB limit. The new limit is now 256 KB when the default of 8 KB is seen. (#45291)
- Few small changes to implementation to improve support for Vert.x 5.x.
- Upgraded
azure-corefrom1.55.3to1.55.4. - Upgraded Vertx from
4.5.13to4.5.15.
- Upgraded
azure-corefrom1.55.2to1.55.3. - Upgraded
vertx-codegenfrom4.5.10to4.5.13.
- Upgraded
azure-corefrom1.55.1to1.55.2.
- Upgraded
azure-corefrom1.55.0to1.55.1.
Initial GA of azure-core-http-vertx.
- 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)
- Upgraded
azure-corefrom1.54.1to1.55.0.
- Upgraded
azure-corefrom1.54.0to1.54.1.
- Upgraded
azure-corefrom1.53.0to1.54.0.
- Renamed
VertxAsyncHttpClienttoVertxHttpClient,VertxAsyncHttpClientBuildertoVertxHttpClientBuilder, andVertxAsyncHttpClientProvidertoVertxHttpClientProvider.
- Upgraded
azure-corefrom1.52.0to1.53.0. - Upgraded Vert.x from
4.5.8to4.5.10.
- Upgraded
azure-corefrom1.51.0to1.52.0.
- Upgraded
azure-corefrom1.49.1to1.51.0.
- Added support for response timeout and per-request response timeout. (#40017)
- Removed
VertxAsyncHttpClientBuilder.idleTimeout, renamedreadIdleTimeouttoreadTimeoutandwriteIdleTimeouttowriteTimeoutinVertxAsyncHttpClientBuilder. (#40017)
- Upgraded
azure-corefrom1.49.0to1.49.1. - Upgraded Vertx from
4.5.7to4.5.8.
- Upgraded
azure-corefrom1.48.0to1.49.0.
- 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
VertxAsyncHttpClientto useIOExceptionwhen issues happened in the underlyingVertxclient, instead of theRuntimeExceptionused byVertxitself.
- Upgraded
azure-corefrom1.47.0to1.48.0. - Upgraded Vertx from
4.5.4to4.5.7.
- Upgraded
azure-corefrom1.46.0to1.47.0. - Upgraded Vertx from
4.5.0to4.5.4.
- Removed usage of
Scheduler, resolving issues with GraalVM. (#3704)
- Upgraded
azure-corefrom1.45.1to1.46.0.
- Upgraded
azure-corefrom1.44.1to1.45.0.
- Upgraded
azure-corefrom1.44.0to1.44.1.
- Upgraded
azure-corefrom1.43.0to1.44.0.
- Upgraded
azure-corefrom1.42.0to1.43.0.
- Upgraded
azure-corefrom1.41.0to1.42.0.
- Upgraded
azure-corefrom1.40.0to1.41.0.
- Upgraded
azure-corefrom1.39.0to1.40.0.
- Upgraded
azure-corefrom1.38.0to1.39.0.
- Upgraded
azure-corefrom1.37.0to1.38.0.
- Upgraded
azure-corefrom1.36.0to1.37.0.
- Upgraded
azure-corefrom1.35.0to1.36.0.
- Upgraded
azure-corefrom1.34.0to1.35.0. - Upgraded Vertx from
4.3.3to4.3.7.
- Upgraded
azure-corefrom1.33.0to1.34.0.
- Initial release. Please see the README and wiki for information on the new design.