Skip to content

Commit d25ac7c

Browse files
authored
Changelog for Azure.Core release (Azure#27666)
* Changelog for Azure.Core release
1 parent af9fcff commit d25ac7c

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

sdk/core/Azure.Core/CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# Release History
22

3-
## 1.23.0-beta.1 (Unreleased)
3+
## 1.23.0 (2022-03-21)
44

55
### Features Added
66

7+
- Added the `TelemetryDetails` type which enables customization of UserAgent header values on a per-request basis based on a specified `Assembly` and an optional application Id string.
78
- Added `AddClassifier` methods to `RequestContext`. These methods allow callers to change the response classification behavior for a given method invocation.
8-
- Added type `RequestOptions` to the `Azure` namespace and made `RequestContext` a subclass of `RequestOptions`. This enables `RequestOptions` to be exposed in methods that take `CancellationToken` without causing confusion regarding which cancellation token will take effect.
9-
- Added the `SetUserAgentString` extension method to `HttpMessage` accepting a `UserAgentValue` and an optional application Id string. This allows assembly specific user agent header information to be set with proper formatting on a per-message basis.
9+
- Added a new `StatusCodeClassifier` type that will be used as the default `ResponseClassifier` for some libraries.
10+
- Added an extension method to `BinaryData` called `ToObjectFromJson` which converts the json value represented by `BinaryData` to an object of a specific type.
11+
- Additional data center locations were added to `AzureLocation`.
12+
- Added `WaitUntil` enum to allow callers to set whether a method invoking a long running operation should return when the operation starts or once it has completed.
1013

1114
### Breaking Changes
1215

@@ -17,10 +20,6 @@
1720
</ItemGroup>
1821
```
1922

20-
### Bugs Fixed
21-
22-
### Other Changes
23-
2423
## 1.22.0 (2022-01-11)
2524

2625
### Features Added

sdk/core/Azure.Core/src/Azure.Core.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.23.0-beta.1</Version>
5+
<Version>1.23.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.22.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>

0 commit comments

Comments
 (0)