Skip to content

Commit

Permalink
Prepare azcore v1.4.0 for release (#20310)
Browse files Browse the repository at this point in the history
  • Loading branch information
chlowell committed Mar 1, 2023
1 parent a698b9b commit 988beb5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions sdk/azcore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
# Release History

## 1.3.2 (Unreleased)
## 1.4.0 (2023-03-02)
> This release doesn't include features added in v1.4.0-beta.1. They will return in v1.5.0-beta.1.
### Features Added
* Add `Clone()` method for `arm/policy.ClientOptions`.

### Breaking Changes

### Bugs Fixed
* ARM's RP registration policy will no longer swallow unrecognized errors.
* Fixed an issue in `runtime.NewPollerFromResumeToken()` when resuming a `Poller` with a custom `PollingHandler`.
* Fixed wrong policy copy in `arm/runtime.NewPipeline()`.

### Other Changes
## 1.4.0-beta.1 (2023-02-02)

### Features Added
* Added support for ARM cross-tenant authentication. Set the `AuxiliaryTenants` field of `arm.ClientOptions` to enable.
* Added `Claims` and `TenantID` fields to `policy.TokenRequestOptions`.
* ARM bearer token policy handles CAE challenges.

## 1.3.1 (2023-02-02)

Expand Down
2 changes: 1 addition & 1 deletion sdk/azcore/internal/shared/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ const (
Module = "azcore"

// Version is the semantic version (see http://semver.org) of this module.
Version = "v1.3.2"
Version = "v1.4.0"
)

0 comments on commit 988beb5

Please sign in to comment.