@@ -22,12 +22,77 @@ msgstr ""
2222msgid "# News"
2323msgstr "# おしらせ"
2424
25- msgid "## 4.0.5: 2025-12-12 {#version-4-0-5 }"
25+ msgid "## 4.0.6: 2026-04-03 {#version-4-0-6 }"
2626msgstr ""
2727
2828msgid "### Improvements"
2929msgstr "### 改良"
3030
31+ msgid "#### Dropped support for PostgreSQL 13"
32+ msgstr "#### PostgreSQL 13のサポートをやめました"
33+
34+ msgid "PostgreSQL 13 reached EOL in 2025-11."
35+ msgstr "PostgreSQL 13は2025-11でEOLになったためです。"
36+
37+ msgid "### Fixes"
38+ msgstr "### 修正"
39+
40+ msgid ""
41+ "#### Fixed a bug where `pgroonga_tokenize()` didn't throw an error when "
42+ "using an invalid tokenizer"
43+ msgstr ""
44+ "#### `pgroonga_tokenize()`に無効なトークナイザーを指定してもエラーを出さない"
45+ "問題を修正"
46+
47+ msgid ""
48+ "[GH-930](https://github.com/pgroonga/pgroonga/issues/930)[Reported by plw-pg]"
49+ msgstr ""
50+ "[GH-930](https://github.com/pgroonga/pgroonga/issues/930)[plw-pgさんの報告]"
51+
52+ msgid ""
53+ "PGroonga did not raise an error when an invalid value was set in `tokenizer` "
54+ "as below.\n"
55+ "It now correctly throws an error."
56+ msgstr ""
57+ "PGroongaは、以下のように`tokenizer`に無効な値を設定してもエラーを出していませ"
58+ "んでした。この修正でエラーを出すようになります。"
59+
60+ msgid ""
61+ "```sql\n"
62+ "SELECT pgroonga_tokenize('This is a pen.',\n"
63+ " 'tokenizer', 'invalid');\n"
64+ "```"
65+ msgstr ""
66+
67+ msgid ""
68+ "#### Fixed a bug that `pgroonga.force_match_escalation = on` doesn't work on "
69+ "PostgreSQL 18 with PGroonga for Windows"
70+ msgstr ""
71+ "#### `pgroonga.force_match_escalation = on`がWindows版のPostgreSQL 18で動作し"
72+ "ない問題を修正"
73+
74+ msgid "[GH-814](https://github.com/pgroonga/pgroonga/issues/814)"
75+ msgstr ""
76+
77+ msgid ""
78+ "#### Fixed memory leaks in `pgroonga_normalize()` and "
79+ "`pgroonga_query_extract_keywords()`"
80+ msgstr ""
81+ "#### `pgroonga_normalize()`と`pgroonga_query_extract_keywords()`のメモリー"
82+ "リークを修正"
83+
84+ msgid "Groonga caused memory leaks every time these functions were called."
85+ msgstr "これらの関数が呼ばれるたび、メモリーリークが発生していました。"
86+
87+ msgid "### Thanks"
88+ msgstr "### 感謝"
89+
90+ msgid "* plw-pg"
91+ msgstr "* plw-pgさん"
92+
93+ msgid "## 4.0.5: 2025-12-12 {#version-4-0-5}"
94+ msgstr ""
95+
3196msgid "#### Added support for semantic search"
3297msgstr "#### セマンティックサーチをサポート"
3398
@@ -66,9 +131,6 @@ msgstr ""
66131msgid "This function returns the normalized embedding of the specified text."
67132msgstr "この関数は指定されたテキストの正規化されたエンべディングを返します。"
68133
69- msgid "### Fixes"
70- msgstr "### 修正"
71-
72134msgid ""
73135"#### Fixed a bug that PGroonga returns no records when we use `LIKE` or "
74136"`ILIKE` with `OR`"
@@ -170,9 +232,6 @@ msgid ""
170232"```"
171233msgstr ""
172234
173- msgid "### Thanks"
174- msgstr "### 感謝"
175-
176235msgid "* OreoYang"
177236msgstr "* OreoYangさん"
178237
0 commit comments