Show HN: Melody v2.0.0 – Go framework with proper /v2 module and integrations

  • Posted 8 hours ago by adrianjele
  • 1 points
https://github.com/precision-soft/melody/releases/tag/v2.0.0
Show HN — I’ve released Melody v2.0.0.

This release introduces a proper Go major module at https://github.com/precision-soft/melody/tree/main/v2 plus v2 integration modules, so v1 and v2 can be consumed side-by-side without hacks. Multi-module development is now workspace-based via go.work.

Since the initial v1 launch, Melody gained: RouteOptions + Router Groups, controller runtime autowire + contract signatures, stateless firewall mode, safer exception response handling, richer panic/error cause-chain logging, Bun ORM + Bun migrations integration, and a Rueidis-based Redis cache backend with prefix invalidation.

Repo: https://github.com/precision-soft/melody

Releases: https://github.com/precision-soft/melody/releases

0 comments