Releases: massive-com/errands-server
Releases · massive-com/errands-server
v2.0.0
What's Changed
- Fix the get by id route by @danielatpolygonio in #17
- spelling fix by @aitzkovitz in #18
- Update GitHub organization to massive-com by @suever in #22
New Contributors
- @danielatpolygonio made their first contribution in #17
- @aitzkovitz made their first contribution in #18
Full Changelog: v1.2.2...v2.0.0
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 <6424916+mmoghaddam385@users.noreply.github.com> Co-authored-by: Michael Moghaddam <6424916+mmoghaddam385@users.noreply.github.com>
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…