New
v5.14.0
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 connection pooling and fix connection leaks by @Copilot in https://github.com/micro/go-micro/pull/2840
- [WIP] Remove reflect usage and improve performance by @Copilot in https://github.com/micro/go-micro/pull/2842
- TLS certificate verification: opt-in security to preserve backward compatibility by @Copilot in https://github.com/micro/go-micro/pull/2843
- Replace custom logger with log/slog by @Copilot in https://github.com/micro/go-micro/pull/2844
- Fix google.protobuf.Any JSON marshaling missing @type field by @Copilot in https://github.com/micro/go-micro/pull/2845
Full Changelog: https://github.com/micro/go-micro/compare/v5.13.0...v5.14.0