Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 14:43
· 43 commits to main since this release
v0.4.0

Changelog

Features

  • f9825d6 feat!: Upgrade to OpenAPI v3
  • 3e756a9 feat(wfxctl): auto reconnect possibility
  • f8e3cbd feat: Make OpenAPI v3 Specification discoverable
  • 1c74054 feat: Make served specification more CLI accessible
  • ff39a3a feat: add build tags to --version output
  • 6316484 feat: add journald-friendly log format
  • 44ac2b2 feat: change access log level to debug
  • 7794464 feat: migrate from go-yaml/yaml to goccy/go-yaml
  • 39d8f61 feat: pretty json for openapi spec

Bug fixes

  • e8896d4 fix: do not close SSE connection due to inactivity
  • 2bed9c3 fix: subscriber events connection loss

Others

  • b10ee74 refactor!: Remove Makefiles in favor of go build
  • ec6c0fd refactor: invert build tag semantics
  • 1d9f51a refactor: remove go-approval-tests
  • 103616b refactor: rename spec from openapiv3 to openapi
  • fd29b40 refactor: update OpenAPI spec endpoint path
  • fd02323 style: fix linter warnings
  • 908888e style: format code