| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-15 | 2.4 kB | |
| v1.4.1 source code.tar.gz | 2026-06-15 | 836.6 kB | |
| v1.4.1 source code.zip | 2026-06-15 | 1.8 MB | |
| Totals: 3 Items | 2.6 MB | 2 | |
What's Changed
- chore: make java8 unit test happy by @fengjiachun in https://github.com/sofastack/sofa-jraft/pull/1210
- Specified IP addresses can be listened to to prevent risks caused by all-zero listening by @five111 in https://github.com/sofastack/sofa-jraft/pull/1213
- optimize: use toArray instead of reflective access to obtain elementData by @funky-eyes in https://github.com/sofastack/sofa-jraft/pull/1226
- feat: adds getExecutor to closure to custom executors for users closure by @killme2008 in https://github.com/sofastack/sofa-jraft/pull/1237
- fix: check setVotedFor() return value in handleRequestVoteRequest by @Qian-Cheng-nju in https://github.com/sofastack/sofa-jraft/pull/1243
- fix: persist term and votedFor before sending RequestVote RPCs in electSelf() by @Qian-Cheng-nju in https://github.com/sofastack/sofa-jraft/pull/1245
- feat: sikp readindex to slow followers by @fengjiachun in https://github.com/sofastack/sofa-jraft/pull/1234
- fix: base read-index failure threshold by @fengjiachun in https://github.com/sofastack/sofa-jraft/pull/1249
- fix: catch uncaught exception in onApply to prevent apply pipeline stall by @Qian-Cheng-nju in https://github.com/sofastack/sofa-jraft/pull/1246
- fix: flaky ElectSelfPersistOrderTest by @shihuili1218 in https://github.com/sofastack/sofa-jraft/pull/1262
- [AI-8th] fix vulnerable dependency versions for issue 1218 by @githubli97 in https://github.com/sofastack/sofa-jraft/pull/1256
- [AI-8th] Cleanup unused imports across the project by @lucianaib0318 in https://github.com/sofastack/sofa-jraft/pull/1263
- add jepsen-test workflow by @shihuili1218 in https://github.com/sofastack/sofa-jraft/pull/1268
- chore(deps): upgrade bolt version by @shihuili1218 in https://github.com/sofastack/sofa-jraft/pull/1269
- release 1.4.1 by @shihuili1218 in https://github.com/sofastack/sofa-jraft/pull/1270
New Contributors
- @five111 made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1213
- @Qian-Cheng-nju made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1243
- @githubli97 made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1256
- @lucianaib0318 made their first contribution in https://github.com/sofastack/sofa-jraft/pull/1263
Full Changelog: https://github.com/sofastack/sofa-jraft/compare/v1.4.0...v1.4.1