Releases: microsoft/durabletask-mssql
v1.5.4
What's Changed
- Bug fix for correctly generating the
ExecutionCompletedEventby @sophiatev in #303
Full Changelog: v1.5.3...v1.5.4
v1.5.3
DEPRECATED
This release has been deprecated due to a bug in how SqlUtils generated the ExecutionCompletedEvent. Please use release 1.5.4 which fixed this bug.
What's Changed
- Add logic to terminate suspended instances by @sophiatev in #301
New Contributors
- @sophiatev made their first contribution in #301
Full Changelog: v1.5.2...v1.5.3
v1.5.2
v1.5.1
What's Changed
- Move to central package management by @cgillum in #283
- Pin transitive dependencies to mitigate CVEs by @cgillum in #284
- Use Singleton Metrics Provider for Listener by @nytian in #285
Dependency Updates
- Microsoft.Azure.WebJobs.Extensions.DurableTask v3.0.2 -> v3.0.3
Full Changelog: v1.5.0...v1.5.1
v1.5.0
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
- Microsoft.DurableTask.SqlServer.AzureFunctions
- Microsoft.DurableTask.SqlServer
Dependency Updates
Microsoft.Azure.WebJobs.Extensions.DurableTask 2.13.7 -> 3.0.0
Microsoft.Azure.DurableTask.Core v2.x -> v3.x
Full Changelog: v1.4.0...v1.5.0
v1.4.0
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
- Microsoft.DurableTask.SqlServer.AzureFunctions
- Microsoft.DurableTask.SqlServer
What's Changed
- Add code mirror pipeline by @davidmrdavid in #222
- Move code-mirror to eng/ci folder, as per convention by @davidmrdavid in #225
- Clear NuGet security warnings by @davidmrdavid in #226
- Fix SqlUtils.WithRetry() to open a new connection if the last attempt closed the connection due to network issues. by @microrama in #221
- Use 'PLACEHOLDER' to represent secrets in docs and GH workflows by @davidmrdavid in #227
- 1ES migration - first draft by @davidmrdavid in #228
- Update taskhubs.md with correct storageProvider type value by @cgillum in #231
- Fix CI: update sqlcmd to new location: /opt/mssql-tools18 by @davidmrdavid in #236
- Add sourcelink reconstruction task in msbuild by @davidmrdavid in #235
- Add automated release pipeline by @davidmrdavid in #275
- Add target based scaling support for MSSQL by @bachuv and @cgillum in #169
Full Changelog: v1.3.0...v1.4.0
v1.3.0
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
- Microsoft.DurableTask.SqlServer.AzureFunctions
- Microsoft.DurableTask.SqlServer
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
- @microrama made their first contribution in #218
Full Changelog: v1.2.3...v1.3.0
v1.2.3
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
- Microsoft.DurableTask.SqlServer.AzureFunctions
- Microsoft.DurableTask.SqlServer
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
- @dependabot made their first contribution in #204
Full Changelog: v1.2.2...v1.2.3
v1.2.2
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
- Microsoft.DurableTask.SqlServer.AzureFunctions
- Microsoft.DurableTask.SqlServer
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
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
- Microsoft.Azure.Functions.Worker.Extensions.DurableTask.SqlServer
- Microsoft.DurableTask.SqlServer.AzureFunctions
- Microsoft.DurableTask.SqlServer
What's Changed
Full Changelog: v1.2.0...v1.2.1