1.0.4 (2025-06-05)
Bugs
- Fixed a bug where
TooLongHttpHeaderException
would 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)
Other Changes
- Few small changes to implementation to improve support for Vert.x 5.x.
Dependency Updates
- Upgraded
azure-core
from1.55.3
to1.55.4
. - Upgraded Vertx from
4.5.13
to4.5.15
.