Skip to content

Releases: QiumingLu/saber

Release 1.0.3

04 Feb 11:18
Compare
Choose a tag to compare
v1.0.3

Release v1.0.3

Release 1.0.2

20 Dec 13:54
Compare
Choose a tag to compare
v1.0.2

Release v1.0.2

Release 1.0.1

20 Nov 06:28
Compare
Choose a tag to compare

1、修复客户端消息处理失败问题。
2、优化客户端的Server管理。
3、修复服务端创建会话失败导致状态机失效的问题。
4、修复服务端的会话消息的线程安全性问题。
5、优化服务端的会话消息管理,修复频繁唤醒网络线程导致线程僵死的问题。
6、使用Voyager的TcpMonitor替换Saber的ConnectionMonitor。
7、完善定时器,使得定时器在系统时间发生变化时能够正常地工作。
8、增加压力测试程序。

Release 1.0.0

16 Sep 15:27
Compare
Choose a tag to compare

发布正式版v1.0.0

Release 1.0.0 beta

09 Sep 16:36
Compare
Choose a tag to compare
Release 1.0.0 beta Pre-release
Pre-release

发布v1.0.0版本,此版本将作为一个测试版本,后续版本的API将保持稳定,不再有大的变化。
需要依赖的库有:
1、LevelDB v1.3及以上的版本
2、Protobuf v3.0.0及以上的版本
3、Voyager v1.0.0及以上版本
4、Skywalker v1.0.0及以上版本