Skip to content

Releases: micro/go-micro

0.2.0

29 Oct 14:50
78da1fd
Compare
Choose a tag to compare

Performance improvements enabled by default

  • http broker using a registry cache
  • selector lazy loading the watcher
  • selector cache withstand registry failure
  • selector cache used by default
  • connection pooling set to 1 by default

0.1.4

04 Sep 10:37
Compare
Choose a tag to compare
  • sort handler/subscriber endpoints
  • pass options to new subscriber

0.1.3

15 Aug 11:23
Compare
Choose a tag to compare

Bug fix nil consul http client

0.1.2

20 Jul 11:26
Compare
Choose a tag to compare

A bug fix for response parsing. Where the codec errors out we'll now return an error response to the client. In the past the client was left hanging and would time out. Thanks to Hao Lian for the fix.

d4b1490

0.1.1

12 Jun 13:21
Compare
Choose a tag to compare

Defer WaitGroup.Done so it's executed in the event of a panic

0.1.0

12 Jun 11:51
Compare
Choose a tag to compare

First release of go-micro