js release notes for the 2024-02 release (#7162)

* js release notes for the 2024-02 release

* js release notes for the 2024-02 release
This commit is contained in:
Azure SDK Bot 2024-02-05 10:43:55 -08:00 коммит произвёл GitHub
Родитель 2a8cd19b98
Коммит c1b8e059c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 97 добавлений и 0 удалений

Просмотреть файл

@ -174,4 +174,101 @@ entries:
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/recoveryservicesbackup/arm-recoveryservicesbackup/CHANGELOG.md
ChangelogContent: ""
- Name: '@azure/communication-phone-numbers'
Version: 1.3.0-beta.3
DisplayName: Communication Phone Numbers
ServiceName: Communication
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/communication-phone-numbers_1.3.0-beta.3/sdk/communication/communication-phone-numbers/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Added support for API version `2023-10-01-preview`, This gives us functionality for Do Not Resell Consent Changes.
- Users will now be able to purchase from countries like `IT`, `AT`, `FR`, `NO`, `PT`. They can do so by agreeing not to resell phone numbers by setting consentToNotResellNumbers to true.
- Added support for 10DLC changes.
- Name: '@azure/core-util'
Version: 1.7.0
DisplayName: Core - Client - Core Utils
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-util_1.7.0/sdk/core/core-util/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
- Upgrade dependency `@azure/abort-controller` version to `^2.0.0`.
- Name: '@azure/core-client'
Version: 1.8.0
DisplayName: Core - Client - Client
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-client_1.8.0/sdk/core/core-client/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fix an error when serializing browser ReadableStream [PR #27052](https://github.com/Azure/azure-sdk-for-js/pull/27052)
- Name: '@azure/core-lro'
Version: 2.6.0
DisplayName: Core - Client - LRO
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-lro_2.6.0/sdk/core/core-lro/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
- Search for the `resourceLocation` property in the raw response body if it cannot be found in the parsed response body.
- Upgrade dependency `@azure/abort-controller` version to `^2.0.0`.
- Name: '@azure/core-amqp'
Version: 4.2.0
DisplayName: Core - Client - AMQP
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-amqp_4.2.0/sdk/core/core-amqp/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Correct timeToLive calculation to use absolute expiry time.
- Name: '@azure-rest/core-client'
Version: 1.2.0
DisplayName: Core - Client - Rest
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure-rest/core-client_1.2.0/sdk/core/core-client-rest/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fixed an issue where `multipart/form-data` requests with an array of files as a parameter would not work if any of the files were supplied as a `Uint8Array`.
#### Features Added
- Add a new property endpoint in ClientOptions and mark the baseUri as deprecated to encourage people to use endpoint.
- Name: '@azure/core-auth'
Version: 1.6.0
DisplayName: Core - Client - Auth
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-auth_1.6.0/sdk/core/core-auth/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Added the `isKeyCredential` typeguard function similar to the existing `isTokenCredential`.
- Name: '@azure/core-rest-pipeline'
Version: 1.14.0
DisplayName: Core - Client - Core Rest Pipeline
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-rest-pipeline_1.14.0/sdk/core/core-rest-pipeline/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fix support for `multipart/form-data` request bodies in browser where server does not support `HTTP/2`.
- Guard against unrecognized value types in the form data policy.
- Form file uploads now have content type `application/octet-stream` if no other content type was specified.
- Fix `multipart/form-data` requests failing in versions of Node 18 below 18.13 and versions of Node 20 below 20.6.