Skip to content

Tags: micro/go-micro

Tags

v5.8.0

Toggle v5.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Subscribe error handling (#2785)

* [fix] etcd config source prefix issue (#2389)

* http transport data race issue (#2436)

* [fix] #2431 http transport data race issue

* [feature] Ability to close connection while receiving.
Ability to send messages while receiving.
Icreased r channel limit to 100 to more fluently communication.
Do not dropp sent request if r channel is full.

* [feature] always subscribes to all topics and if there is an error in one of them, the unsuccessful topics will be subscribed to again

---------

Co-authored-by: Johnson C <[email protected]>

v5.7.0

Toggle v5.7.0's commit message
Latest changes

v5.6.0

Toggle v5.6.0's commit message
Moving towards built in plugins

Adds grpc client/server/transport plugins

v5.5.0

Toggle v5.5.0's commit message
Version without cmd/protoc-gen-micro

v5.4.2

Toggle v5.4.2's commit message
New syntactic sugar

v5.4.1

Toggle v5.4.1's commit message
Bad commit

v5.4.0

Toggle v5.4.0's commit message
Support handler in service interface

v5.3.0

Toggle v5.3.0's commit message
Strip unused packages

v5.2.0

Toggle v5.2.0's commit message
Move back cmd package to top level

v5.1.0

Toggle v5.1.0's commit message
Cleanup Go Micro back to its essence. Fix all the tests.