Releases: Flowpack/prunner
Releases · Flowpack/prunner
v1.4.0-beta1
What's Changed
- FEATURE: Partitioned Wait Lists by @skurfuerst and @Pingu501 in #49
Full Changelog: v1.3.0...v1.4.0-beta1
v1.3.0
Changelog
- cd803ff BUGFIX: fix NIL error on error handling
- f64ad94 Cosmetic changes while reviewing / added TODO
- 0b5f67c FEATURE: allow specifying on_error handler in pipeline
- 3f05af2 Merge branch 'main' into onError_handler_in_pipeline
- ca3421d Merge pull request #47 from Flowpack/onError_handler_in_pipeline
- f855dc6 Merge pull request #48 from Flowpack/upgrade
- 33759d0 TASK: add another assertion to testcases to ensure they ran successfully
- 335b12f chore: remove older Go versions in tests
- 4ba3c29 chore: upgrade Go to 1.24, fix linter issues
- 7df4798 code cleanup
- 3265df3 doc: added readme, removed unused variables
- ee0f305 fix issue detected by linter -> improve error handling
- cfe9018 fix: fixed a data race with WaitGroup, removed unused code
- 8d44d04 fix: implement save synchronization on shutdown, refactor first failed task handling
- 1076662 re-implement on-error handling
- a66beb1 refactor: rename onError to on_error in YAML, added example
v1.3.0-beta2
Full Changelog: v1.2.0...v1.3.0-beta2
v1.3.0-beta1
Full Changelog: v1.2.0...v1.3.0-beta1
v1.2.0
v1.1.0-rc5
What's Changed
- Add
aarch64release build by @JamesAlias in #41 - Task: Update to Go 1.20 and update linter and actions by @hlubek in #42
- Allow cancel of queued job by @hlubek in #43
New Contributors
- @JamesAlias made their first contribution in #41
Full Changelog: v1.0.1...v1.1.0-rc1
v1.0.1
1.0.0: fix memory leaks with huge job outputs
Merge pull request #39 from Flowpack/memory-leak-debugging
!!! BUGFIX: fix huge memory leak where job output was stored in memory for a long time - Disables {{ .Output }} and {{ .Tasks.XYZ.Output }} placeholders