Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-29 | 3.1 kB | |
v1.3.14 source code.tar.gz | 2024-01-29 | 938.0 kB | |
v1.3.14 source code.zip | 2024-01-29 | 2.0 MB | |
Totals: 3 Items | 2.9 MB | 0 |
What's Changed
- optimize: null are allowed for expect or update value by @funky-eyes in https://github.com/sofastack/sofa-jraft/pull/963
- fix: don't block heartbeat response when fsm is busy by @killme2008 in https://github.com/sofastack/sofa-jraft/pull/969
- feat(iterator):Auto commit mode for applying log iterator by @1294566108 in https://github.com/sofastack/sofa-jraft/pull/962
- optimize code in RouteTable by @kang-hl in https://github.com/sofastack/sofa-jraft/pull/977
- fix(Rhea): compatible a bug in jdk 11 by @lfygh in https://github.com/sofastack/sofa-jraft/pull/991
- add group id for replicator logs by @qiujiayu in https://github.com/sofastack/sofa-jraft/pull/997
- fix java-log-storage-impl moudle FileManger.truncatePrefix bug by @JavaCoderCff in https://github.com/sofastack/sofa-jraft/pull/1022
- fix: missing peer id when refreshing leader, [#1012] by @killme2008 in https://github.com/sofastack/sofa-jraft/pull/1033
- (fix) NullPointerException at FSMCallerImpl#doCommitted when this.node.getOptions() [#1035] by @tkalkirill in https://github.com/sofastack/sofa-jraft/pull/1036
- add judgement for SimpleForwardingServerCall in method ServerStreamHelper.getServerStream by @AlchemyDing in https://github.com/sofastack/sofa-jraft/pull/1044
- 新增代码扫描action by @Duan-0916 in https://github.com/sofastack/sofa-jraft/pull/1047
- (feat) 修改rocksdb版本为最新 by @Crazy-Bunny in https://github.com/sofastack/sofa-jraft/pull/1056
- (fix:pd) become a leader before the addLeaderStateListener by @ye-xiaowei in https://github.com/sofastack/sofa-jraft/pull/1062
- chore: remove deprecated method to adapt higher rocksdb version by @leizhiyuan in https://github.com/sofastack/sofa-jraft/pull/1058
- Add @FunctionalInterface for some interface by @karsonto in https://github.com/sofastack/sofa-jraft/pull/1048
- 修复loader.getResources无法读取资源的问题 by @SABERYJS in https://github.com/sofastack/sofa-jraft/pull/1066
- add ping executor by @qiujiayu in https://github.com/sofastack/sofa-jraft/pull/1068
- feat: release v1.3.14 by @fengjiachun in https://github.com/sofastack/sofa-jraft/pull/1069
New Contributors
- @kang-hl made their first contribution in https://github.com/sofastack/sofa-jraft/pull/977
- @tkalkirill made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1036
- @AlchemyDing made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1044
- @Duan-0916 made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1047
- @Crazy-Bunny made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1056
- @ye-xiaowei made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1062
- @leizhiyuan made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1058
- @karsonto made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1048
- @SABERYJS made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1066
Full Changelog: https://github.com/sofastack/sofa-jraft/compare/1.3.13...v1.3.14