Skip to content

Commit c429da7

Browse files
Add changelog for releasing SDK 5.2.0 (Azure#25171)
* Add more explanation in SessionHandlerOptions * add more description in SessionHandlerOptions * address PR comments to add more detailed explanations * minor * add changelog for a new nuget minor version bump * Revert "add changelog for a new nuget minor version bump" This reverts commit 7ece7b5. * add change log for amqp lib update * try to run failed tests * add changelog and update SDK version * merge conflict * nit
1 parent d0c3ad8 commit c429da7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

sdk/servicebus/Microsoft.Azure.ServiceBus/CHANGELOG.md

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

3+
## 5.2.0 (2021-11-05)
4+
- Adding MessageState property to SystemProperties [PR 25158](https://github.com/Azure/azure-sdk-for-net/pull/25158)
5+
- Allow receiving empty string session id sessions [PR 24570](https://github.com/Azure/azure-sdk-for-net/pull/24570)
6+
37
## 5.1.3 (2021-04-15)
48

59
Update package description to include pointer to the new Azure.Messaging.ServiceBus package and the migration guide.

sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<AssemblyTitle>Azure ServiceBus SDK</AssemblyTitle>
44
<Description>Please note, a newer package Azure.Messaging.ServiceBus is available as of November 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/sb for more details.</Description>
5-
<Version>5.1.3</Version>
5+
<Version>5.2.0</Version>
66
<ApiCompatVersion>5.1.2</ApiCompatVersion>
77
<PackageTags>Microsoft;Azure;Service Bus;ServiceBus;.NET;AMQP;IoT;Queue;Topic</PackageTags>
88
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>

0 commit comments

Comments
 (0)