1.59.0 (2026-08-12)
Features Added
- Promoted
AccessTokenCacheto a public API in thecom.azure.core.credentialpackage. This class provides a thread-safe, proactively refreshing token cache that wraps aTokenCredential, supporting both synchronous and asynchronous token retrieval.
Bugs Fixed
- Fixed a bug where retrying requests with bodies created from a mark/reset-capable
InputStreamcould fail because the stream was closed between retry attempts. (#49650) - Fixed GraalVM native-image compilation with SLF4J 2 by no longer forcing Azure Core logging and logging provider
classes to initialize at image build time. (#49844)
Other Changes
Dependency Updates
- Upgraded Jackson from
2.18.7to2.18.9. - Upgraded Reactor from
3.7.18to3.7.19.