[Groonga-mysql-commit] mroonga/mroonga.github.com at 8e0c4bc [master] blog en: add 8.07 entry

Back to archive index

Kentaro Hayashi null+****@clear*****
Thu Sep 27 14:43:21 JST 2018


Kentaro Hayashi	2018-09-27 14:43:21 +0900 (Thu, 27 Sep 2018)

  Revision: 8e0c4bcdc152bb986db1a0b9f065d57fdb26dddf
  https://github.com/mroonga/mroonga.github.com/commit/8e0c4bcdc152bb986db1a0b9f065d57fdb26dddf

  Message:
    blog en: add 8.07 entry

  Added files:
    en/_posts/2018-09-29-mroonga-8.07.md

  Added: en/_posts/2018-09-29-mroonga-8.07.md (+54 -0) 100644
===================================================================
--- /dev/null
+++ en/_posts/2018-09-29-mroonga-8.07.md    2018-09-27 14:43:21 +0900 (6d5a39f)
@@ -0,0 +1,54 @@
+---
+layout: post.en
+title: Mroonga 8.07 has been released!
+description: Mroonga 8.07 has been released!
+published: false
+---
+
+## Mroonga 8.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 8.07](/docs/news.html#release-8-07) has been released!
+
+* How to install: [Install](/docs/install.html)
+* How to upgrade: [Upgrade guide](/docs/upgrade.html)
+
+### Changes
+
+The main changes are as follows.
+
+* Tokenizer `off` option is now deprecated, use `none` instead
+* MariaDB 10.1.36 has been supported
+
+### Tokenizer `off` option is now deprecated, use `none` instead
+
+In this release, tokenizer `off` option is deprecated. Use tokenizer `none` instead.
+
+Before:
+
+```
+FULLTEXT INDEX (content) COMMENT 'tokenizer "off"'
+```
+
+After:
+
+```
+FULLTEXT INDEX (content) COMMENT 'tokenizer "none"'
+```
+
+To keep consistency with normalizer option and PGroonga, `off` option has been deprecated.
+
+### MariaDB 10.1.36 has been supported
+
+In this release, MariaDB 10.1.36 has been supported.
+
+To support MariaDB 10.1.36 changes, Mroonga has dropped support for MariaDB 10.2.2 (Shipped at Sep 27, 2016) and older MariaDB 10.2 series.
+
+### Conclusion
+
+See [Release 8.07 - 2018-09-29](/docs/news.html#release-8-07) about detailed changes since 8.06.
+
+Let's search by Mroonga!
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180927/350012ca/attachment-0001.htm 



More information about the Groonga-mysql-commit mailing list
Back to archive index