js release notes for the 2024-09 release (#7979)

* js release notes for the 2024-09 release

* js release notes for the 2024-09 release

* js release notes for the 2024-09 release

* js release notes for the 2024-09 release
This commit is contained in:
Azure SDK Bot 2024-09-16 13:18:51 -07:00 коммит произвёл GitHub
Родитель 7fce296654
Коммит 562c49eee0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 67 добавлений и 0 удалений

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

@ -333,4 +333,71 @@ entries:
- Adds `CompletionChoice` interface with content filter result.
- Updates the `license` property to be optional in `ContentFilterCitedDetectionResultOutput`.
- Updates `custom_blocklists` type in `ContentFilterResultsForChoiceOutput` to `ContentFilterDetailedResults`.
- Name: '@azure/core-auth'
Version: 1.8.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.8.0/sdk/core/core-auth/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- `AccessToken` now has an optional `refreshAfterTimestamp` attribute that can be used to specify when the token should be refreshed. #30402
- Name: '@azure/core-lro'
Version: 3.1.0
DisplayName: Core - Client - LRO
ServiceName: Other
VersionType: GA
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/core-lro_3.1.0/sdk/core/core-lro/CHANGELOG.md
ChangelogContent: |-
#### Features Added
Add the `operation-location` support in resourceLocationConfig option.
- Name: '@azure/core-util'
Version: 1.10.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.10.0/sdk/core/core-util/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- Added `calculateRetryDelay` helper that can be used to calculate the next delay interval for exponential delay with jitter. [#30572](https://github.com/Azure/azure-sdk-for-js/pull/30572)
- Name: '@azure/core-rest-pipeline'
Version: 1.17.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.17.0/sdk/core/core-rest-pipeline/CHANGELOG.md
ChangelogContent: |-
#### Features Added
- The token cycler of `BearerTokenCredentialPolicy` now checks the `refreshAfterTimestamp` attribute in the `AccessToken` when determining if a token request should be made in the `shouldRefresh` method. #30402
- Added support for automatic span propagation and HTTP tracing for consumers using Rest Level Clients. [#31019](https://github.com/Azure/azure-sdk-for-js/pull/31019)
- Name: '@azure/monitor-opentelemetry-exporter'
Version: 1.0.0-beta.26
DisplayName: OpenTelemetry Exporter
ServiceName: Monitor
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/monitor-opentelemetry-exporter_1.0.0-beta.26/sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md
ChangelogContent: |-
#### Other Changes
- Enforce property length limits on telemetry using truncation.
- Updated OTel dependencies.
- Name: '@azure/monitor-opentelemetry'
Version: 1.7.1
DisplayName: Azure Monitor OpenTelemetry
ServiceName: Monitor
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-js/tree/@azure/monitor-opentelemetry_1.7.1/sdk/monitor/monitor-opentelemetry/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Live Metrics: Do not send documents from past time intervals.