@azure/core-client 1.4.1-alpha.20220112.1 → 1.5.1-alpha.20220204.4

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,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.4.1 (Unreleased)
3
+ ## 1.5.1 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -8,10 +8,18 @@
8
8
 
9
9
  ### Bugs Fixed
10
10
 
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
-
13
11
  ### Other Changes
14
12
 
13
+ ## 1.5.0 (2022-02-03)
14
+
15
+ ### Features Added
16
+
17
+ - 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)
18
+
19
+ ### Bugs Fixed
20
+
21
+ - 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)
22
+
15
23
  ## 1.4.0 (2022-01-06)
16
24
 
17
25
  ### Features Added