Skip to content

Releases: Azure/DatatypeChannels.ASB

Expand consumer options for PassiveNack

Choose a tag to compare

@et1975 et1975 released this 22 Apr 16:55
1707513

What's Changed

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

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

.NET 10 Release

Choose a tag to compare

@et1975 et1975 released this 14 Apr 16:36
2803db2

Initial migration for .NET 8

Choose a tag to compare

@et1975 et1975 released this 11 Apr 14:02
e20295b

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

Choose a tag to compare

@et1975 et1975 released this 14 Mar 22:23

PR #14

Option to discard duplicates

Choose a tag to compare

@et1975 et1975 released this 28 Feb 14:36

#12 Discard duplicates that are already being processed

Use receivedId instead of lockId

Choose a tag to compare

@et1975 et1975 released this 22 Feb 21:58

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

Bump the dependencies

Choose a tag to compare

@et1975 et1975 released this 31 Jan 15:07

ServiceBus SDK bugfixes from v7.12.

1.0

1.0

Choose a tag to compare

@et1975 et1975 released this 16 Jan 16:55
e827ded

Stable release.

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

Choose a tag to compare

@et1975 et1975 released this 06 Dec 20:22
5cd6229

What's Changed

Use backgroundTask

Use backgroundTask Pre-release
Pre-release

Choose a tag to compare

@et1975 et1975 released this 11 Jul 19:17

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.