Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.10.0

    - 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
  • v1.9.1

    - Fix waitgroup race condition
  • v1.9.0

    - Fix grpc codec for broker publishing
    - Use the connection pool for streaming
    - Send EOS from client when closing stream
    - Add stream header to mucp protocol
    - Add stream multiplexing in the server
    - Fix watcher bug in file config source
    - Fix monitoring watcher to only look at mucp services
    - Only check router status on lookup failure
    - Fix proxy streaming and client request processing
    - Fix host:port processing for messaging systems
    - Add start method to the router
    - Fix router race condition for default values
    - Add loopback detection to the tunnel
    - Add connection retry logic to tunnel
    - Make log levels accessible for the logger
    - Add proxy muxer for internal calls
  • v1.8.3

    cb4e376c · Update go mod ·
    - Fix nats draining
    - More verbose selector errors to return service name
    - Move handler debug package
    - Add a monitoring package
    - Fix consul address parsing
    - Fix server extraction code
    - Add tunnel implementation
    - Add util log level
    - Add util io package to wrap transport socket
  • v1.8.2

    - Point release for micro
    - Adds travis caching
    - Removes unused network code
    - Adds tunnel interface
    - Consul agent check
    - Router handler interface
    - Non host:port fixes
  • v1.8.1

    89fc142e · Update to use mdns 0.2.0 ·
    - Use mdns 0.2.0 release tag
  • v1.8.0

    - 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

    4aa0192e · Update go mod ·
    - 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

    - 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

    953f41ae · Fix go mod issues ·
    - Fix go mod issues
  • v1.4.0

    319608ca · update readme ·
    Final consolidation of all libraries
  • v1.3.1

    fe060b2d · gofmt ·
    - Fix broken pipe bug. Don't send message when client closed connection.
  • v1.3.0

    850f8baf · update go.mod ·
    The great rewrite
  • v1.2.0

    6de3d9eb · Update go mod ·
    - 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

    722a3682 · Update go mod ·
    - Update go mod
    - Fix endpoint extractor generation
  • v1.0.0

    98108d62 · Update README.md ·
    1.0.0 release
  • v0.27.1

    - Fix nil consul client
  • v0.27.0

    b8f20924 · proxy publish ·
    - Remove buff check in http transport
    - Change default version to latest
    - Add exchange routing
    - Update go modules
  • v0.26.1

    e29ca94a · Update go modules ·
    - Fix gossip registry
    - Update go modules for rcache
  • v0.26.0

    d2fdbcc7 · Update go modules ·
    - Update go modules
    - Add gossip registry rejoin
    - Move selector to rcache