Skip to content

Releases: massive-com/errands-server

v2.0.0

07 Nov 02:17
0bf926d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.2...v2.0.0

Another bugfix release

03 Nov 21:42
0775674

Choose a tag to compare

handle error off of update by id on process errand (#16)

* handle error off of update by id on process errand

* Update errands-routes.go

Co-authored-by: Michael Moghaddam <6424916+mmoghaddam385@users.noreply.github.com>

Co-authored-by: Michael Moghaddam <6424916+mmoghaddam385@users.noreply.github.com>

Bugfix release

20 Oct 14:57
3c5fbcd

Choose a tag to compare

Fixes the following bugs:

  • pipeline dependency cycle detection (for real this time)
  • TTL expiration messages on errands that are inactive

Properly support TTL in errand options

19 Oct 17:35
c43b7ba

Choose a tag to compare

Also contains a bugfix that fixes an issue where a dependency cycle was incorrectly reported for some large errand pipelines

Introduce type alias for ErrandOptions struct

09 Aug 15:16
778b9b3

Choose a tag to compare

type alias for errand options (#11)

* type alias for errand options

* add comment for linter

Support for errands pipelines

12 Jul 21:32
80529c3

Choose a tag to compare

v1.1.0

small fixes for pipelines (#10)

Allow Credentials added to CORS

07 Jan 16:36

Choose a tag to compare

v1.0.4

Alllow Credentials added to CORS

In memory only Key/Value

23 Sep 15:37

Choose a tag to compare

TODO: Write disk persistence code.

v1.0.2

25 Mar 16:16

Choose a tag to compare

Update the JSON to reflect previous change

Slight internal updates + schemas as seperate sub package

25 Mar 13:34

Choose a tag to compare

v1.0.1

Split schemas and utils into seperate packages for use in client libr…