From d90042d570a6531d7f7ed97e82ddfe95c730158b Mon Sep 17 00:00:00 2001
From: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
Date: Fri, 11 Aug 2023 14:50:21 -0700
Subject: [PATCH] Prepare for release (#38163)
* Prepare for release
* add note about checkpointing
---
eng/Packages.Data.props | 8 ++++----
.../CHANGELOG.md | 11 +++++------
...icrosoft.Azure.WebJobs.Extensions.EventHubs.csproj | 2 +-
.../CHANGELOG.md | 10 ++++------
...crosoft.Azure.WebJobs.Extensions.ServiceBus.csproj | 3 +--
5 files changed, 15 insertions(+), 19 deletions(-)
diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props
index 0fae0dfd7fd86..81c34614f3074 100644
--- a/eng/Packages.Data.props
+++ b/eng/Packages.Data.props
@@ -90,8 +90,8 @@
-
-
+
+
@@ -195,8 +195,8 @@
-
-
+
+
diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
index d4c09563d8957..5f3e994c88a1b 100644
--- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
+++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/CHANGELOG.md
@@ -1,14 +1,13 @@
# Release History
-## 5.5.0-beta.1 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
+## 5.5.0 (2023-08-11)
### Bugs Fixed
-### Other Changes
+- When binding to a `CancellationToken`, the token will no longer be signaled when in Drain Mode.
+ To detect if the function app is in Drain Mode, use dependency injection to inject the
+ `IDrainModeManager`, and check the `IsDrainModeEnabled` property. Additionally, checkpointing
+ will now occur when the function app is in Drain Mode.
## 5.4.0 (2023-06-06)
diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj
index b2eab68d7a4f3..e8b3a8d7197ee 100644
--- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj
+++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Microsoft.Azure.WebJobs.Extensions.EventHubs.csproj
@@ -3,7 +3,7 @@
netstandard2.0
Microsoft Azure WebJobs SDK EventHubs Extension
- 5.5.0-beta.1
+ 5.5.0
5.4.0
$(NoWarn);AZC0001;CS1591;SA1636
diff --git a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md
index df6d73f8f0433..093d7e61fb499 100644
--- a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md
+++ b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/CHANGELOG.md
@@ -1,14 +1,12 @@
# Release History
-## 5.12.0-beta.1 (Unreleased)
-
-### Features Added
-
-### Breaking Changes
+## 5.12.0 (2023-08-11)
### Bugs Fixed
-### Other Changes
+- When binding to a `CancellationToken`, the token will no longer be signaled when in Drain Mode.
+ To detect if the function app is in Drain Mode, use dependency injection to inject the
+ `IDrainModeManager`, and check the `IsDrainModeEnabled` property.
## 5.11.0 (2023-06-06)
diff --git a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
index de49b4fbf7d31..ff922e8b2a752 100644
--- a/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
+++ b/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/src/Microsoft.Azure.WebJobs.Extensions.ServiceBus.csproj
@@ -3,7 +3,7 @@
netstandard2.0
Microsoft Azure WebJobs SDK ServiceBus Extension
- 5.12.0-beta.1
+ 5.12.0
5.11.0
$(NoWarn);AZC0001;CS1591;SA1636
@@ -17,7 +17,6 @@
-