Skip to content

Durable Functions v1.8.1 Release

Compare
Choose a tag to compare
@cgillum cgillum released this 04 May 06:04

The v1.8.1 release is a bug fix release with several fixes/improvements over v1.8.0.

  • Missing function name in HTTP API response (#567)
  • Lifecycle notifications in v1.8.0 do not work for V1 function apps (#670) - contributed by @yuka1984
  • Events added to in-memory queue are not being raised after ContinueAsNew called (#676)
  • Name property of OrchestrationStatus isn't propagated to JavaScript durable functions like it is in .NET (#679)
  • Exception in DurableOrchestrationClient.GetStatusAsync() method (#688)
  • Purge HTTP API should return 200 instead of 404 for existing instances (#695)
  • Update DurableTask.AzureStorage dependency to 1.6.0

This release can be downloaded from nuget.org:
https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask/1.8.1

For more information on Durable Functions, see our official documentation:
https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-overview