Skip to content

Releases: microsoft/durabletask-mssql

v1.0.0-rc2

31 May 20:18
891d3ee
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

What's Changed

  • Support new instance purging interface by @usemam in #80
  • Remove netstandard2.1 TFM by @cgillum in #82
  • Fix problem terminating orchestration with running activity by @cgillum in #83
  • Add support for multi-instance queries by @usemam in #88
  • Include more payload IDs in history table by @cgillum in #90
  • Remove Microsoft.SqlServer.SqlManagementObjects dependency by @IGx89 in #92
  • Process events for non-running orchestrations by @cgillum in #97

Breaking Changes

As a result of the change in #97, the 1.0.0-rc2 schema is neither forward compatible nor backwards compatible with 1.0.0-rc. As a result, upgrading to this version will require downtime. Starting in the final version of 1.0.0, upgrades between 1.x.y versions can be expected to require zero downtime.

New Contributors

  • @IGx89 made their first contribution in #92

Full Changelog: v1.0.0-rc...v1.0.0-rc2

v1.0.0-rc

15 Apr 17:34
315ee74
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

What's Changed

New Contributors

Full Changelog: v0.11.1-beta...v1.0.0-rc

v0.11.1-beta

08 Dec 23:06
24fdfe6
Compare
Choose a tag to compare
v0.11.1-beta Pre-release
Pre-release

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

What's Changed

  • Add support for .NET Standard 2.0 for Azure Functions by @cgillum in #63

Full Changelog: v0.11.0-beta...v0.11.1-beta

v0.11.0-beta

20 Nov 00:38
488cb31
Compare
Choose a tag to compare
v0.11.0-beta Pre-release
Pre-release

v0.11.0-beta

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

What's Changed

  • Added managed identity information by @mivano in #47
  • Automatically Create Database if Not Present by @wsugarman in #49
  • Fix logic.sql Invalid Column usage by @jasonwun in #52
  • Multiple fixes in preparation for v0.11.0-beta by @cgillum in #54
  • Add .NET Core 2.1 support for build signing pipeline by @cgillum in #55

New Contributors

Full Changelog: v0.10.1-beta...v0.11.0-beta

v0.10.1-beta

04 Oct 20:46
3d623ec
Compare
Choose a tag to compare
v0.10.1-beta Pre-release
Pre-release

v0.10.1-beta

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

Updates

  • Removed foreign key constraints from all tables to dramatically improve performance and eliminate common sources of deadlocks (#46)
  • Added documentation for how to work around native dependency issues in Azure Functions.
  • Added documentation about the taskEventLockTimeout setting in the Azure Functions host.json file.

Full Changelog: v0.10.0-beta...v0.10.1-beta

v0.10.0-beta

21 Jul 21:07
Compare
Choose a tag to compare
v0.10.0-beta Pre-release
Pre-release

v0.10.0-beta

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

Fixes

  • Convert DateTime input parameters to UTC (#38) - contributed by @usemam

Updates

Breaking changes

  • Removed manual Azure Managed Identity configuration (it's configured in the MSSQL connection string now) (#33) - contributed by @usemam
  • Fixed backwards purge history threshold check (#39) - contributed by @Jaah

v0.9.1-beta

14 Jun 00:41
d0eaeee
Compare
Choose a tag to compare
v0.9.1-beta Pre-release
Pre-release

v0.9.1-beta

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

New

  • Added extension method for Azure Functions service registration (#31)

Updates

v0.9.0-beta

24 May 23:34
39b8a9d
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

v0.9.0-beta

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

New

v0.8.0-beta

21 May 18:54
33c311c
Compare
Choose a tag to compare
v0.8.0-beta Pre-release
Pre-release

v0.8.0-beta

See our Quick Start documentation for more information about how to get started with this provider.

We also have a new Kubernetes quickstart for those interested in running Azure Functions workloads on a Kubernetes cluster with KEDA.

NuGet packages

New

  • Support for multi-instance queries in Azure Functions (#21)
  • Instance purge, long timers, and internal Linux telemetry support in Azure Functions (#22)

Updates

Breaking changes

  • Renamed dt.PurgeInstanceState SQL stored procedure to dt.PurgeInstanceStateByTime

v0.7.0-alpha

08 Apr 01:09
f4219c7
Compare
Choose a tag to compare
v0.7.0-alpha Pre-release
Pre-release

v0.7.0-alpha

See our Quick Start documentation for more information about how to get started with this provider.

NuGet packages

New

Updates

Breaking changes

  • Changed SqlDurabilityProviderFactory and SqlDurabilityOptions classes from public to internal