cpp release notes for the 2024-11 release (#8204)

This commit is contained in:
Azure SDK Bot 2024-11-02 07:04:02 -07:00 коммит произвёл GitHub
Родитель f42acfbb19
Коммит b53fa3a22a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 23 добавлений и 0 удалений

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

@ -22,4 +22,27 @@ entries:
ChangelogContent: |-
#### Features Added
- Bumped up Account SAS version to `2025-01-05`.
- Name: azure-core
Version: 1.14.1
DisplayName: Core
ServiceName: Other
VersionType: Patch
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-core_1.14.1/sdk/core/azure-core/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- Fixed warning for an unused function in curl.cpp when building the SDK using a version of libcurl older than 7.77.0.
- Invalidate the token cache within `BearerTokenAuthenticationPolicy` whenever a token request comes back with a 401 response.
- Name: azure-messaging-eventhubs
Version: 1.0.0-beta.10
DisplayName: Event Hubs
ServiceName: Event Hubs
VersionType: Beta
Hidden: false
ChangelogUrl: https://github.com/Azure/azure-sdk-for-cpp/tree/azure-messaging-eventhubs_1.0.0-beta.10/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md
ChangelogContent: |-
#### Bugs Fixed
- [[#6064]](https://github.com/Azure/azure-sdk-for-cpp/issues/6064) Utilize new telemetry features from Azure Core.