Skip to content

v2.2.1

Latest
Compare
Choose a tag to compare
@fieldryand fieldryand released this 24 Feb 15:09
· 6 commits to main since this release
88d6d01

Improvements

  • Dashboard displays the job/task start timestamp on hover in user’s local timezone (fafae66)
  • Resolved some leaking goroutines (cded453)
  • The Streaming option is now deprecated and will be ignored by the engine. (f349164)
  • The /stream handler now returns one job execution per event, instead of the full history. This eliminates duplicate events and makes the front-end code simpler. (e823bf6)