Releases: micro/go-micro
Releases · micro/go-micro
0.12.0
- reorder server flag
- atomic increment sequence
- new error method
0.11.0
- Support Consul Connect registration
- Add/Use Init for initialisation from cmd
0.10.0
- Fix broker locking
- Add RetryOnError as default retry policy
- Fix mock client reflection
- Support dialtimeout only above 0
- Add verbose client errors
- Allow client retries to be 0
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