Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jun 06:19
· 14 commits to main since this release
ca3421d

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