Skip to content

v0.24.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 04:02
· 12 commits to main since this release

Changelog

Features

  • 642eb52 feat(openapi): make doc/openapi.json an explicit, CI-checked artifact
  • 3e7038d feat(release): publish multi-arch Docker images to GHCR, group release changelog

Bug Fixes

  • 7015c1e fix(server): declare wildcard path params as 'path...' so OpenAPI validation passes
  • 6a79693 fix(server): typed HealthResponse removes invalid empty-named OpenAPI schema

Refactoring

  • d01eefa refactor(server): split server.go into cohesive files
  • d68c646 refactor: modernize codebase with go fix — interface{} to any (492 sites), maps.Copy, builtin max

Build & Specs

  • 0376b3b build: fold per-broker spec targets into foreach-generated rules, add toss to CI drift checks

Other

  • 41252ad chore(lint): enable gosec + revive; document public API, fix examples