Skip to content

Releases: micro/go-micro

3.5.1

20 Apr 10:33
a91d1f7
Compare
Choose a tag to compare

Minor fixes

3.5.0

29 Jan 10:07
bba3107
Compare
Choose a tag to compare

Destroy all bugs with new tag

3.0.1

20 Jan 21:37
Compare
Choose a tag to compare

Includes protoc-gen-micro changes for v3

3.0.0

20 Jan 21:33
ad94eeb
Compare
Choose a tag to compare

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

03 Jul 10:38
Compare
Choose a tag to compare
push tags to docker hub (#1766)

v2.9.0

12 Jun 09:47
Compare
Choose a tag to compare
Fix regex detection. Fixes #1663 (#1696)

2.9.0 Release Candidate 5

11 Jun 14:12
Compare
Choose a tag to compare
Pre-release
v2.9.0-rc5

Merge branch 'master' into release-2.9.0

2.9.0 Release Candidate 4

11 Jun 13:04
Compare
Choose a tag to compare
Pre-release
v2.9.0-rc4

Merge branch 'master' into release-2.9.0

2.9.0 Release Candidate 1

11 Jun 08:33
Compare
Choose a tag to compare
Pre-release
v2.9.0-rc1

Merge branch 'master' into release-2.9.0

2.8.0

31 May 10:40
a39e651
Compare
Choose a tag to compare
  • 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