Skip to content

Commit 3caf203

Browse files
authored
[identity] Prepare identity for May release (#29441)
1 parent 0a69729 commit 3caf203

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 4.1.1 (Unreleased)
3+
## 4.2.0 (2024-04-30)
44

55
### Features Added
66

77
- Adds support for `getBearerTokenProvider` that returns a callback function to get a token for a given scope. This is useful for scenarios where an explicit Entra token is needed without having to worry about the token refreshing details.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
139
### Other Changes
1410

1511
- `ClientSecretCredential`, `ClientCertificateCredential`, and `ClientAssertionCredential` migrated to use MSALClient internally instead of MSALNode flow. This is an internal refactoring and should not result in any behavioral changes. [#28873](https://github.com/Azure/azure-sdk-for-js/pull/28873)

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "4.1.1",
4+
"version": "4.2.0",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",

sdk/identity/identity/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/**
55
* Current version of the `@azure/identity` package.
66
*/
7-
export const SDK_VERSION = `4.1.1`;
7+
export const SDK_VERSION = `4.2.0`;
88

99
/**
1010
* The default client ID for authentication

0 commit comments

Comments
 (0)