1.19.0-beta.2 (2026-02-25)
Breaking Changes
- Renamed
enableAzureTokenProxy()method inWorkloadIdentityCredentialBuildertoenableAzureProxy(). These changes only affect code written against beta version 1.19.0-beta.1.
Bugs Fixed
- Fixed
NullPointerExceptioninIdentityClientOptionswhen running in GraalVM native images (e.g., Quarkus applications). Replaced reflection-dependentAzureIdentityEnvVarsenum usage with direct string literal to ensure compatibility with native compilation. - Fixed logging for token authentication errors to include full stack traces with inner exceptions. Previously, error logs referenced "inner exceptions" but only logged the error message, making debugging difficult.