Skip to content

Tags: 514366607/go-micro

Tags

v1.8.1

Toggle v1.8.1's commit message
- Use mdns 0.2.0 release tag

v1.8.0

Toggle v1.8.0's commit message
- Move the selector into client

- Change broker.Publication to broker.Event
- Move cmd into config
- Enable default json processing in api
- Remove port from registry
- Memory broker/transport race fixes
- GRPC codec fix
- Client pool interface
- Router interface/service implementations
- Config decoding fixes
- Memory store expiration fix
- Network link/tunnel/resolver packages
- Proxy router caching
- Registry util functions

v1.7.0

Toggle v1.7.0's commit message
- Update go mod

- Move mock data out of memory registry
- wrap the grpc codecs to support framing
- change grpc resolution to use service.method
- support full proxying via grpc
- add text codec
- move data/store
- add network interface
- add router package and implementation
- move options to config/options
- send gossip updates on register/deregister
- fix node add/del bug
- add handler wrapper back into core router

v1.6.0

Toggle v1.6.0's commit message
- Massive go.mod dependency cleanup

  * Moved etcd, memcache, redis sync things to go-plugins
  * uuid to google uuid
  * blew away go.mod
- Add better proxy interface and features
- Add new options interface

v1.5.0

Toggle v1.5.0's commit message
- Fix go mod issues

v1.4.0

Toggle v1.4.0's commit message
Final consolidation of all libraries

v1.3.1

Toggle v1.3.1's commit message
- Fix broken pipe bug. Don't send message when client closed connection.

v1.3.0

Toggle v1.3.0's commit message
The great rewrite

v1.2.0

Toggle v1.2.0's commit message
- Update go mod

- Fix mock client
- Fix retries logic
- Fix consul api change
- Use consul client for watcher
- Fix gossip data races
- Add registry check function

v1.1.0

Toggle v1.1.0's commit message
- Update go mod

- Fix endpoint extractor generation