go-micro v1.17.0 Release Notes

Release Date: 2019-11-27 // over 4 years ago
    • โž• Add github related issue templates
    • โž• Add Dockerfile for predownloaded go-micro source
    • ๐Ÿšš Regenerate all the protos to move to *.pb.micro.go
    • ๐Ÿ›  Fix api handler to parse text/plain as default content type
    • ๐Ÿ›  Fix event handler to allow GET requests
    • ๐Ÿ”„ Change http broker ids to go.micro.http.broker-uuid
    • ๐Ÿ“‡ Require protocol field in metadata to query services via client
    • ๐Ÿ–จ Process raw frames in call to Publish
    • ๐Ÿ‘ Complete proxy support for processing messages
    • ๐Ÿ‘ Proxy support for publishing of messages
    • ๐Ÿ›  Fix grpc connection leak by always closing the connection
    • โž• Add a debug ring buffer
    • โž• Add broker to tunnel and network
    • ๐Ÿ‘ฎ Force network dns resolver to use cloudflare 1.0.0.1
    • โž• Add option to specify whether server should handle signalling
    • ๐Ÿ”„ Change mdns request timeout to 10ms rather than 100ms
    • โž• Add router AdvertiseNone and AdvertiseLocal strategies
    • ๐Ÿ— Rename runtime packager to builder
    • โž• Add full support for a kubernetes runtime.