From d32aab96eb4be0350b697993078c040bee0e2cdc Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:44:28 -0700 Subject: [PATCH] Acknowledge community contributions in changelogs (#5850) * Acknowledge cusomer contributions * Update cspell * Add more contributors * More cspell * Update contributions --------- Co-authored-by: Anton Kolesnyk --- .vscode/cspell.json | 2 ++ sdk/core/azure-core/CHANGELOG.md | 8 ++++++++ sdk/storage/azure-storage-blobs/CHANGELOG.md | 8 ++++++++ sdk/storage/azure-storage-common/CHANGELOG.md | 10 ++++++++++ sdk/tables/azure-data-tables/CHANGELOG.md | 11 +++++++++-- 5 files changed, 37 insertions(+), 2 deletions(-) diff --git a/.vscode/cspell.json b/.vscode/cspell.json index 6a04ec4a7..56f4961c5 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -57,6 +57,7 @@ "Adls", "ahojnnes", "ahsonkhan", + "alesapin", "Aloctl", "amqp", "Amqp", @@ -65,6 +66,7 @@ "AMQPS", "amqpvalue", "AMQPVALUE", + "arwell", "ATLMFC", "australiacentral", "australiaeast", diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 2376adf3b..e65948ab7 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -16,6 +16,14 @@ ### Other Changes +- [[#5851]](https://github.com/Azure/azure-sdk-for-cpp/pull/5851) Remove unneeded `` includes. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Core better with their contributions to this release: + +- Robert Schulze _([GitHub](https://github.com/rschu1ze))_ + ## 1.13.0 (2024-07-12) ### Bugs Fixed diff --git a/sdk/storage/azure-storage-blobs/CHANGELOG.md b/sdk/storage/azure-storage-blobs/CHANGELOG.md index b4f379987..2c6de400a 100644 --- a/sdk/storage/azure-storage-blobs/CHANGELOG.md +++ b/sdk/storage/azure-storage-blobs/CHANGELOG.md @@ -10,6 +10,14 @@ ### Other Changes +- [[#5765]](https://github.com/Azure/azure-sdk-for-cpp/pull/5765) Fix libcxx build. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Storage Blobs better with their contributions to this release: + +- Robert Schulze _([GitHub](https://github.com/rschu1ze))_ + ## 12.12.0 (2024-07-16) ### Features Added diff --git a/sdk/storage/azure-storage-common/CHANGELOG.md b/sdk/storage/azure-storage-common/CHANGELOG.md index cdce27265..bae17f5f7 100644 --- a/sdk/storage/azure-storage-common/CHANGELOG.md +++ b/sdk/storage/azure-storage-common/CHANGELOG.md @@ -10,6 +10,16 @@ ### Other Changes +- [[#5767]](https://github.com/Azure/azure-sdk-for-cpp/pull/5767) XML: Use RAII wrappers instead of manual memory management. (A community contribution, courtesy of _[rschu1ze](https://github.com/rschu1ze)_, _[alesapin](https://github.com/alesapin)_, and _[CurtizJ](https://github.com/CurtizJ)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Storage better with their contributions to this release: + +- Robert Schulze _([GitHub](https://github.com/rschu1ze))_ +- alesapin _([GitHub](https://github.com/alesapin))_ +- Anton Popov _([GitHub](https://github.com/CurtizJ))_ + ## 12.7.0 (2024-07-16) ### Features Added diff --git a/sdk/tables/azure-data-tables/CHANGELOG.md b/sdk/tables/azure-data-tables/CHANGELOG.md index fa377fce2..11a5f0aad 100644 --- a/sdk/tables/azure-data-tables/CHANGELOG.md +++ b/sdk/tables/azure-data-tables/CHANGELOG.md @@ -8,6 +8,14 @@ ### Bugs Fixed +- [[#5781]](https://github.com/Azure/azure-sdk-for-cpp/pull/5781) Fixed exception when deserializing numeric values from JSON. (A community contribution, courtesy of _[0xar1](https://github.com/0xar1)_) + +### Acknowledgments + +Thank you to our developer community members who helped to make Azure Data Tables better with their contributions to this release: + +- arwell _([GitHub](https://github.com/0xar1))_ + ### Other Changes ## 1.0.0-beta.3 (2024-06-11) @@ -15,7 +23,7 @@ ### Bugs Fixed - Fixed an issue where the `TableServiceClient` was not correctly handling the `nextPartitionKey` and `nextRowKey` continuation tokens when iterating over tables. -- Fixed an issue around InsertReplace transactions. +- Fixed an issue around InsertReplace transactions. ## 1.0.0-beta.2 (2024-04-09) @@ -23,7 +31,6 @@ - Updates to models, transactions and other features. - ## 1.0.0-beta.1 (2024-01-16) ### Features Added