Skip to content

Commit 20a5a6f

Browse files
authored
Updating ServiceBus and EventHub extensions for release (#1859)
1 parent 7099e74 commit 20a5a6f

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
lines changed

extensions/Worker.Extensions.EventHubs/release_notes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Extensions.EventHubs <version>
7+
### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 5.6.0
88

9-
- <entry>
9+
- Updated Microsoft.Azure.WebJobs.Extensions.EventHubs reference to 5.5.0
10+
- Bug Fix: When binding to a CancellationToken, the token will no longer be signaled when in Drain Mode.
11+
To detect if the function app is in Drain Mode, use dependency injection to inject the IDrainModeManager,
12+
and check the IsDrainModeEnabled property.

extensions/Worker.Extensions.EventHubs/src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
using System.Runtime.CompilerServices;
55
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;
66

7-
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.EventHubs", "5.4.0")]
7+
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.EventHubs", "5.5.0")]
88
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]

extensions/Worker.Extensions.EventHubs/src/Worker.Extensions.EventHubs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Azure Event Hubs extensions for .NET isolated functions</Description>
77

88
<!--Version information-->
9-
<VersionPrefix>5.5.0</VersionPrefix>
9+
<VersionPrefix>5.6.0</VersionPrefix>
1010

1111
</PropertyGroup>
1212

extensions/Worker.Extensions.ServiceBus/release_notes.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
- My change description (#PR/#issue)
55
-->
66

7-
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus <version>
7+
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.13.0
88

9-
- <entry>
9+
- Updated Microsoft.Azure.WebJobs.Extensions.ServiceBus reference to 5.12.0
10+
- Bug Fix: When binding to a CancellationToken, the token will no longer be signaled when in Drain Mode.
11+
To detect if the function app is in Drain Mode, use dependency injection to inject the IDrainModeManager,
12+
and check the IsDrainModeEnabled property.

extensions/Worker.Extensions.ServiceBus/src/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
using System.Runtime.CompilerServices;
55
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;
66

7-
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.ServiceBus", "5.11.0")]
7+
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.ServiceBus", "5.12.0")]
88
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]

extensions/Worker.Extensions.ServiceBus/src/Worker.Extensions.ServiceBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Description>Azure Service Bus extensions for .NET isolated functions</Description>
77

88
<!--Version information-->
9-
<VersionPrefix>5.12.0</VersionPrefix>
9+
<VersionPrefix>5.13.0</VersionPrefix>
1010

1111
<!--Temporarily opting out of documentation. Pending documentation-->
1212
<GenerateDocumentationFile>false</GenerateDocumentationFile>

0 commit comments

Comments
 (0)