Skip to content

Releases: x-infra-lab/x-remoting

v0.0.2-RC1

16 Nov 17:03
7806e28
Compare
Choose a tag to compare

v0.0.2-RC1 Release Notes

Features

  • Connection event processing (#18) (#19)

Changes

  • ConnetionManager change some method names (#21) (#17)

Improvements

  • Improve connectionManger design, rename some method names, delete some code (#21) (#17)

Bug Fixes

  • handle UserProcessor throw Exception (#26)

Thanks to

@JoeCqupt

v0.0.1

10 Nov 16:11
34e1efb
Compare
Choose a tag to compare

v0.0.1 Release Notes

x-remoting is a network communication framework based on Netty.

Features

  • Connection management (timing disconnection, automatic reconnection)

  • Basic communication model (oneway, sync, future, callback)

  • Heartbeat and IDLE event processing

  • Customizable protocol framework

  • Private protocol custom implementation - RPC communication

Thanks to

@JoeCqupt