Releases: micro/go-micro
Releases · micro/go-micro
0.2.0
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
- sort handler/subscriber endpoints
- pass options to new subscriber
0.1.3
Bug fix nil consul http client
0.1.2
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
Defer WaitGroup.Done so it's executed in the event of a panic
0.1.0
First release of go-micro