From 58810f9a60404404514eac7cc1b9ee8f0e4ed7bd Mon Sep 17 00:00:00 2001 From: Kashif Khan <361477+kashifkhan@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:22:28 -0500 Subject: [PATCH] [SB] Update Changelog (#34856) * update changelog * update change long with keep alive change Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> * update release date --------- Co-authored-by: swathipil <76007337+swathipil@users.noreply.github.com> Co-authored-by: swathipil --- sdk/servicebus/azure-servicebus/CHANGELOG.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/sdk/servicebus/azure-servicebus/CHANGELOG.md b/sdk/servicebus/azure-servicebus/CHANGELOG.md index 2a1a522e8eda..794564c2b54a 100644 --- a/sdk/servicebus/azure-servicebus/CHANGELOG.md +++ b/sdk/servicebus/azure-servicebus/CHANGELOG.md @@ -1,15 +1,16 @@ # Release History -## 7.12.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 7.12.1 (2024-03-20) ### Bugs Fixed +- Fixed a bug where the client was not retrying when a connection drop happened ([34786](https://github.com/Azure/azure-sdk-for-python/pull/34786)) +- Fixed a bug where the client would not handle a role instance swap on the service correctly ([34820](https://github.com/Azure/azure-sdk-for-python/pull/34820)) + ### Other Changes +- Updated the logging to more accurately represent when frames are being sent to prevent a client-side idle timeout ([#34793](https://github.com/Azure/azure-sdk-for-python/pull/34793)). + ## 7.12.0 (2024-03-06) ### Features Added