Skip to content

Releases: micro/go-micro

1.6.0

07 Jun 12:59

Choose a tag to compare

  • Massive go.mod dependency cleanup
    • Moved etcd, memcache, redis sync things to go-plugins
    • uuid to google uuid
    • blew away go.mod
  • Add better proxy interface and features
  • Add new options interface

1.5.0

05 Jun 09:24

Choose a tag to compare

Fix go module dependency issues

1.4.0

04 Jun 06:54

Choose a tag to compare

Final consolidation of all libraries

1.3.1

03 Jun 15:08

Choose a tag to compare

  • Fix broken pipe bug. Don't send message when client closed connection.

1.3.0

31 May 15:28

Choose a tag to compare

The great rewrite. The first step towards consolidation of the micro libraries into a single location.

1.2.0

22 May 16:15

Choose a tag to compare

  • Update go mod
  • Fix mock client
  • Fix retries logic
  • Fix consul api change
  • Use consul client for watcher
  • Fix gossip data races
  • Add registry check function

1.1.0

28 Mar 17:03

Choose a tag to compare

  • Update go mod
  • Fix endpoint extraction

1.0.0

05 Mar 14:53
98108d6

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

Choose a tag to compare

Fix nil consul client

0.27.0

23 Feb 17:07

Choose a tag to compare

  • Remove buff check in http transport
  • Change default version to latest
  • Add exchange routing
  • Update go modules