Releases: micro/go-micro
Releases · micro/go-micro
1.0.0
This is the 1.0.0 release of go-micro
After 4 years we've determined this is the right time to solidify what is considered version 1. In one way it is to signify the stability of the framework but also allow us to move forward with making changes for version 2.
Thanks to the community for the long term support.
0.27.0
- Remove buff check in http transport
- Change default version to latest
- Add exchange routing
- Update go modules
0.26.1
- Fix gossip registry
- Update go modules for rcache
0.26.0
- Update go modules
- Add gossip registry rejoin
- Move selector to rcache
0.25.0
Add server request body
Fix gossip registry bugs
0.24.1
- Various bug fixes
- Backwards compatible with 0.14 and older
- Fix mdns and gossip race conditions
- Use official h2c server
- Enable support for MICRO_PROXY
0.23.0
- Move headers from X-Micro to Micro-
- Remove Register/Deregister methods from server
- Move register_interval to be internal
- Add subscriber context option
0.22.1
- Fix broken error handling - now returns error from ServeRequest router