Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

js release notes for the 2025-03 release #8549

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 100 additions & 0 deletions _data/releases/2025-03/js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
entries:
- Name: '@azure/storage-file-share'
Version: 12.27.0-beta.1
DisplayName: Storage - Files Share
ServiceName: Storage
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/storage-file-share_12.27.0-beta.1/sdk/storage/storage-file-share/CHANGELOG.md
ChangelogContent: |-
#### Features Added

- Added support for service version 2025-05-05.
- Added support for NFS over REST.
- Name: '@azure/identity-cache-persistence'
Version: 1.2.0
DisplayName: Token Cache Persistence Plugin
ServiceName: Identity
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/identity-cache-persistence_1.2.0/sdk/identity/identity-cache-persistence/CHANGELOG.md
ChangelogContent: |-
#### Other Changes

- Updated `@azure/msal-node` to the version `^3.2.2`
- Name: '@azure/identity-broker'
Version: 1.2.0
DisplayName: Identity Broker
ServiceName: Identity
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/identity-broker_1.2.0/sdk/identity/identity-broker/CHANGELOG.md
ChangelogContent: |-
#### Other Changes

- 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)
- Updated `@azure/msal-node` to the version `^3.2.2`
- Name: '@azure/identity'
Version: 4.7.0
DisplayName: Identity
ServiceName: Identity
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/identity_4.7.0/sdk/identity/identity/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed

- Fixed the logic to return authority without the scheme and tenant ID [#31540](https://github.com/Azure/azure-sdk-for-js/pull/31540)
- Fixed an issue where an incorrect tenant ID was presented in multi-tenant authentication errors [#32505](https://github.com/Azure/azure-sdk-for-js/pull/32505)
- `ManagedIdentityCredential` now throws an error when attempting to pass a user-assigned Managed Identity in a ServiceFabric environment instead of silently ignoring it. [#32841](https://github.com/Azure/azure-sdk-for-js/pull/32841)
- Fixed the bug in silent authentication behavior to happen only in scenarios where an account is present either in the persistent cache (if tokenCachePersistence is enabled and authentication record is provided) or the in-memory cache, instead of silently picking up the first account found in token cache. [#32134](https://github.com/Azure/azure-sdk-for-js/pull/32134)
- Fixed the bug in interactive authentication request to account for the correct user login prompt based on the login hint provided, in case there are multiple accounts present. [#32134](https://github.com/Azure/azure-sdk-for-js/pull/32134)
- Incorporated the [fix by @azure/msal-node (v 3.2.1)](https://github.com/AzureAD/microsoft-authentication-library-for-js/pull/7469) for silent authentication to do token lookup in persistent cache.

#### Features Added

- Added `subscription` property in `AzureCliCredentialOptions` [#31451](https://github.com/Azure/azure-sdk-for-js/pull/31451).
- Name: '@azure/communication-chat'
Version: 1.6.0-beta.5
DisplayName: Communication Chat
ServiceName: Communication
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/communication-chat_1.6.0-beta.5/sdk/communication/communication-chat/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed

- Updated signaling client to 1.0.0-beta.32 to fix chunk events missing editedOn field
- Name: '@azure/eventgrid'
Version: 5.11.0
DisplayName: Event Grid
ServiceName: Event Grid
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/eventgrid_5.11.0/sdk/eventgrid/eventgrid/CHANGELOG.md
ChangelogContent: |-
#### Features Added

- properties added to `AcsMessageMediaContent`
- `animated`
- properties added to `AcsMessageReceivedEventData`
- `messageId`
- `messageType`
- `reaction`
- Name: '@azure/eventgrid-systemevents'
Version: 1.0.0-beta.6
DisplayName: unknown
ServiceName: unknown
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/eventgrid-systemevents_1.0.0-beta.6/sdk/eventgrid/eventgrid-systemevents/CHANGELOG.md
ChangelogContent: |-
#### Features Added

- Added `animated` property to `AcsMessageMediaContent`

- Added the following properties to `AcsMessageReceivedEventData`
- `messageId`
- `messageType`
- `reaction`