1.35.1 (2025-09-11)
Bugs Fixed
- Fixed an issue where the
retry_backoff_max
parameter inRetryPolicy
andAsyncRetryPolicy
constructors was being ignored, causing retry operations to use default maximum backoff values instead of the user-specified limits. #42444
Other Changes
BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
will now properly surface credential exceptions when handling claims challenges. Previously, exceptions from credential token requests were suppressed; now they are raised and chained with the original 401HttpResponseError
response for better debugging visibility. #42536