From d4b225c138049fa39b8ca1e41d36a37b0f53343b Mon Sep 17 00:00:00 2001 From: Larry Osterman Date: Wed, 25 Oct 2023 15:16:52 -0700 Subject: [PATCH] Updated changelog for azure core; azure core amqp; and eventhubs. (#5060) --- sdk/core/azure-core-amqp/CHANGELOG.md | 3 +++ sdk/core/azure-core/CHANGELOG.md | 5 +++++ sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md | 10 ++++++++++ 3 files changed, 18 insertions(+) diff --git a/sdk/core/azure-core-amqp/CHANGELOG.md b/sdk/core/azure-core-amqp/CHANGELOG.md index bc46d0b7e..b178e2c2f 100644 --- a/sdk/core/azure-core-amqp/CHANGELOG.md +++ b/sdk/core/azure-core-amqp/CHANGELOG.md @@ -10,6 +10,9 @@ ### Other Changes +- Added several `ostream` insertion operators for AMQP types. +- Removed public dependency on azure-uamqp-c to enable local bug fixes. + ## 1.0.0-beta.4 (2023-10-05) ### Features Added diff --git a/sdk/core/azure-core/CHANGELOG.md b/sdk/core/azure-core/CHANGELOG.md index 04a1ec02f..9dd11315b 100644 --- a/sdk/core/azure-core/CHANGELOG.md +++ b/sdk/core/azure-core/CHANGELOG.md @@ -4,10 +4,15 @@ ### Features Added +- Added TLS 1.3 support to WinHTTP transport. +- Environment Log Level Listener now logs the ThreadID for the thread originating the trace. + ### Breaking Changes ### Bugs Fixed +- Some versions of GCC no longer include stdint.h in cstdint. + ### Other Changes ## 1.11.0-beta.1 (2023-10-05) diff --git a/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md b/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md index da56501cf..b3305c41d 100644 --- a/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md +++ b/sdk/eventhubs/azure-messaging-eventhubs/CHANGELOG.md @@ -4,12 +4,22 @@ ### Features Added +- Fully functional eventhubs Processor. +- Allow `ProducerClient` and `ConsumerClient` to be created with a connection string without an EntityPath element. + ### Breaking Changes +- Removed the `LoadBalancer` type from the public API surface. +- `ConsumerClient` and `ProducerClient` objects can no longer be moved or copied. +- If the connection string provided to `ConsumerClient` or `ProducerClient` contains an EntityPath, then the `EntityPath` +parameter to the constructor must match the value provided in the connection string. + ### Bugs Fixed ### Other Changes +- Several `ostream` insertion operators were added for eventhubs types. + ## 1.0.0-beta.3 (2023-10-10) ### Breaking Changes