Skip to content

Commit 8901ee5

Browse files
committed
Add bugfix version 9.12.3
1 parent c13b17c commit 8901ee5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

lucene/CHANGES.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,6 +1098,24 @@ Build
10981098

10991099
* GITHUB#13698: Upgrade to gradle 8.10 (Dawid Weiss)
11001100

1101+
======================== Lucene 9.12.3 =======================
1102+
1103+
Bug Fixes
1104+
---------------------
1105+
1106+
* GITHUB#14858, GITHUB#12146: Simplify max score for kNN vector queries, ensuring vector queries handle advanceShallow correctly (Julie Tibshirani)
1107+
1108+
* GITHUB#15074: Fix to use READONCE when reading segment infos (Chris Hegarty)
1109+
1110+
* GITHUB#15078: Reduce the default RefCountedSharedArena.DEFAULT_MAX_PERMITS to 64. To restore previous behavior set `-Dorg.apache.lucene.store.MMapDirectory.sharedArenaMaxPermits=1024`. (Chris Hegarty)
1111+
1112+
* GITHUB#15106: Fix infinite loop when RefCountedSharedArena's underlying Arena#close fails due to concurrent usage of segments. (Uwe Schindler)
1113+
1114+
* GITHUB#15205: Fixes regression introduced in GITHUB#13980 where polygons might fail to tessellate because the hole bridge is coplanar with the polygon vertex. The fix changes the strategy for removing co-planar points to do it once after all holes are removed instead of doing it for each removed hole
1115+
1116+
* GITHUB#14627, GITHUB#11920, GITHUB#14706: Fix mock filesystem WindowsFS to also work on Windows. This is required to make tests pass on Windows 11 which no longer has all limitations of previous Windows versions. (Uwe Schindler)
1117+
1118+
11011119
======================== Lucene 9.12.2 =======================
11021120

11031121
Bug Fixes

0 commit comments

Comments
 (0)