Releases: polygon-io/errands-server
Releases · polygon-io/errands-server
Another bugfix release
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
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
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
type alias for errand options (#11) * type alias for errand options * add comment for linter
Support for errands pipelines
v1.1.0 small fixes for pipelines (#10)
Allow Credentials added to CORS
v1.0.4 Alllow Credentials added to CORS
In memory only Key/Value
TODO: Write disk persistence code.
v1.0.2
Slight internal updates + schemas as seperate sub package
v1.0.1 Split schemas and utils into seperate packages for use in client libr…
Mostly working version
v1.0.0 Had to use easyjson ( json encoding ) for values. Gob wouldn't allow …