Skip to content

Releases: fieldryand/goflow

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

v2.1.0-alpha.1

03 Feb 13:42
5c1509f
Compare
Choose a tag to compare
v2.1.0-alpha.1 Pre-release
Pre-release

alpha release

v2.0.1

11 Jul 19:24
091d46f
Compare
Choose a tag to compare

This release improves performance when interacting with the storage layer.

v2.0.0

04 Jul 05:18
26aab79
Compare
Choose a tag to compare

New features:

  • flexible storage
  • API

v2.0.0-beta.3

02 Jul 17:21
93b22ca
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
Merge pull request #31 from fieldryand/integrate-gokv

Integrate gokv