Releases: singchia/geminio
Releases · singchia/geminio
v1.1.2
v1.1.1
What's Changed
- readme: add a simple multiplexer example by @singchia in #67
- readme: add English readme by @singchia in #68
- Example: optimize for some lines by @singchia in #69
- docs: new diagram for design arch by @singchia in #70
- Feat/doc by @singchia in #71
- optimize for readme by @singchia in #72
- Add topic and peer field for Messager and Multiplexer by @singchia in #73
- Create CONTRIBUTING.md by @singchia in #75
- add activity trends in readme by @singchia in #76
- Bump golang.org/x/crypto from 0.5.0 to 0.17.0 by @dependabot in #77
- add accept channel for all multiplexer by @singchia in #78
- dialogue: fix hook function bug and adjust some log level by @singchia in #79
New Contributors
- @dependabot made their first contribution in #77
Full Changelog: v1.1.0...v1.1.1
Option: optimize for pre register
- OptionRegisterLocalRPCs
- OptionWaitRemoteRPC
Fixed packet drop for short connections.
- Keep reading on session when at half close.
First version for Geminio
- Bidirectional-rpc
- Messager
- RawIO
- Net Conn and Listener
- Multiplexer