Skip to content

Releases: microsoft/durabletask-dotnet

v1.4.0

15 Nov 19:42
21efde9
Compare
Choose a tag to compare

Dependency Updates:

  • DurableTask.Core 2.17.1 -> 3.0.0
  • Microsoft.Extensions.Logging.Abstractions 6.0.0->6.0.1

Full Changelog: v1.3.0...v1.4.0

v1.3.0

23 Sep 22:22
7c8a5c0
Compare
Choose a tag to compare

What's Changed

  • Add RetryPolicy.Handle Property to Allow for Exception Filtering on Retries by @tomseida in #314

New Contributors

Full Changelog: v1.2.4...v1.3.0

v1.2.4

29 May 23:14
9cb039a
Compare
Choose a tag to compare

What's Changed

  • Add Azure Functions unit testing sample by @davidmrdavid in #312
  • Matching Input and Output Type Activity Analyzer by @allantargino in #316
  • Upgrade DTFx.Core dependency Version and Increase Package Release Version to 1.2.4 by @nytian in #320

Full Changelog: v1.2.3...v1.2.4

v1.2.3

15 May 19:04
7eef072
Compare
Choose a tag to compare

What's Changed

  • Fixed issue 288: the filter passed to PurgeAllInstancesAsync is now used, instead of creating a new fitler. by @JohanKlijn in #289
  • Update changelog and release_notes.md by @jviau in #299
  • Fix inner exception propagation by @cgillum in #290

New Contributors

Full Changelog: v1.2.2...v1.2.3

v1.2.2

28 Mar 20:20
a0eddf4
Compare
Choose a tag to compare

What's Changed

  • Make RetryPolicy.HandleAsync obsolete (#275)
  • Fix TaskFailureDetails.IsCausedBy to support custom exceptions and 3rd party exceptions (#273)
  • Use ErrorPropgationMode.FailureDetails for orchestrators (#203)
  • Fix accidental typo in PurgeInstanceAsync refactor (#267)
  • Update Microsoft.Azure.DurableTask.Core to 2.16.2

New Contributors

Full Changelog: v1.2.0...v1.2.2

v1.2.0

05 Feb 22:25
4ea1473
Compare
Choose a tag to compare

What's Changed

  • Cascade terminate/purge support in GrpcDurableTaskClient by @shivamkm07 in #262

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

05 Feb 20:53
c838535
Compare
Choose a tag to compare

Changes

Bug fixes at durable suspend API.

Microsoft.DurableTask.Abstractions

  • Microsoft.Azure.DurableTask.Core dependency increased to 2.16.1

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 Nov 18:22
eb18611
Compare
Choose a tag to compare

Changes

Adds support for durable entities.

Learn more here.

Microsoft.DurableTask.Abstractions

  • Microsoft.Azure.DurableTask.Core dependency increased to 2.16.0

Full Changelog: v1.0.5...v1.1.0

v1.1.0-preview.2

24 Oct 17:33
85f2f52
Compare
Choose a tag to compare
v1.1.0-preview.2 Pre-release
Pre-release

Changes

Adds support for durable entities.

Microsoft.DurableTask.Abstractions

  • Microsoft.Azure.DurableTask.Core dependency increased to 2.16.0-preview.2

Full Changelog: v1.1.0-preview.1...v1.1.0-preview.2

v1.1.0-preview.1

20 Oct 20:54
faa5fd1
Compare
Choose a tag to compare
v1.1.0-preview.1 Pre-release
Pre-release

Changes

Adds support for durable entities.

Microsoft.DurableTask.Abstractions

  • Microsoft.Azure.DurableTask.Core dependency increased to 2.16.0-preview.1

Full Changelog: v1.0.5...v1.1.0-preview.1