Groonga 16.0.9 - 2026-08-07
Improvements [benchmark] Remove incorrect G_GNUC_CONST usage GH-2857 Reported by correctmost. GH-2858 Patched by correctmost. Changed for compatibility with recent GCC versions. See https://gitlab.gnome.org/GNOME/glib/-/commit/016829559 for details. [string_truncate] Added new function string_truncate() string_truncate() truncates a string to at most the specified number of characters. If the stri…