Skip to content

Releases: fieldryand/goflow

v3.0.1-alpha.3

19 Nov 02:10
Compare
Choose a tag to compare
v3.0.1-alpha.3 Pre-release
Pre-release

v3.0.1 alpha 3 release, with new Docker fix

v3.0.1-alpha.2

19 Nov 02:04
Compare
Choose a tag to compare
v3.0.1-alpha.2 Pre-release
Pre-release

v3.0.1 alpha release, with docker build fixed

v3.0.1-alpha

19 Nov 02:00
1af2163
Compare
Choose a tag to compare
v3.0.1-alpha Pre-release
Pre-release

v3.0.1 alpha release

v3.0.0-alpha.5

24 May 15:02
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release
String type for Execution Operator field

v3.0.0-alpha.4

26 Feb 16:41
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

latest v3 pre-release

v3.0.0-alpha.3

24 Feb 11:12
Compare
Choose a tag to compare
v3.0.0-alpha.3 Pre-release
Pre-release

latest v3 pre-release

v2.2.1

24 Feb 15:09
88d6d01
Compare
Choose a tag to compare

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)

v2.2.0

12 Feb 17:26
68397b5
Compare
Choose a tag to compare

Improvements

The dashboard allows you to select the last 10/25/50/100 job executions to display, so your browser won't fill up with little circles.

display-last-10-executions

Bug fixes

Resolved a race condition that could cause a job scheduled status (active/inactive) to be falsely reported.

v2.1.1

08 Feb 16:51
67022eb
Compare
Choose a tag to compare

This patch release fixes an issue with the schedule toggling functionality.

v2.1.0

04 Feb 12:03
558a3f9
Compare
Choose a tag to compare

Features and improvements

Feature: WithSeconds option for cron scheduling thanks to zengzhengrong
Improvement: Jobs and tasks appear in a fixed order in the dashboard
Improvement: performance/cpu usage improved by refactoring a busy loop

Bug fixes

Fixed a bug that prematurely closed client connections for some store types such as Postgres and Redis

Other

In examples and documentation, changed the naming convention for tasks and jobs to skewer-case for better legibility