File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 8585 <PackageReference Update =" Azure.Data.SchemaRegistry" Version =" 1.0.0" />
8686 <PackageReference Update =" Azure.Messaging.EventHubs" Version =" 5.6.2" />
8787 <PackageReference Update =" Azure.Messaging.EventGrid" Version =" 4.7.0" />
88- <PackageReference Update =" Azure.Messaging.ServiceBus" Version =" 7.5.0 " />
88+ <PackageReference Update =" Azure.Messaging.ServiceBus" Version =" 7.5.1 " />
8989 <PackageReference Update =" Azure.Messaging.WebPubSub" Version =" 1.0.0" />
9090 <PackageReference Update =" Azure.Identity" Version =" 1.5.0" />
9191 <PackageReference Update =" Azure.Security.KeyVault.Secrets" Version =" 4.2.0" />
Original file line number Diff line number Diff line change 11# Release History
22
3- ## 5.2.0-beta.1 (Unreleased )
3+ ## 5.2.0 (2021-12-08 )
44
55### Features Added
6- - Add listener details
76
8- ### Breaking Changes
7+ - Add listener details.
8+ - Add protected constructors to ` ServiceBusMessageActions ` and ` ServiceBusSessionMessageActions ` for mocking.
99
1010### Bugs Fixed
1111
12+ - Make ` ServiceBusMessageActions ` thread-safe.
13+
1214### Other Changes
1315
1416## 5.1.0 (2021-11-10)
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0</TargetFrameworks >
55 <Description >Microsoft Azure WebJobs SDK ServiceBus Extension</Description >
6- <Version >5.2.0-beta.1 </Version >
6+ <Version >5.2.0</Version >
77 <!-- The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
88 <ApiCompatVersion >5.1.0</ApiCompatVersion >
99 <NoWarn >$(NoWarn);AZC0001;CS1591;SA1636;CA1507</NoWarn >
You can’t perform that action at this time.
0 commit comments