diff --git a/en/_posts/2024-09-06-mroonga-14.07.md b/en/_posts/2024-09-06-mroonga-14.07.md new file mode 100644 index 00000000..c3163e42 --- /dev/null +++ b/en/_posts/2024-09-06-mroonga-14.07.md @@ -0,0 +1,71 @@ +--- +layout: post.en +title: Mroonga 14.07 has been released! +description: Mroonga 14.07 has been released! +pulished: false +--- + +## Mroonga 14.07 has been released! + +Mroonga is a MySQL storage engine that supports fast fulltext search +and geolocation search. It is CJK ready. It uses Groonga as a storage +and fulltext search engine. + +Mroonga 14.07 has been released! + +This is long time no release! + +* How to install: [Install](/docs/install.html) +* How to upgrade: [Upgrade guide](/docs/upgrade.html) + +### Changes + +Here are important changes in this release: + +### Improvements + +* We added support for MariaDB as below. + + * MariaDB 11.4.3 + +* We added support for MySQL, MariaDB, and Percona Server as below. + + * [Almalinux 8,9](/docs/install/almalinux.html) + + * MariaDB 10.5.26、10.6.19、10.11.9 + * MySQL Community Server 8.0.39 + * MySQl Community Server 8.4.2 + * Percona Server 8.0.37-29 + + * [Ubuntu 24.04(noble)](/docs/install/ubuntu.html) + + * MariaDB 10.11.8 + * MySQL 8.0.39 + + * [Ubuntu 22.04(jammy)](/docs/install/ubuntu.html) + + * MariaDB 10.6.18 + * MySQL 8.0.39 + * MySQL Community Server 8.0.39 + * MySQl Community Server 8.4.2 + + * [Debian GNU/Linux 12 (bookworm)](/docs/install/debian.html) + + * MariaDB 10.11.8 + * MySQL Community Server 8.0.39 + * MySQl Community Server 8.4.2 + +* Disable descending index support + + If we don't add support for descending index with MariaDB >= 10.8, Mroonga returns wrong result with descending index. + So, we disable descending index support now. However, we may re-try it later. + + By the way, if we use descending index with MySQL >= 8.0, MySQL returns error. + +### Fixes + +* Fix a crash bug with concurrent `FLUSH TABLES` and `INSERT`. + +### Conclusion + +Let's search by Mroonga! diff --git a/ja/_posts/2024-09-06-mroonga-14.07.md b/ja/_posts/2024-09-06-mroonga-14.07.md new file mode 100644 index 00000000..062e7018 --- /dev/null +++ b/ja/_posts/2024-09-06-mroonga-14.07.md @@ -0,0 +1,79 @@ +--- +layout: post.ja +title: Mroonga 14.07リリース! +description: Mroonga 14.07をリリースしました! +pulished: false +--- + +## Mroonga 14.07リリース + +Mroonga 14.07をリリースしました! + +* インストール方法: [インストール](/ja/docs/install.html) +* アップグレード方法: [アップグレードガイド](/ja/docs/upgrade.html) + +### 変更点 + +主な変更点は以下の通りです。 + +### 改良 + +* 次のMariaDBを新たにサポートしました。 + + * MariaDB 11.4.3 + +* 下記のMySQL、MariaDB、Percona Serverを新たにサポートしました。 + + OS毎にサポートするバージョンが異なるので注意してください。 + + * [Almalinux 8,9](/ja/docs/install/almalinux.html) + + * MariaDB 10.5.26、10.6.19、10.11.9 + * MySQL Community Server 8.0.39 + * MySQl Community Server 8.4.2 + * Percona Server 8.0.37-29 + + * [Ubuntu 24.04(noble)](/ja/docs/install/ubuntu.html) + + * MariaDB 10.11.8 + * MySQL 8.0.39 + + * [Ubuntu 22.04(jammy)](/ja/docs/install/ubuntu.html) + + * MariaDB 10.6.18 + * MySQL 8.0.39 + * MySQL Community Server 8.0.39 + * MySQl Community Server 8.4.2 + + * [Debian GNU/Linux 12 (bookworm)](/ja/docs/install/debian.html) + + * MariaDB 10.11.8 + * MySQL Community Server 8.0.39 + * MySQl Community Server 8.4.2 + +* 降順インデックスのサポートを無効にしました + + MariaDB >= 10.8 で降順インデックスをサポートしない場合、Mroongaは誤った結果を返します。そのため、降順インデックスのサポートを無効にしましたが、後日サポートするかもしれません。 + + MySQL >= 8.0で降順インデックスを使った場合は、MySQLがエラーを返します。 + +### 修正 + +* `FLUSH TABLES` と `INSERT`の同時実行でクラッシュする問題を修正しました。 + +### おわりに + +毎週火曜日の 12:15 - 12:45 にGroonga関連のイベントをオンラインで実施しています。 + +各イベントの予定は[connpassのページ](https://groonga.connpass.com/event/)に記載しています。 + +(上記のページで参加登録しなくても資料やイベントは閲覧可能です。) + +今までのオンラインイベントは、以下の場所に格納されていて、いつでも視聴できます! + +[Groongaリリース自慢会](https://www.youtube.com/playlist?list=PLLwHraQ4jf7PnA3GjI9v90DZq8ikLk0iN) + +[Groonga開発者に聞け!](https://www.youtube.com/playlist?list=PLLwHraQ4jf7PBol9aq5BoaM2Hnk6aCKs2) + +興味のある方はぜひ視聴してみてください。 +それでは、Mroongaでガンガン検索してください!