Skip to content

Releases: micro/go-micro

0.9.0

09 Jun 07:07

Choose a tag to compare

  • Reset server address on shutdown
  • Set default pool size to 1
  • Support reinitialising connection pool
  • Set retries to 1 by default
  • Return error for subscribers

0.8.0

20 Apr 13:33
8fb5e20

Choose a tag to compare

  • Rework of interfaces

This release introduces breaking changes in some go-micro interfaces

0.7.0

10 Apr 14:13

Choose a tag to compare

  • Move misc to util package
  • Add register ttl and interval flags
  • Fix protoc-gen-micro example

0.6.0

05 Apr 10:45

Choose a tag to compare

  • Add consul TCP check
  • Atomic increment rpc stream sequence

0.5.0

04 Mar 09:22
6246fa2

Choose a tag to compare

  • Support consul services without version
  • Switch to stdlib context

0.4.0

19 Feb 20:57
d0d9582

Choose a tag to compare

  • Add WatchOption which allows filtering by service
  • Add Options method to registry
  • Add Conflict error
  • Only watch selected services in cache

0.3.0

02 Jan 10:25
45420d8

Choose a tag to compare

  • https support for consul registry
  • subscriber deadlock bug fix
  • selector top level option for service

0.2.0

29 Oct 14:50
78da1fd

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

Choose a tag to compare

  • sort handler/subscriber endpoints
  • pass options to new subscriber

0.1.3

15 Aug 11:23

Choose a tag to compare

Bug fix nil consul http client