Skip to content

v0.6.1

Choose a tag to compare

@jasonmadigan jasonmadigan released this 14 May 13:31
· 432 commits to main since this release
abb82d3

What's Changed

Bug fixes

  • #872 - Fix concurrent map race in session cache (AddSession/RemoveServerSession)
  • #888 - Use maps.Clone in copy-on-write session cache mutations (follow-up to #872)
  • #884 - Bump mcp-go lib (fixes #813 - re-initialise MCP sessions on failure)
  • #793 - OIDC server: handle JWT aud claim as string or array

Performance

  • #797 - Reduce GC pressure from tool map lookups, skip OTel span extraction when tracing disabled, fix hot-path logging mutex contention
  • #802 - Move to streamed mode for ext_proc (removes dependency on Envoy buffer limits)

Infrastructure

  • #837 - Surface viper config errors and document inotify requirement
  • #764 - OLM Kuadrant dependency and make targets
  • #874 - Upgrade Keycloak to 26.4
  • #877 - JWT key Makefile fix

Full Changelog: v0.6.0...v0.6.1