Releases: micro/go-micro
Releases · micro/go-micro
3.5.1
3.5.0
3.0.1
3.0.0
Go Micro v3 consolidates examples, plugins and protoc-gen-micro into one place. It strips all but the default plugin out into a separate plugins directory that has go.mod per plugin and cleans up some of the sub packaged things like config/cmd and client/selector by bringing them to the top level. V3 also moves imports to github.com/asim/go-micro so its a hard break in that regard for anyone who wants to use v3.
Release v2.9.1
push tags to docker hub (#1766)
v2.9.0
2.9.0 Release Candidate 5
v2.9.0-rc5 Merge branch 'master' into release-2.9.0
2.9.0 Release Candidate 4
v2.9.0-rc4 Merge branch 'master' into release-2.9.0
2.9.0 Release Candidate 1
v2.9.0-rc1 Merge branch 'master' into release-2.9.0
2.8.0
- Rewrite Auth interface to use Rules
- Add Cache interface into the Client for request caching
- Fix atomic sequence updates in Client
- Update go mod deps
- Fix ipv6 parsing in mdns registry
- Add namespacing to the default runtime
- Replace go-git with v5
- Increase register ttl to 90 seconds