We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80bf31d commit 584786cCopy full SHA for 584786c
sdk/azcore/CHANGELOG.md
@@ -1,15 +1,13 @@
1
# Release History
2
3
-## 1.2.0 (Unreleased)
+## 1.2.0 (2022-11-03)
4
5
### Features Added
6
* Added `ClientOptions.APIVersion` field, which overrides the default version a client
7
requests of the service, if the client supports this (all ARM clients do).
8
* Added package `tracing` that contains the building blocks for distributed tracing.
9
* Added field `TracingProvider` to type `policy.ClientOptions` that will be used to set the per-client tracing implementation.
10
11
-### Breaking Changes
12
-
13
### Bugs Fixed
14
* Fixed an issue in `runtime.SetMultipartFormData` to properly handle slices of `io.ReadSeekCloser`.
15
* Fixed the MaxRetryDelay default to be 60s.
0 commit comments