Skip to content

Releases: rayprogramming/hypermcp

v1.0.0

13 Oct 01:30

Choose a tag to compare

1.0.0 (2025-10-13)

Bug Fixes

  • ci: Update go version. Not sure how it got changed back. (a9b376e)

Features

  • improve cache lifecycle and add comprehensive examples (a9f3bf6)

BREAKING CHANGES

  • Cache.cleanupExpired() now requires context.Context parameter (internal API only)

v0.3.0

12 Oct 04:54

Choose a tag to compare

0.3.0 (2025-10-12)

Features

  • add metrics and observability (7c5ad72)

v0.2.0

12 Oct 03:44

Choose a tag to compare

0.2.0 (2025-10-12)

Bug Fixes

  • correct struct field alignment and spelling (48bea97)
  • remove goroutine from Shutdown to eliminate race condition (fd0c474)
  • resolve all golangci-lint issues (83f6bc2)
  • resolve coverage generation conflicts with stdio transport (71cb481)
  • resolve race condition in Shutdown test and update act documentation (e8f3ca5)
  • update golangci-lint config for v1.64 compatibility (0c0fca5)

Features

  • add configuration validation (2da5d75)
  • add helper methods for tool and resource registration (e152a20)
  • implement graceful shutdown with cleanup (05f7ea1)

v0.1.2

11 Oct 08:19
7f9513f

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.2