Skip to content

Commit

Permalink
Increment version for core releases (Azure#17891)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored and Minnie Liu committed Jan 23, 2021
1 parent e02daa3 commit d88edff
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions sdk/core/Azure.Core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 1.9.0-beta.1 (Unreleased)


## 1.8.1 (2020-01-11)

### Key Bug Fixes
Expand Down Expand Up @@ -80,7 +83,7 @@ When the environment variable or the switch are set the `HttpClientTransport` wo
### Bugfix
- Retry server timeouts on .NET Framework.

## 1.2.1 (2020-04-30)
## 1.2.1 (2020-04-30)

### Changed
- Read client request ID value used for logging and tracing off the initial request object if available.
Expand Down Expand Up @@ -111,28 +114,28 @@ When the environment variable or the switch are set the `HttpClientTransport` wo
- Add support for retrying on 408, 500, 502, 504 status codes.
- Remove commit hash from User-Agent telemetry.

## 1.0.1
## 1.0.1

- Fix issues with log redaction where first query character was replaced with '?' character.
- Exclude EventCounter events from AzureEventSourceListener.
- Add `AZURE_TRACING_DISABLED` environment variable support.

## 1.0.0
## 1.0.0

- Updating versioning and packaging for general availability.
- Make types and namespace names consistent.

## 1.0.0-preview.9
## 1.0.0-preview.9

- Added console and trace logger listener.
- Added additional content and header logging options.
- Moved commonly used types to Azure namespace.

## 1.0.0-preview.8
## 1.0.0-preview.8

- Minor improvements and bug fixes.

## 1.0.0-preview.7
## 1.0.0-preview.7

- Support for distributed tracing added.
- Support for TokenCredential in ASP.NET Core integration added.
Expand Down
4 changes: 2 additions & 2 deletions sdk/core/Azure.Core/src/Azure.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<Description>This is the implementation of the Azure Client Pipeline</Description>
<AssemblyTitle>Microsoft Azure Client Pipeline</AssemblyTitle>
<Version>1.8.1</Version>
<ApiCompatVersion>1.8.0</ApiCompatVersion>
<Version>1.9.0-beta.1</Version>
<ApiCompatVersion>1.8.1</ApiCompatVersion>
<PackageTags>Microsoft Azure Client Pipeline</PackageTags>
<Nullable>enable</Nullable>
<DefineConstants>$(DefineConstants);AZURE_NULLABLE</DefineConstants>
Expand Down

0 comments on commit d88edff

Please sign in to comment.