Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating azcore & azidentity changelog #15423

Merged
4 commits merged into from
Sep 1, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Release History

## v0.19.0
## v0.20.0 (Unreleased)

### Features Added

### Breaking Changes

### Bug Fixes

### Other Changes


## v0.19.0 (2021-08-25)

### Breaking Changes
* Split content out of `azcore` into various packages. The intent is to separate content based on its usage (common, uncommon, SDK authors).
Expand All @@ -25,7 +36,7 @@
* This required some changes to the internal interfaces for core pollers.
* The core poller types have been improved, including more logging and test coverage.

## v0.18.1
## v0.18.1 (2021-08-20)

### Features Added
* Adds an `ETag` type for comparing etags and handling etags on requests
Expand Down
15 changes: 14 additions & 1 deletion sdk/azidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
# Release History

## v0.9.3 (Unreleased)
## v0.11.0
seankane-msft marked this conversation as resolved.
Show resolved Hide resolved
### Features Added

### Breaking Changes

### Bug Fixes

### Other Changes

## v0.10.0 (2021-08-30)
### Breaking Changes
* Update based on `azcore` refactor [#15383](https://github.com/Azure/azure-sdk-for-go/pull/15383)

## v0.9.3 (2021-08-20)

### Bugs Fixed
* `ManagedIdentityCredential.GetToken` no longer mutates its `opts.Scopes`
Expand Down