Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Releases: cgillum/durabletask-sqlserver

v0.4.0-alpha Release

06 Jan 19:40
3f04527
Compare
Choose a tag to compare

This is an unofficial release, containing the following changes:

  • Support for Durable Entities (#8)
  • Single instance history query (#11)
  • Automatic retries for transient SQL failures (#12)
  • Minor logging improvements
  • Minor test improvements
  • Updated README with latest performance information

v0.3.0-alpha Release

07 Nov 00:48
1b2c71e
Compare
Choose a tag to compare

This is an unofficial release, containing the following changes:

  • Added initial support for multitenancy
  • Implemented orchestration history/state purge
  • Fixed checkpoint deadlocks
  • Increment package minor version to v0.3.0-alpha
  • Added support for long DB usernames
  • Added checkpoint completion log event and renamed existing checkpoint starting event (breaking)
  • Updated setup script to work better on slow machines (i.e. docker on WSL)

v0.2.0-alpha Release

04 Nov 02:38
Compare
Choose a tag to compare
v0.2.0-alpha Release Pre-release
Pre-release

This is an unofficial release, containing the following changes:

  • Updated table schema (#4)
  • Started simplifying classes names
  • Simplified implementation
  • Updated README with getting started instructions
  • Added nuget publishing release workflow