All Versions
109
Latest Version
Avg Release Cycle
33 days
Latest Release
744 days ago

Changelog History
Page 7

  • v1.9.0 Changes

    August 19, 2019
    • ๐Ÿ›  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 Changes

    August 12, 2019
    • ๐Ÿ›  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 Changes

    August 06, 2019
    • ๐Ÿš€ 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 Changes

    July 31, 2019
    • ๐Ÿš€ Use mdns 0.2.0 release tag.
  • v1.8.0 Changes

    July 29, 2019
    • ๐Ÿšš Move the selector into client
    • ๐Ÿ”„ Change broker.Publication to broker.Event
    • ๐Ÿšš Move cmd into config
    • 0๏ธโƒฃ 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 Changes

    June 21, 2019
    • โšก๏ธ 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 Changes

    June 07, 2019
    • ๐Ÿ”€ 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 Changes

    June 05, 2019
    • ๐Ÿ›  Fix go mod issues.
  • v1.4.0 Changes

    June 04, 2019
    • Final consolidation of all libraries.
  • v1.3.1 Changes

    June 03, 2019
    • ๐Ÿ›  Fix broken pipe bug. Don't send message when client closed connection..