Updates
- Change the protobuf package from
github.com/golang/protobuf/proto
togoogle.golang.org/protobuf/proto
- Support heartbeat between nodes in the same cluster.
- Fix re-register router after node restart.
- Support customize route messages.
- Support delete route.
What's Changed
- Support handshake data validator by @NicholasChan1025 in #69
- fix some bugs by @zlonglin in #84
- Fix:for deploy multi Gate,use snowflake generate sessionId by @bbdshow in #90
- cluster: maitain heartbeart between nodes in the same cluster by @bbdshow in #91
- expose remote service route for user custom by @lacorey in #93
- add nano cocos creator typescript support in README.md by @adoontheway in #102
- route delete bind by @cute-angelia in #100
New Contributors
- @NicholasChan1025 made their first contribution in #69
- @zlonglin made their first contribution in #84
- @bbdshow made their first contribution in #90
- @lacorey made their first contribution in #93
- @adoontheway made their first contribution in #102
- @cute-angelia made their first contribution in #100
Full Changelog: v0.5.0...v0.5.1