go-micro v4.3.0 Release Notes

Release Date: 2021-11-01 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • flatten cli (#2332)
    • m3o client changed
    • ๐Ÿ‘‰ use vanity url for cli command
    • ๐Ÿ›  fix broker nsq plugin nil pointer error (#2329)
    • ๐Ÿ›  fix config json slice parsing (#2330)
    • replace ioutil with io and os (#2327)
    • ๐Ÿ›  fixing #2308 (#2326)
    • ๐Ÿ›  Fix Micro CLI by removing replace line in go.mod
    • โœ‚ remove unnecessary dependencies between plugins
    • 0๏ธโƒฃ 1. use default memory registry in grpc plugins (#2317)
    • โž• Add update rule to Makefile (#2315)
    • ๐Ÿ”Œ Plugins (#2311)

    ๐Ÿ”‹ Features

    • ๐Ÿ“‡ Rename gomu to micro (#2325)
    • stream CloseSend (#2323)
    • strip protoc-gen-micro go mod

    ๐Ÿ’ฅ BREAKING CHANGES

    • go install go-micro.dev/v4/cmd/micro@v4
    • go install go-micro.dev/v4/cmd/protoc-gen-micro@v4
    • โฌ†๏ธ upgrade go micro to support stream.CloseSend