What's Changed
- Add blog link to homepage by @asim in https://github.com/micro/go-micro/pull/2837
- Fix go install @latest failures by documenting specific version by @Copilot in https://github.com/micro/go-micro/pull/2839
- Apply rate limiting before singleflight to prevent goroutine blocking on etcd timeout by @Copilot in https://github.com/micro/go-micro/pull/2841
- Implement NATS conne...