Releases: microsoft/durabletask-mssql
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
v1.2.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 FabricBot config for automatic GitHub triaging by @davidmrdavid in #154
- changed some too small integer types to fix #147 by @bhugot in #155
- Support configurable backoff intervals by @tompostler in #163
- Onboarding to GitOps.ResourceManagement by @microsoft-github-policy-service in #171
- Patch GH automation by @davidmrdavid in #183
- Update GH automation by @bachuv in #185
- Adds config for min and delta backoff poll intervals by @dmetzgar in #174
- Fix error handling propagation by @cgillum in #188
- Distributed tracing support by @cgillum in #190
- Added upgrade test infrastructure by @cgillum in #130
New Contributors
- @davidmrdavid made their first contribution in #154
- @tompostler made their first contribution in #163
- @bachuv made their first contribution in #185
- @dmetzgar made their first contribution in #174
Full Changelog: https://github.com/microsoft/durabletask-mssql/blob/main/CHANGELOG.md
v1.1.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
- 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
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
- @AndreiRR24 made their first contribution in #110
- @bhugot made their first contribution in #128
Full Changelog: v1.0.1...v1.1.0
v1.0.1
See our Quick Start documentation for more information about how to get started with this provider.
NuGet packages
What's Changed
- Fixed script for case sensitive databases by @matei-dorian in #113
- Updating SqlDurabilityProviderStartup to implement IWebJobsStartup by @surgupta-msft in #117
- Update package versions to v1.0.1 by @cgillum in #118
New Contributors
- @matei-dorian made their first contribution in #113
- @surgupta-msft made their first contribution in #117
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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
andMicrosoft.Extensions.Logging.Abstractions
in #108
New Contributors
Full Changelog: v1.0.0-rc2...v1.0.0