Skip to content

Commit 03de1fb

Browse files
authored
Core-Core (GA) + Core-AMQP (Beta) + Event Hubs (Beta) January Releases (#5243)
* Core-Core + Core-AMQP + Event Hubs January Releases * Update CHANGELOG.md --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
1 parent 08c5187 commit 03de1fb

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

sdk/core/azure-core-amqp/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0-beta.6 (Unreleased)
3+
## 1.0.0-beta.6 (2024-01-11)
44

55
### Features Added
66

@@ -16,8 +16,6 @@
1616
- AMQP Link Credits now work as expected.
1717
- Integrated the fix for NVD - CVE-2024-21646.
1818

19-
### Other Changes
20-
2119
## 1.0.0-beta.5 (2023-11-07)
2220

2321
### Breaking Changes

sdk/core/azure-core/CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,30 @@
11
# Release History
22

3-
## 1.11.0-beta.3 (Unreleased)
4-
5-
- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
3+
## 1.11.0 (2024-01-11)
64

75
### Features Added
86

9-
### Breaking Changes
7+
- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
8+
- Added TLS 1.3 support to WinHTTP transport.
9+
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
10+
- [[#4983]](https://github.com/Azure/azure-sdk-for-cpp/issues/4983) Added support for setting `CURLOPT_CAPATH` libcurl option on Linux. (A community contribution, courtesy of _[phoebusm](https://github.com/phoebusm)_)
1011

1112
### Bugs Fixed
1213

1314
- [[#5172]](https://github.com/Azure/azure-sdk-for-cpp/issues/5172) `Azure::Nullable::Emplace()` does not set `HasValue()` to `true`.
1415
- [[#5130]](https://github.com/Azure/azure-sdk-for-cpp/issues/5130) `Url::AppendPath()` and `Url::SetPath()` may end up with a double slash at the beginning of a path.
16+
- [[#5007]](https://github.com/Azure/azure-sdk-for-cpp/issues/5007) Some versions of GCC no longer include stdint.h in cstdint.
1517

1618
### Other Changes
1719

1820
- [[#4756]] (https://github.com/Azure/azure-sdk-for-cpp/issues/4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.
1921

22+
### Acknowledgments
23+
24+
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
25+
26+
- Phoebus Mak _([GitHub](https://github.com/phoebusm))_
27+
2028
## 1.11.0-beta.2 (2023-11-02)
2129

2230
### Features Added

sdk/core/azure-core/src/private/package_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define AZURE_CORE_VERSION_MAJOR 1
1414
#define AZURE_CORE_VERSION_MINOR 11
1515
#define AZURE_CORE_VERSION_PATCH 0
16-
#define AZURE_CORE_VERSION_PRERELEASE "beta.3"
16+
#define AZURE_CORE_VERSION_PRERELEASE ""
1717

1818
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
1919
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)

sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 1.0.0-beta.5 (Unreleased)
4-
5-
### Features Added
3+
## 1.0.0-beta.5 (2024-01-11)
64

75
### Breaking Changes
86

97
- EventHub `ConsumerClient` and `ProcessorClient` objects now return pointers to `EventData` objects instead of `EventData` objects by value.
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 1.0.0-beta.4 (2023-11-07)
1610

1711
### Features Added

0 commit comments

Comments
 (0)