Releases: Azure/DatatypeChannels.ASB
Releases · Azure/DatatypeChannels.ASB
Initial migration for .NET 8
Update for dependencies and move to .NET8 SDK.
What's Changed
- Bump Azure.Identity from 1.2.2 to 1.10.2 in /tests/DatatypeChannels.ASB.Tests by @dependabot in #15
- sub change by @et1975 in #16
- Move to .NET 8 by @et1975 in #17
New Contributors
- @dependabot made their first contribution in #15
Full Changelog: 1.0-4...2.0-0
Preserve messages across receivers
Option to discard duplicates
#12 Discard duplicates that are already being processed
Use receivedId instead of lockId
Using lockId could be confusing when debugging, surface received message id instead.
Bump the dependencies
ServiceBus SDK bugfixes from v7.12.
1.0
Switch to .NET7 SDK and go back to stock `backgroundTask`
Use backgroundTask
Using task
can lead to deadlocks as it tries to sync on calling context.
Current F# Core implementation of backgroundTask
is broken, this release brings back Ply for the correct implementation for now.
Remove retries
Rely on retries support in the client/SDK.
1.0-beta-4
- Switch to .NET 5 as target platform
- Switch to async consumer factory
- Upgrade ServiceBus SDK