Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

65 lines (40 loc) · 1.7 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Fixed

Changed

0.3.0 - 2024-05-02

Added

  • Log HTTP response code
  • wfx-viewer: additional output formats mermaid.js and state-machine-cat

Fixed

  • Compilation for Windows (not officially supported though)
  • Include workflow definition in response when creating jobs
  • Correctly log non-JSON response body of plugins

Changed

  • Log messages from automaxprocs/maxprocs are now seamlessly integrated into existing logging framework

Removed

0.2.0 - 2024-01-15

Added

  • Add optional description field to workflows
  • Job event notifications via server-sent events (see #11)
  • Plugin System for External Middlewares (see #43)

Fixed

  • Send HTTP status code 404 when attempting to access the file server while it is disabled
  • Configure TLS for Southbound API (if requested via CLI)
  • Connection pool leak due to schema migrations (SQLite, MySQL)

Changed

  • Refactored wfxctl workflow delete command to accept workflows as arguments instead of positional parameters
  • Prefer cgroup CPU quota over host CPU count
  • Empty or null arrays are omitted from JSON responses
  • Build requires Go >= 1.21

Removed

0.1.0 - 2023-02-06

Initial release of wfx.