1.5.0 (2022-02-03)
Features Added
- Added new
CommonClientOptions
memberadditionalPolicies
to allow passing custom pipeline policies to client constructors. PR #19920
Bugs Fixed
- Addressed an issue where the
onResponse
callback wouldn't be called in certain cases where an unexpected response was received from the service. PR #19702