Skip to content

v2.22.0

Choose a tag to compare

@mccutchen mccutchen released this 12 Apr 10:37
· 9 commits to main since this release
c4c9d18

🎉 What's new and notable

  • Brand new release workflow (#244), which which now
    • Builds signed OCI images w/ SBOMs and pushes them to GHCR and Dockker Hub (same as before)
    • Builds signed release binaries for Linux, Mac (w/ notarization), and Windows on both amd64 and arm64 architectures
    • Records verifiable build provenance attestations on GitHub
  • Version info (#248)
    • The go-httpbin CLI now reports its own version via the -version/--version flag, which can be useful in the context of config management systems like Chef, Ansible, Puppet, etc
    • A new /version endpoint can return the same detailed version information if run with USE_FULL_VERSION=true/-use-full-version
  • A new /jsonl endpoint that streams JSON Lines data

What's Changed

New Contributors

Full Changelog: v2.21.0...v2.22.0