Skip to content

Releases: polygon-io/errands-server

Another bugfix release

03 Nov 21:42
0775674
Compare
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 <[email protected]>

Co-authored-by: Michael Moghaddam <[email protected]>

Bugfix release

20 Oct 14:57
3c5fbcd
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
v1.1.0

small fixes for pipelines (#10)

Allow Credentials added to CORS

07 Jan 16:36
Compare
Choose a tag to compare
v1.0.4

Alllow Credentials added to CORS

In memory only Key/Value

23 Sep 15:37
Compare
Choose a tag to compare

TODO: Write disk persistence code.

v1.0.2

25 Mar 16:16
Compare
Choose a tag to compare
Update the JSON to reflect previous change

Slight internal updates + schemas as seperate sub package

25 Mar 13:34
Compare
Choose a tag to compare
v1.0.1

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

Mostly working version

21 Mar 19:31
Compare
Choose a tag to compare
v1.0.0

Had to use easyjson ( json encoding ) for values. Gob wouldn't allow …