Releases: fieldryand/goflow
Releases · fieldryand/goflow
v3.0.1-alpha.3
v3.0.1 alpha 3 release, with new Docker fix
v3.0.1-alpha.2
v3.0.1 alpha release, with docker build fixed
v3.0.1-alpha
v3.0.1 alpha release
v3.0.0-alpha.5
String type for Execution Operator field
v3.0.0-alpha.4
latest v3 pre-release
v3.0.0-alpha.3
latest v3 pre-release
v2.2.1
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
v2.1.1
This patch release fixes an issue with the schedule toggling functionality.
v2.1.0
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