@azure/core-client 1.4.1-alpha.20220110.3 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,17 +1,15 @@
1
1
  # Release History
2
2
 
3
- ## 1.4.1 (Unreleased)
3
+ ## 1.5.0 (2022-02-03)
4
4
 
5
5
  ### Features Added
6
6
 
7
- ### Breaking Changes
7
+ - Added new `CommonClientOptions` member `additionalPolicies` to allow passing custom pipeline policies to client constructors. [PR #19920](https://github.com/Azure/azure-sdk-for-js/pull/19920)
8
8
 
9
9
  ### Bugs Fixed
10
10
 
11
11
  - 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](https://github.com/Azure/azure-sdk-for-js/pull/19702)
12
12
 
13
- ### Other Changes
14
-
15
13
  ## 1.4.0 (2022-01-06)
16
14
 
17
15
  ### Features Added