What's Changed
- fix: add write permission to WAL file while copying by @cheb0 in #466
- fix: log search error if error code is present by @cheb0 in #468
- fix: stop sw on context cancel (search err) by @cheb0 in #467
- perf: optimize TID entry lookup by @cheb0 in #454
- fix: prevent unique stack traces explosion in mem profile by @cheb0 in #464
- chore: delete IsLastLID by @cheb0 in #469
- feat: add token block size config by @cheb0 in #439
- perf: implement letter based skip index for token blocks by @cheb0 in #461
- chore: remove compatibility with
.metafile by @dkharms in #462 - feat: add token frequencies by @cheb0 in #438
- fix: active frac hanging if no disk space is left for some time by @cheb0 in #475
- refactor: add ReaderProvider to fetch registry from cache once per re… by @forshev in #447
- feat(async search): add export async search docs method by @forshev in #473
Full Changelog: v0.74.0...v0.75.0