Skip to content

Releases: microsoft/durabletask-mssql

v0.6.0-alpha

15 Mar 00:40
3df2541
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release

v0.6.0-alpha

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

NuGet packages

New

  • Support for sub-orchestrations (#7) - contributed by @usemam
  • Support for explicit task hub name configuration (#10)
  • Added dt.GlobalSettings table and dt.SetGlobalSetting stored procedure (#10)
  • Added new permissions.sql setup script for setting up databaes permissions (#10)
  • Added task hub documentation page (#10)

Breaking changes

  • Renamed SqlProviderOptions to SqlOrchestrationServiceSettings and added required constructor parameters (#10)
  • User-based multitenancy is now disabled by default (#10)
  • The dt_runtime role is now granted access to only specific stored procedures rather than all of them (#10)

v0.5.0-alpha

26 Feb 06:28
Compare
Choose a tag to compare
v0.5.0-alpha Pre-release
Pre-release

v0.5.0-alpha

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

NuGet packages

New

  • Added support for .NET Standard 2.0 (DTFx only)
  • Made batch size configurable - contributed by @usemam

Improved

  • Fixes required for Azure Functions extension bundle compatibility

Breaking changes

None

Durable SQL Provider v0.4.2-alpha

12 Feb 18:09
55e98c4
Compare
Choose a tag to compare
Pre-release

This is the very first alpha release of the SQL provider for Durable Functions and the Durable Task Framework (DTFx). It is NOT recommended for production use, but we encourage early adopters to try it out and provide feedback.

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

NuGet packages