Skip to content

Tags: keceel/go-micro

Tags

v0.8.0

Toggle v0.8.0's commit message
- Rework of interfaces

This release introduces breaking changes in some go-micro interfaces

v0.7.0

Toggle v0.7.0's commit message
- Move misc to util package

- Add register ttl and interval flags
- Fix protoc-gen-micro example

v0.6.0

Toggle v0.6.0's commit message
- Add consul TCP check

- Atomic increment rpc stream sequence

v0.5.0

Toggle v0.5.0's commit message
- Support consul services without version

- Switch to stdlib context

v0.4.0

Toggle v0.4.0's commit message
- Add WatchOption which allows filtering by service

- Add Options method to registry
- Add Conflict error
- Only watch selected services in cache

v0.3.0

Toggle v0.3.0's commit message
- https support for consul

- subscriber deadlock fix
- selector top level option

v0.2.0

Toggle v0.2.0's commit message
Performance improvements

- 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

v0.1.4

Toggle v0.1.4's commit message
- sort handler/subscriber endpoints

- pass options to new subscriber

v0.1.3

Toggle v0.1.3's commit message
Bug fix nil consul http client

v0.1.2

Toggle v0.1.2's commit message
respond when codec errors out