@azure/core-client 1.6.1-alpha.20220506.2 → 1.6.1-alpha.20220601.1

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 DELETED
@@ -1,127 +0,0 @@
1
- # Release History
2
-
3
- ## 1.6.1 (Unreleased)
4
-
5
- ### Features Added
6
-
7
- ### Breaking Changes
8
-
9
- ### Bugs Fixed
10
-
11
- ### Other Changes
12
-
13
- ## 1.6.0 (2022-05-05)
14
-
15
- ### Features Added
16
-
17
- - Added a new property endpoint in ServiceClientOptions and mark the baseUri as deprecated to encourage people to use endpoint. See issue link [here](https://github.com/Azure/autorest.typescript/issues/1337)
18
- - Upgraded our `@azure/core-tracing` dependency to version 1.0
19
- - Add callbacks to support Storage challenge authentication [PR#21678](https://github.com/Azure/azure-sdk-for-js/pull/21678)
20
-
21
- ## 1.5.0 (2022-02-03)
22
-
23
- ### Features Added
24
-
25
- - 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)
26
-
27
- ### Bugs Fixed
28
-
29
- - 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)
30
-
31
- ## 1.4.0 (2022-01-06)
32
-
33
- ### Features Added
34
-
35
- - Added a new function `authorizeRequestOnClaimChallenge`, that can be used with the `@azure/core-rest-pipeline`'s `bearerTokenAuthenticationPolicy` to support [Continuous Access Evaluation (CAE) challenges](https://docs.microsoft.com/azure/active-directory/conditional-access/concept-continuous-access-evaluation).
36
- - Call the `bearerTokenAuthenticationPolicy` with the following options: `bearerTokenAuthenticationPolicy({ authorizeRequestOnChallenge: authorizeRequestOnClaimChallenge })`. Once provided, the `bearerTokenAuthenticationPolicy` policy will internally handle Continuous Access Evaluation (CAE) challenges. When it can't complete a challenge it will return the 401 (unauthorized) response from ARM.
37
-
38
- ### Bugs Fixed
39
-
40
- - Fixed a serializer issue with nested polymorphics. [PR #19455](https://github.com/Azure/azure-sdk-for-js/pull/19455)
41
-
42
- ## 1.3.3 (2021-12-02)
43
-
44
- ### Bugs Fixed
45
-
46
- - Added a check to handle undefined value during the parsing of query parameters. Please refer to [PR #18621](https://github.com/Azure/azure-sdk-for-js/pull/18621) for further details.
47
-
48
- ## 1.3.2 (2021-10-25)
49
-
50
- ### Bugs Fixed
51
-
52
- - Skip query parameter replacement for absolute URLs. [PR #18310](https://github.com/Azure/azure-sdk-for-js/pull/18310)
53
-
54
- ## 1.3.1 (2021-09-30)
55
-
56
- ### Other Changes
57
-
58
- - Updates package to work with the react native bundler. Browser APIs may still need to be pollyfilled for this package to run in react native. [PR #17783](https://github.com/Azure/azure-sdk-for-js/pull/17783)
59
-
60
- ## 1.3.0 (2021-08-04)
61
-
62
- ### Features Added
63
-
64
- - Updated to use version 1.0.0-preview.13 of `@azure/core-tracing`.
65
-
66
- ### Key Bugs Fixed
67
-
68
- - Fixed an issue where APIs that accepted a Blob didn't work with File objects. See [#16754](https://github.com/Azure/azure-sdk-for-js/issues/16754) for more details.
69
-
70
- ## 1.2.2 (2021-07-13)
71
-
72
- ### Key Bugs Fixed
73
-
74
- - Fixed the return value during the flattening the response for `HEAD` HTTP Requests. This will ensure that the return value will indicate the presence/absence of the resource. Please refer [#1037](https://github.com/Azure/autorest.typescript/issues/1037) for more details.
75
-
76
- ## 1.2.1 (2021-06-30)
77
-
78
- ### Features Added
79
-
80
- - Moved `allowInsecureConnection` from `ServiceClientOptions` to `CommonClientOptions` [issue 15938](https://github.com/azure/azure-sdk-for-js/issues/15938)
81
-
82
- ## 1.1.3 (2021-06-17)
83
-
84
- ### Key Bugs Fixed
85
-
86
- - Fix an issue of lost properties when flattening array in deserialization [issue 15653](https://github.com/azure/azure-sdk-for-js/issues/15653)
87
- - Fix an issue with appending query parameters while constructing the url. Please refer [Issue #1035](https://github.com/Azure/autorest.typescript/issues/1035) for more details.
88
-
89
- ## 1.1.2 (2021-05-20)
90
-
91
- ### Fixed
92
-
93
- - Fixed an issue to check for the mandatory parameter in the header and query values. [PR 15278](https://github.com/Azure/azure-sdk-for-js/pull/15278)
94
-
95
- ## 1.1.1 (2021-05-06)
96
-
97
- ### Features Added
98
-
99
- - Expose `allowInsecureConnection` in `ServiceClientOptions` and `OperationRequestOptions` to allow operation requests to HTTP endpoints
100
-
101
- ### Fixed
102
-
103
- - Consider more mapper types as primitive thus requires wrapping
104
-
105
- ## 1.1.0 (2021-03-30)
106
-
107
- ### Breaking Changes
108
-
109
- - If the response body is empty and the mapper for it says it is nullable, then a null is returned.
110
- - Updated @azure/core-tracing to version `1.0.0-preview.11`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing.
111
-
112
- ## 1.0.0 (2021-03-15)
113
-
114
- GA release of this package.
115
-
116
- ## 1.0.0-beta.2 (2021-03-10)
117
-
118
- - [Breaking] Removed `createSpanFunction` and `SpanConfig`. These have been moved into
119
- `@azure/core-tracing`.
120
-
121
- ## 1.0.0-beta.1 (2021-02-04)
122
-
123
- - First release of package, see README.md for details.
124
- - Changes from related functionality in `core-http`:
125
- - Replace URLBuilder with runtime-supported URL primitive.
126
- - Rewrite `ServiceClient` on top of `core-rest-pipeline` and remove unused codepaths.
127
- - Remove `_response` on operation results and replace with `onResponse` callback.