Releases: neurospeech/eternity
Releases · neurospeech/eternity
v2.1.46
v2.1.45
- DateTime2 fix added.
- Added
DailyWorkflow
, see Getting Started for more information.
Full Changelog: v2.1.36...v2.1.45
v2.1.36
- Sql Server DateTime2 Precision fixed
- Activity creation date fixed.
- Conflicting trigger removed.
- Added throwIfExists
Full Changelog: v2.1.27...v2.1.36
Version 2.1.27
- Added ETA in Create methods
Full Changelog: v2.1.26...v2.1.27
Version 2.1.26
- Added
CreateUniqueAsync
which creates unique workflow based on input parameters or specified ID, it does not throw error if workflow already exists.
Full Changelog: v2.1.24...v2.1.26
Version 2.1.14
- Added Schema and Table Name in Constructor for EternitySqlStorage
- Added Auto Create Script with Schema Name to Isolate Multiple Workflows in same database
- Fixed bug for existing Schema Creation
Version 2.1.13
- Added Schema and Table Name in Constructor for EternitySqlStorage
- Added Auto Create Script with Schema Name to Isolate Multiple Workflows in same database
Version 2.1.6
What's Changed
- Azure Table Storage removed
- IEternityStorage replaced by IEternityRepository
- Single Table Storage for Sql Server and Sqlite
Full Changelog: v1.4.130...v2.1.6
Version 1.4.130
Last working version with Azure Table Storage