| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-02-12 | 2.5 kB | |
| v1.10.0 source code.tar.gz | 2026-02-12 | 11.2 MB | |
| v1.10.0 source code.zip | 2026-02-12 | 11.7 MB | |
| Totals: 3 Items | 22.9 MB | 0 | |
๐ Highlights
This release brings Go 1.23 support, MCP SDK migration, and several important bug fixes including race condition resolutions.
โจ New Features
- Go 1.23 Support: Upgraded minimum Go version to 1.23 (#5359)
- MCP Framework: Migrated to official go-sdk with simplified API (#5362)
- Gateway Enhancement: Exported
WithDialeroption for custom gRPC client configuration (#5406)
๐ Bug Fixes
- Circuit Breaker: Fixed context cancellation incorrectly triggering breaker in httpc (#5360)
- Service Discovery: Resolved data race in service discovery map access (#5408)
- Configuration: Fixed support for equal signs in property values (#5392)
- Configuration: Removed redundant validation (#5372)
๐ง Improvements
- MCP Routes: Refactored routes and hardened AddTool implementation (#5375)
- Testing: Added comprehensive validation tests for Load function (#5388)
๐๏ธ Deprecations
- Jaeger Exporter: Removed due to official deprecation (#5361)
๐ฆ Dependencies
- Bumped
go.mongodb.org/mongo-driver/v2from 2.4.1 to 2.5.0 (#5385, #5393) - Bumped
github.com/alicebob/miniredis/v2from 2.35.0 to 2.36.1 (#5381, #5386) - Bumped
github.com/redis/go-redis/v9from 9.17.2 to 9.17.3 (#5390) - Bumped
github.com/modelcontextprotocol/go-sdkfrom 1.2.0 to 1.3.0 (#5413)
๐ฅ New Contributors
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.9.4...v1.10.0