Skip to content

Releases: neurospeech/eternity

v2.1.46

12 Apr 11:50
Compare
Choose a tag to compare

Full Changelog: v2.1.45...v2.1.46

  1. Fixed Persistence of Extra field.

v2.1.45

22 Mar 12:38
Compare
Choose a tag to compare
  1. DateTime2 fix added.
  2. Added DailyWorkflow, see Getting Started for more information.
    Full Changelog: v2.1.36...v2.1.45

v2.1.36

15 Mar 09:56
Compare
Choose a tag to compare
  1. Sql Server DateTime2 Precision fixed
  2. Activity creation date fixed.
  3. Conflicting trigger removed.
  4. Added throwIfExists

Full Changelog: v2.1.27...v2.1.36

Version 2.1.27

18 Jan 10:26
Compare
Choose a tag to compare
  1. Added ETA in Create methods

Full Changelog: v2.1.26...v2.1.27

Version 2.1.26

05 Dec 05:18
Compare
Choose a tag to compare
  1. 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

23 Jun 10:35
Compare
Choose a tag to compare
  1. Added Schema and Table Name in Constructor for EternitySqlStorage
  2. Added Auto Create Script with Schema Name to Isolate Multiple Workflows in same database
  3. Fixed bug for existing Schema Creation

Version 2.1.13

23 Jun 10:06
Compare
Choose a tag to compare
  1. Added Schema and Table Name in Constructor for EternitySqlStorage
  2. Added Auto Create Script with Schema Name to Isolate Multiple Workflows in same database

Version 2.1.6

22 Jun 11:12
Compare
Choose a tag to compare

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

22 Jun 10:10
ec451d0
Compare
Choose a tag to compare

Last working version with Azure Table Storage