Skip to content

Releases: Azure/DatatypeChannels.ASB

Initial migration for .NET 8

11 Apr 14:02
e20295b
Compare
Choose a tag to compare

Update for dependencies and move to .NET8 SDK.

What's Changed

New Contributors

Full Changelog: 1.0-4...2.0-0

Preserve messages across receivers

14 Mar 22:23
Compare
Choose a tag to compare

Option to discard duplicates

28 Feb 14:36
Compare
Choose a tag to compare

#12 Discard duplicates that are already being processed

Use receivedId instead of lockId

22 Feb 21:58
Compare
Choose a tag to compare

Using lockId could be confusing when debugging, surface received message id instead.

Bump the dependencies

31 Jan 15:07
Compare
Choose a tag to compare

ServiceBus SDK bugfixes from v7.12.

1.0

16 Jan 16:55
e827ded
Compare
Choose a tag to compare
1.0

Stable release.

Switch to .NET7 SDK and go back to stock `backgroundTask`

06 Dec 20:22
5cd6229
Compare
Choose a tag to compare

What's Changed

Use backgroundTask

11 Jul 19:17
Compare
Choose a tag to compare
Use backgroundTask Pre-release
Pre-release

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

26 Nov 18:36
Compare
Choose a tag to compare
Remove retries Pre-release
Pre-release

Rely on retries support in the client/SDK.

1.0-beta-4

19 Nov 23:10
e21f8ff
Compare
Choose a tag to compare
1.0-beta-4 Pre-release
Pre-release
  • Switch to .NET 5 as target platform
  • Switch to async consumer factory
  • Upgrade ServiceBus SDK