Skip to content

Releases: mikhailshilkov/DurableFunctions.FSharp

Migrate to V2 of Durable Functions

11 Feb 22:23
968c739

Choose a tag to compare

Pre-release
Merge pull request #19 from bartsokol/durablefunc2

Use latest version of DurableTask library

Eternal orchestrations

15 Jun 20:24

Choose a tag to compare

Pre-release

Support eternal orchestrations (ContinueAsNew)

Error handling and bug fixes

23 May 21:29
50af1e4

Choose a tag to compare

Pre-release
  • Try/with expression is supported
  • Try/finally expression is supported
  • Activity.all thread unsafety bug fixed

Retries & external events

01 Apr 15:29

Choose a tag to compare

Pre-release
  • Call with retry
  • Wait for external events
  • Support for Activity.defineTask

0.2.0

07 Jan 14:31

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Delays, sequential execution of a list of activities, activities returning unit

Initial preview

13 Dec 15:58

Choose a tag to compare

Initial preview Pre-release
Pre-release
  • Orchestrator computation expression
  • Activity type, define, run, call
  • Activity.all for Fan-out / Fan-in