Azure Core August Beta Release (#5858)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-08-01 14:11:08 -07:00 committed by GitHub
parent e5f2cda065
commit 8fdb1fcd57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
# Release History
## 1.14.0-beta.1 (Unreleased)
## 1.14.0-beta.1 (2024-08-01)
### Features Added
@ -12,8 +12,6 @@
- If customer code is using `Azure::Core::Context::ApplicationContext`, the customer should instead create their own root context object which is used
wherever the customer would have previously used `Azure::Core::Context::ApplicationContext`, i.e. `Azure::Core::Context(deadline)` instead of `Azure::Core::Context::ApplicationContext.WithDeadline(deadline)`.
### Bugs Fixed
### 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)_)