Skip to content

Releases: micro/go-micro

1.0.0

05 Mar 14:53
98108d6
Compare
Choose a tag to compare

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.1

05 Mar 13:15
2a70aef
Compare
Choose a tag to compare

Fix nil consul client

0.27.0

23 Feb 17:07
Compare
Choose a tag to compare
  • Remove buff check in http transport
  • Change default version to latest
  • Add exchange routing
  • Update go modules

0.26.1

13 Feb 14:41
Compare
Choose a tag to compare
  • Fix gossip registry
  • Update go modules for rcache

0.26.0

13 Feb 13:34
Compare
Choose a tag to compare
  • Update go modules
  • Add gossip registry rejoin
  • Move selector to rcache

0.25.0

04 Feb 13:22
Compare
Choose a tag to compare

Add server request body
Fix gossip registry bugs

0.24.1

01 Feb 19:04
Compare
Choose a tag to compare
  • 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.24.0

30 Jan 12:13
Compare
Choose a tag to compare
  • Add go mod

0.23.0

29 Jan 14:09
Compare
Choose a tag to compare
  • 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

22 Jan 14:30
d090a97
Compare
Choose a tag to compare
  • Fix broken error handling - now returns error from ServeRequest router