Skip to content

Commit 988beb5

Browse files
authored
Prepare azcore v1.4.0 for release (Azure#20310)
1 parent a698b9b commit 988beb5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

sdk/azcore/CHANGELOG.md

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

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

8-
### Breaking Changes
9-
109
### Bugs Fixed
1110
* ARM's RP registration policy will no longer swallow unrecognized errors.
1211
* Fixed an issue in `runtime.NewPollerFromResumeToken()` when resuming a `Poller` with a custom `PollingHandler`.
1312
* Fixed wrong policy copy in `arm/runtime.NewPipeline()`.
1413

15-
### Other Changes
14+
## 1.4.0-beta.1 (2023-02-02)
15+
16+
### Features Added
17+
* Added support for ARM cross-tenant authentication. Set the `AuxiliaryTenants` field of `arm.ClientOptions` to enable.
18+
* Added `Claims` and `TenantID` fields to `policy.TokenRequestOptions`.
19+
* ARM bearer token policy handles CAE challenges.
1620

1721
## 1.3.1 (2023-02-02)
1822

sdk/azcore/internal/shared/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ const (
3131
Module = "azcore"
3232

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

0 commit comments

Comments
 (0)