Skip to content

Commit

Permalink
[Identity] update changelog for beta release (#31144)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya committed Sep 17, 2024
1 parent 6021109 commit 1d8154e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# Release History

## 4.5.0-beta.3 (Unreleased)
## 4.5.0-beta.3 (2024-09-18)

### Features Added

- Added support for the field `refreshAfterTimestamp` in `AccessToken` [#30402](https://github.com/Azure/azure-sdk-for-js/pull/30402)
- Added support for providing an object ID to `ManagedIdentityCredential`. [#30771](https://github.com/Azure/azure-sdk-for-js/pull/30771)
- Added support for token cache persistence via the `CredentialTokenPersistence` options to the `ClientAssertionCredential`. [#31129](https://github.com/Azure/azure-sdk-for-js/pull/31129)

### Breaking Changes

### Bugs Fixed

- `ManagedIdentityCredential` now throws an error when attempting to pass a user-assigned Managed Identity in a CloudShell environment instead of silently ignoring it. [#30955](https://github.com/Azure/azure-sdk-for-js/pull/30955)
- Fixed an issue where cross-tenant federation did not read the AZURE_AUTHORITY_HOST environment in all scenarios. [#31134](https://github.com/Azure/azure-sdk-for-js/pull/31134)

### Other Changes

## 4.5.0-beta.2 (2024-08-13)

### Features Added
Expand Down

0 comments on commit 1d8154e

Please sign in to comment.