v1.9.0-rc.12
Pre-release
Pre-release
What's Changed
- core: avoid integer modulo in open-addressed map slot computation by @brharrington in #1927
- core: drop per-item closures in index rebuild by @brharrington in #1928
- core: probe interner before allocating tag map by @brharrington in #1929
- core: fast-path ItemId.compareTo via 8-byte prefix by @brharrington in #1930
- core: in-place backward-shift retain for interner by @brharrington in #1931
- core: fuse interner getOrIntern, raise segments by @brharrington in #1933
- core: fix interner segment/slot hash clustering by @brharrington in #1934
- core: make escape/unescape exact inverses by @brharrington in #1932
- webapi: validate non-positive limit on the tags API by @batam111 in #1937
- build(deps): bump actions/checkout from 6 to 7 by @dependabot[bot] in #1938
- update dependencies by @brharrington in #1939
- remove default-dispatcher parallelism override by @brharrington in #1940
- pekko: support mTLS in PekkoHttpClient by @brharrington in #1941
- pekko: return 400 for regex features the matcher rejects (UnsupportedOperationException) by @batam111 in #1935
- core: prevent a zero step size in Step.compute (and map ArithmeticException to 400) by @batam111 in #1936
New Contributors
Full Changelog: v1.9.0-rc.11...v1.9.0-rc.12