Skip to content

Releases: microsoft/durabletask-mssql

v1.4.0

10 Oct 18:28
e477b00
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

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

v1.3.0

07 May 22:43
01ba839
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

  • Replace hardcoded version string + globs with build variables by @cgillum in #213
  • Issue217 - Rollback transaction in CreateInstance stored proc to prevent deadlocks by @microrama in #218
  • Added missing Rollback transaction by @bhugot in #219

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

28 Mar 23:34
d9e4a74
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

  • Bump Microsoft.Data.SqlClient from 3.0.0 to 3.1.5 in /src/DurableTask.SqlServer by @dependabot in #204
  • Updates for v1.2.3 release (which includes other dependencies). by @cgillum in #210

New Contributors

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

v1.2.2

18 Dec 21:11
4adc14b
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

  • Fix for NewEvents stuck due to InvalidCastException by @cgillum in #201
  • Fix Functions.Worker.Extensions.DurableTask.SqlServer to reference correct DurableTask.SqlServer.AzureFunctions package by @cgillum in #202

Full Changelog: v1.2.1...v1.2.2

v1.2.1

07 Nov 18:31
ceddafa
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Sep 23:54
84f5752
Compare
Choose a tag to compare

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: https://github.com/microsoft/durabletask-mssql/blob/main/CHANGELOG.md

v1.1.1

03 Feb 17:42
a0a6a5f
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

  • Synchronous reads for improved performance for large payloads by @bhugot in #134
  • Quick fix for sub-orchestration gRPC serialization issue by @cgillum in #149
  • Fix continue-as-new data corruption issue by @cgillum in #150

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

v1.1.0

19 Jan 17:37
569c476
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

  • Added multi-schema support for DTF Sql-Server by @AndreiRR24 in #110
  • Rename SchemaNamePlaceholder and add Azure Functions support by @cgillum in #122
  • Fix for #127 Is not properly using TaskHubName by @bhugot in #128
  • Fixes for dedupe behavior on orchestration create by @cgillum in #123
  • Update Durable Functions extension dependency by @cgillum in #138

New Contributors

Full Changelog: v1.0.1...v1.1.0

v1.0.1

12 Aug 22:25
5dc66f3
Compare
Choose a tag to compare

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: v1.0.0...v1.0.1

v1.0.0

28 Jun 01:32
Compare
Choose a tag to compare

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

NuGet packages

What's Changed

  • Use same precision for queries than for storage by @Greybird in #98
  • Support rewinding orchestrations by @Greybird in #96
  • Fix inaccurate license headers by @cgillum in #101
  • Delete all payload data on ContinueAsNew by @cgillum in #102
  • Update package and schema versions to v1.0.0 (stable) by @cgillum in #103
  • add FetchParentInstancesOnly filter to fetch only parent instances if… by @hsnsalhi in #99
  • Preparations for v1.0.0 (GA) release by @cgillum in #108

Breaking Changes

  • Removed explicit dependencies on Microsoft.Extensions.Caching.Memory and Microsoft.Extensions.Logging.Abstractions in #108

New Contributors

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