Skip to content

Commit 7c57b8f

Browse files
[Identity-broker] [Identity-cache-persistence] update versions and doc links (#33076)
1 parent 8f0449c commit 7c57b8f

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

Diff for: common/config/rush/pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: sdk/identity/identity-broker/CHANGELOG.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
# Release History
22

3-
## 1.1.1 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.2.0 (2025-02-18)
104

115
### Other Changes
126

137
- Native ESM support has been added, and this package will now emit both CommonJS and ESM. [#31647](https://github.com/Azure/azure-sdk-for-js/pull/31647)
8+
- Updated `@azure/msal-node` to the version `^3.2.2`
149

1510
## 1.1.0 (2024-10-15)
1611

Diff for: sdk/identity/identity-broker/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package provides a plugin to the Azure Identity library for JavaScript ([`@
44

55
An authentication broker is an application that runs on a user’s machine that manages the authentication handshakes and token maintenance for connected accounts. Currently, only the Windows authentication broker, Web Account Manager (WAM), is supported.
66

7-
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples) | [API reference documentation](https://azuresdkdocs.z19.web.core.windows.net/javascript/azure-identity-broker/1.0.0-beta.1/index.html) | [Microsoft Entra ID documentation] (https://learn.microsoft.com/entra/identity/)
7+
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity-broker) | [Samples](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity-broker/samples) | [API reference documentation](https://learn.microsoft.com/javascript/api/overview/azure/identity-broker-readme?view=azure-node-latest) | [Microsoft Entra ID documentation] (https://learn.microsoft.com/entra/identity/)
88

99
## Getting started
1010

Diff for: sdk/identity/identity-broker/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/identity-broker",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"sdk-type": "client",
55
"description": "A native plugin for Azure Identity credentials to enable broker authentication such as WAM",
66
"main": "./dist/commonjs/index.js",
@@ -56,9 +56,9 @@
5656
"sideEffects": false,
5757
"dependencies": {
5858
"@azure/core-auth": "^1.9.0",
59-
"@azure/identity": "^4.5.0",
59+
"@azure/identity": "^4.7.0",
6060
"@azure/msal-node-extensions": "^1.3.0",
61-
"@azure/msal-node": "^2.15.0",
61+
"@azure/msal-node": "^3.2.2",
6262
"tslib": "^2.2.0"
6363
},
6464
"devDependencies": {

Diff for: sdk/identity/identity-cache-persistence/CHANGELOG.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Release History
22

3-
## 1.1.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.2.0 (2025-02-18)
104

115
### Other Changes
126

7+
- Updated `@azure/msal-node` to the version `^3.2.2`
8+
139
## 1.1.1 (2024-06-10)
1410

1511
### Other Changes

Diff for: sdk/identity/identity-cache-persistence/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/identity-cache-persistence",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"sdk-type": "client",
55
"description": "A secure, persistent token cache for Azure Identity credentials that uses the OS secret-management API",
66
"main": "./dist/commonjs/index.js",
@@ -57,8 +57,8 @@
5757
"sideEffects": false,
5858
"dependencies": {
5959
"@azure/core-auth": "^1.9.0",
60-
"@azure/identity": "^4.5.0",
61-
"@azure/msal-node": "^2.16.2",
60+
"@azure/identity": "^4.7.0",
61+
"@azure/msal-node": "^3.2.2",
6262
"@azure/msal-node-extensions": "^1.5.0",
6363
"keytar": "^7.6.0",
6464
"tslib": "^2.8.1"

Diff for: sdk/identity/identity/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 4.7.0 (2025-02-11)
3+
## 4.7.0 (2025-02-18)
44

55
### Features Added
66

0 commit comments

Comments
 (0)