Releases: micro/go-micro
Releases · micro/go-micro
0.9.0
- 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
This release introduces breaking changes in some go-micro interfaces
0.7.0
- Move misc to util package
- Add register ttl and interval flags
- Fix protoc-gen-micro example
0.6.0
- Add consul TCP check
- Atomic increment rpc stream sequence
0.5.0
- Support consul services without version
- Switch to stdlib context
0.4.0
- Add WatchOption which allows filtering by service
- Add Options method to registry
- Add Conflict error
- Only watch selected services in cache
0.3.0
- https support for consul registry
- subscriber deadlock bug fix
- selector top level option for service
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