Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-06 | 1.8 kB | |
v0.5.1.tar.gz | 2023-05-06 | 398.6 kB | |
v0.5.1.zip | 2023-05-06 | 462.8 kB | |
Totals: 3 Items | 863.2 kB | 0 |
⚠️ This release is a cumulative update release, there are updates that are incompatible with previous versions, please upgrade carefully; new projects can be used with confidence.
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 https://github.com/lonng/nano/pull/69
- fix some bugs by @zlonglin in https://github.com/lonng/nano/pull/84
- Fix:for deploy multi Gate,use snowflake generate sessionId by @bbdshow in https://github.com/lonng/nano/pull/90
- cluster: maitain heartbeart between nodes in the same cluster by @bbdshow in https://github.com/lonng/nano/pull/91
- expose remote service route for user custom by @lacorey in https://github.com/lonng/nano/pull/93
- add nano cocos creator typescript support in README.md by @adoontheway in https://github.com/lonng/nano/pull/102
- route delete bind by @cute-angelia in https://github.com/lonng/nano/pull/100
New Contributors
- @NicholasChan1025 made their first contribution in https://github.com/lonng/nano/pull/69
- @zlonglin made their first contribution in https://github.com/lonng/nano/pull/84
- @bbdshow made their first contribution in https://github.com/lonng/nano/pull/90
- @lacorey made their first contribution in https://github.com/lonng/nano/pull/93
- @adoontheway made their first contribution in https://github.com/lonng/nano/pull/102
- @cute-angelia made their first contribution in https://github.com/lonng/nano/pull/100
Full Changelog: https://github.com/lonng/nano/compare/v0.5.0...v0.5.1