Skip to content

Releases: Flowpack/prunner

v1.4.0-beta1

15 Aug 12:01
b692da9

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0-beta1

v1.3.0

17 Jun 06:19
ca3421d

Choose a tag to compare

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

27 May 08:50

Choose a tag to compare

v1.3.0-beta1

20 May 11:47

Choose a tag to compare

v1.2.0

14 Dec 22:22
d7fdf27

Choose a tag to compare

Changelog

  • 222b8a7 FEATURE: release FreeBSD binaries
  • d7fdf27 Merge pull request #45 from christoph-daehne/main

v1.1.0-rc5

11 Jul 10:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0-rc1

v1.0.1

04 Jan 11:10

Choose a tag to compare

Changelog

  • 9c2aa1d TASK: try to fix docker build

1.0.0: fix memory leaks with huge job outputs

04 Jan 10:55
e1790bb

Choose a tag to compare

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

v0.8.3

29 Sep 09:07
ed281a2

Choose a tag to compare

Changelog

  • 849c28d Add STOPSIGNAL to Dockerfile
  • f2589f1 DOC: Add badges to readme
  • 5f9317c FEATURE: allow pprof profiling in prunner
  • ed281a2 Merge pull request #38 from Flowpack/pprof-profiling-for-prunner
  • 1976713 Update README.md

v0.8.2

07 Apr 12:47

Choose a tag to compare

What's Changed

  • Release Docker image, improve readme, add JWT secret flag/env var by @hlubek in #36

Full Changelog: v0.8.1...v0.8.2