Skip to content

Commit 67b03ac

Browse files
authored
Prepare Azure.Core 1.20 release (Azure#24376)
1 parent b1e90be commit 67b03ac

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

sdk/core/Azure.Core.Experimental/CHANGELOG.md

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

3-
## 0.1.0-preview.17 (Unreleased)
4-
5-
### Features Added
3+
## 0.1.0-preview.17 (2021-10-01)
64

75
### Breaking Changes
86

9-
### Bugs Fixed
10-
11-
### Other Changes
7+
- The following types were removed:
8+
- `DynamicContent`
9+
- `DynamicRequest`
10+
- `DynamicResponse`
11+
- `ProtocolClientOptions`
1212

1313
## 0.1.0-preview.16 (2021-09-07)
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Experimental types that might eventually move to Azure.Core</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline Experimental Extensions</AssemblyTitle>

sdk/core/Azure.Core/CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Release History
22

3-
## 1.20.0-beta.1 (Unreleased)
3+
## 1.20.0 (2021-10-01)
44

55
### Features Added
66

77
- Added the static `DelegatedTokenCredential` type with a `Create` method, which returns an instance of `TokenCredential` that uses the supplied delgates to produce an `AccessToken`. This would most typically be used when an token has previously been obtained from some other source and that token needs to be returned by a `TokenCredential` instance.
8-
9-
### Breaking Changes
8+
- Added `ResponseError` type to represent an Azure error type.
9+
- Added an experimental `ActivitySource` support.
1010

1111
### Bugs Fixed
1212

13-
### Other Changes
13+
- Fixed an exception during EventSource creation on Xamarin.
1414

1515
## 1.19.0 (2021-09-07)
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the implementation of the Azure Client Pipeline</Description>
44
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
5-
<Version>1.20.0-beta.1</Version>
5+
<Version>1.20.0</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.19.0</ApiCompatVersion>
88
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>

0 commit comments

Comments
 (0)