Groonga 15.1.5 - 2025-08-29 #2502
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
URL: http://github.com/groonga/groonga/discussions/2502
" href="https://github.githubassets.com/assets/github-6e7c458caf1e80bb.css" />
Uh oh!
There was an error while loading. Please reload this page.
-
In this release, we supported
KEY_LARGEflag forTABLE_PAT_KEY!Improvements
[table_create] Added support for
KEY_LARGEflag forTABLE_PAT_KEYYou can now use the
KEY_LARGEflag withTABLE_PAT_KEYtables to expand the maximum total key size from 4GiB to 1TiB,similar to
TABLE_HASH_KEYtables as below. This allows you to store more keys in total.[normalizer_nfkc] Added support for
unify_hyphen_and_prolonged_sound_markandremove_symbolcombinationPreviously, when both
unify_hyphen_and_prolonged_sound_markandremove_symboloptions were enabled together,This combination didn't remove hyphen characters as expected because the hyphen characters were not properly treated as symbols to be removed.
This release fixes this issue. So, hyphen characters are properly removed from the normalized text as below.
[almalinux] Added support for AlmaLinux 10
AlmaLinux 10 packages are now available.
You can install Groonga on AlmaLinux 10 using the standard package installation methods.
Fixes
[cmake] Fixed how to build/install
GH-2479
Patched by Tsutomu Katsube
The documentation included an incorrect
-Boption in thecmake --buildandcmake --installcommands,which caused build errors.
The corrected commands are now:
[table_create] Fixed a bug where
KEY_LARGEflag was lost after executingtruncatecommandThis issue meant that when you executed the
truncatecommand on aTABLE_HASH_KEYtable with theKEY_LARGEflag,the table could no longer hold more than 4 GiB of total key data, because the
KEY_LARGEflag was removed during the truncation.Thanks
Contributors
Translations
This discussion was created from the release Groonga 15.1.5 - 2025-08-29.
Beta Was this translation helpful? Give feedback.
All reactions