Acknowledge community contributions in changelogs (#5850)

* Acknowledge cusomer contributions

* Update cspell

* Add more contributors

* More cspell

* Update contributions

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-07-31 13:44:28 -07:00 committed by GitHub
parent 401b97e0ac
commit d32aab96eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 37 additions and 2 deletions

2
.vscode/cspell.json vendored
View File

@ -57,6 +57,7 @@
"Adls",
"ahojnnes",
"ahsonkhan",
"alesapin",
"Aloctl",
"amqp",
"Amqp",
@ -65,6 +66,7 @@
"AMQPS",
"amqpvalue",
"AMQPVALUE",
"arwell",
"ATLMFC",
"australiacentral",
"australiaeast",

View File

@ -16,6 +16,14 @@
### Other Changes
- [[#5851]](https://github.com/Azure/azure-sdk-for-cpp/pull/5851) Remove unneeded `<regex>` 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

View File

@ -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

View File

@ -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

View File

@ -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