Releases: streamnative/oxia
Releases · streamnative/oxia
v0.11.11
What's Changed
- test(572): fix flaky test with TestSecondaryIndices_List by @lsytj0413 in #595
- fix: fix the deadlock caused by metrics gauge callback by @mattisonchao in #597
- fix: leader election should choose highest term by @mattisonchao in #598
- fix: fix docker file error to unblock publish job by @mattisonchao in #600
Full Changelog: v0.11.10...v0.11.11
v0.11.10
What's Changed
- feat(server): return actual error when context done by @mattisonchao in #581
- feat(client): support auto enable tls by schema by @mattisonchao in #585
- Update golang.org/x/crypto to 0.31 by @merlimat in #587
- Update to x/net 0.33.0 by @merlimat in #588
- feat: configure default grpc server keepalive enforcement policy by @mattisonchao in #589
Full Changelog: v0.11.9...v0.11.10
v0.11.9
What's Changed
- fix(coordinator): choose highest term and entry node as leader by @mattisonchao in #579
Full Changelog: v0.11.8...v0.11.9
v0.11.8
What's Changed
- Update dependencies by @merlimat in #564
- Stop add follower retries when the follower is already present by @merlimat in #571
- Return specific error code on duplicated newTerm by @merlimat in #573
- fix(server): fix data race in follower controller by @mattisonchao in #574
- Reset backoff in replicate stream attempts only after an ack by @merlimat in #575
- Fixed data race in TestFollower by @merlimat in #577
- Fixed flaky test TestShardController_NewTermWithNonRespondingServer by @merlimat in #578
- Fixed deadlock when handling multiple stream entries errors by @merlimat in #576
Full Changelog: v0.11.7...v0.11.8
v0.11.7
What's Changed
- fix(replication): fix wrong memory status block replication by @mattisonchao in #569
Full Changelog: v0.11.6...v0.11.7
v0.11.6
What's Changed
- fix(wal): fix recover with insufficient buffer by @mattisonchao in #568
Full Changelog: v0.11.5...v0.11.6
v0.11.5
What's Changed
- fix(wal): fix wrong overflow validation calculation by @mattisonchao in #566
Full Changelog: v0.11.4...v0.11.5
v0.11.4
What's Changed
- fix(server): use the correct err for internal server log by @mattisonchao in #563
- feat(coordinator): use internal address as unique identification for load balance by @mattisonchao in #565
Full Changelog: v0.11.3...v0.11.4
v0.11.3
What's Changed
- Clear pooled connection after node health checks by @merlimat in #557
- fix(coordinator): fix config marshaling error by @mattisonchao in #560
- fix(server): allow higher term shard deleting by @mattisonchao in #559
- feat(coordinator): support update service info when config changed by @mattisonchao in #561
Full Changelog: v0.11.2...v0.11.3
v0.11.2
What's Changed
- fix(server): fix NPE causes server crash by @mattisonchao in #553
- Fixed ClusterConfig loading for boolean values by @merlimat in #555
Full Changelog: v0.11.1...v0.11.2