[Groonga-commit] droonga/fluent-plugin-droonga at b52ed34 [master] Add 1.0.0 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Feb 28 16:54:54 JST 2014


Kouhei Sutou	2014-02-28 16:54:54 +0900 (Fri, 28 Feb 2014)

  New Revision: b52ed34b949c3ef148772b2932c93fa4ed44fb4a
  https://github.com/droonga/fluent-plugin-droonga/commit/b52ed34b949c3ef148772b2932c93fa4ed44fb4a

  Message:
    Add 1.0.0 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+26 -0)
===================================================================
--- doc/text/news.md    2014-02-28 16:12:46 +0900 (3554be6)
+++ doc/text/news.md    2014-02-28 16:54:54 +0900 (795ed41)
@@ -1,5 +1,31 @@
 # News
 
+## 1.0.0: 2014-02-28
+
+### Improvements
+
+  * Updated catalog.json specification to
+    [version2](http://droonga.org/reference/catalog/version2/).
+    [version1](http://droonga.org/reference/catalog/version1/) is
+    still usable. But It is deprecated.
+  * Supported log API in plugin.
+  * Supported auto catalog.json reload.
+  * Changed adapter API:
+
+    Old:
+
+        message.input_pattern  = []
+        message.output_pattern = []
+
+    New:
+
+        input_message.pattern  = []
+        output_message.pattern = []
+
+  * Supported developing a plugin for handling phase.
+    See [tutorial](http://droonga.org/tutorial/plugin-development/handler/)
+    for details.
+
 ## 0.9.9: 2014-02-09
 
 ### Improvements
-------------- next part --------------
HTML����������������������������...
下载 



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