Skip to content

Tags: sunct/go-micro

Tags

v1.14.0

Toggle v1.14.0's commit message
- Remove consul registry

- Change store Sync endpoint to List
- Remove cloudflare-go usage in store
- Add non-backwards compatible link changes

v1.13.2

Toggle v1.13.2's commit message
- Fix proxy selection to use round robin strategy

v1.13.1

Toggle v1.13.1's commit message
- Fix divide by zero bug in broker

v1.13.0

Toggle v1.13.0's commit message
- Fix network recursive read lock bug

- Add certmagic random pull time
- Strip http broker topic: prefix

v1.12.0

Toggle v1.12.0's commit message
- Add ACME Provider interface

- Implement certmagic ACME Provider
- Add certmagic Store implementation
- Add broker service implementation
- Add ability to set grpc dial and call options
- Add etcd registry and other plugins
- Add Network.Connect rpc endpoint
- Resolve network node dns names
- Support Network.Routes querying
- Fix caching registry bugs
- Move gossip registry to go-plugins
- Add router advertise strategy
- Add Cloudflare store implementation
- Add store service implementation

v1.11.3

Toggle v1.11.3's commit message
- Fix the quic-go checksum mismatch by updating to 0.12.1

v1.11.2

Toggle v1.11.2's commit message
- Fix cache error check

v1.11.1

Toggle v1.11.1's commit message
- Fix cache registry deadlocking bug

v1.11.0

Toggle v1.11.0's commit message
This is likely the last release of v1

- Use new connections for streams rather than the connection pool
- Add the registry service flags and env vars
- Fix go 1.13 tests
- Check transport in monitor health check
- Add Nodes/Graph endpoint for network rpc
- Change Nodes to Peers in the network
- Add a variety of network tests to validate
- Add network peer pruning
- Check stale registry cache when registry is down
- Add TTL/Expiry to memory registry
- Flatten advert event map in router for flap detection
- Add runtime top level interface
- Recover grpc handler failures
- Add quic transport keepalive and dial timeout
- Add link error handling

v1.10.0

Toggle v1.10.0's commit message
- Add grpc client code application/grpc content-type

- Move client to use stream dialer
- Add network implementation
- Add dynamic plugin loading
- Add multilink usage in proxy
- Add registry implementation
- Scope mdns to .micro domain
- Support grpc server processing by default
- Add tunnel broker