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.