v0.11.13
What's Changed
- build(deps): bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 by @dependabot in #630
- fix(620): wait shard controller loop exit when close it by @lsytj0413 in #628
- fix(619): append into ReadWriteSegment when it exceeded size should not panic by @lsytj0413 in #627
- fix(580): close trimmer without lock to avoid deadlock by @lsytj0413 in #632
- feat: support
IncludeValuefor get operation by @mattisonchao in #636 - feat(631): add wal benchmark test by @lsytj0413 in #634
- feat(wal): add perf in command line tools by @lsytj0413 in #639
- fix(626): remove file directly when delete segment by @lsytj0413 in #633
- build(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in #641
- fix(635): validate offset in bound when read entry in segment by @lsytj0413 in #640
- feat: introduce server identifier by @mattisonchao in #638
- chore(*): remove duplicate log by @lsytj0413 in #642
- feat(*): remove unnecessary type arguments by @lsytj0413 in #643
- feat: support tmate to debug ci failure by @mattisonchao in #648
- feat: run profiler first to avoid any blockers on process by @mattisonchao in #647
- feat: disable debug log for testing by @mattisonchao in #646
- build(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 by @dependabot in #649
- feat: avoid extra version check cost for internal keys by @mattisonchao in #645
- fix: fallback to normal delete when deleting a small ranges by @mattisonchao in #644
- feat: reduce delete range time complexity by @mattisonchao in #650
- fix: no response when range scan return err by @mattisonchao in #651
- Revert "fix: no response when range scan return err (#651)" by @mattisonchao in #652
- fix: follow up #652 to return error directly by @mattisonchao in #653
- fix: fix similar issue as #653 by @mattisonchao in #654
Full Changelog: v0.11.12...v0.11.13