Skip to content

Releases: Azure/DatatypeChannels.ASB

Expand consumer options for PassiveNack

22 Apr 16:55
1707513

Choose a tag to compare

What's Changed

  • Add PassiveNack option and GetConsumerWith overload by @et1975 in #27

Full Changelog: 3.0-3...3.1-0

.NET 10 Release

14 Apr 16:36
2803db2

Choose a tag to compare

Initial migration for .NET 8

11 Apr 14:02
e20295b

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

Choose a tag to compare

Option to discard duplicates

28 Feb 14:36

Choose a tag to compare

#12 Discard duplicates that are already being processed

Use receivedId instead of lockId

22 Feb 21:58

Choose a tag to compare

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

Bump the dependencies

31 Jan 15:07

Choose a tag to compare

ServiceBus SDK bugfixes from v7.12.

1.0

16 Jan 16:55
e827ded

Choose a tag to compare

1.0

Stable release.

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

06 Dec 20:22
5cd6229

Choose a tag to compare

What's Changed

Use backgroundTask

11 Jul 19:17

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.