Skip to content

Commit

Permalink
Prepare azidentity v1.6.0-beta.1 for release (#22248)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell authored Jan 17, 2024
1 parent 48ecc39 commit eab8d47
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions sdk/azidentity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Release History

## 1.5.0-beta.3 (Unreleased)
## 1.6.0-beta.1 (2024-01-17)

### Features Added
* Restored persistent token caching API first added in v1.5.0-beta.1
* Added `AzureCLICredentialOptions.Subscription`

## 1.5.1 (2024-01-17)

### Bugs Fixed
* `InteractiveBrowserCredential` handles `AdditionallyAllowedTenants` correctly

## 1.5.0 (2024-01-16)

### Breaking Changes
> These changes affect only code written against a beta version such as v1.5.0-beta.1
* Removed persistent token caching. It will return in v1.6.0-beta.1

### Bugs Fixed
* `azidentity.doForClient` method no longer removes headers from the incoming request
* Credentials now preserve MSAL headers e.g. X-Client-Sku

### Other Changes
* Move to latest released versions of net, crypto, core, etc...
* Upgraded dependencies

## 1.5.0-beta.2 (2023-11-07)

Expand Down
2 changes: 1 addition & 1 deletion sdk/azidentity/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ const (
module = "github.com/Azure/azure-sdk-for-go/sdk/" + component

// Version is the semantic version (see http://semver.org) of this module.
version = "v1.5.0-beta.3"
version = "v1.6.0-beta.1"
)

0 comments on commit eab8d47

Please sign in to comment.