[Groonga-commit] ranguba/groonga-client at 321be5c [master] Add 0.2.0 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Mar 21 16:40:30 JST 2016


Kouhei Sutou	2016-03-21 16:40:30 +0900 (Mon, 21 Mar 2016)

  New Revision: 321be5c95a4c1a235468a15f35c164bb6850b128
  https://github.com/ranguba/groonga-client/commit/321be5c95a4c1a235468a15f35c164bb6850b128

  Message:
    Add 0.2.0 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+33 -0)
===================================================================
--- doc/text/news.md    2016-03-21 16:40:14 +0900 (82d3846)
+++ doc/text/news.md    2016-03-21 16:40:30 +0900 (a7a2e9c)
@@ -1,5 +1,38 @@
 # NEWS
 
+## 0.2.0 - 2016-03-21
+
+### Improvements
+
+  * HTTP: Supported basic authentication.
+    [GitHub#4][Patch by KITAITI Makoto]
+
+  * response: Supported `table_remove`.
+    [GitHub#7][Patch by Masafumi Yokoyama]
+
+  * HTTP: Supported HTTPS by passing `:use_tls => true` option to
+    {Groonga::Client.new}.
+    [GitHub#8][Patch by KITAITI Makoto]
+
+  * Supported URI as server information in {Groonga::Client.new}.
+
+  * Required groonga-command 1.2.0 or later.
+
+  * Accepted `Symbol` as registered command name.
+
+  * Supported dynamic command execution. Now, you can use commands
+    that aren't supported in groonga-client yet.
+
+  * Added {Groonga::Client.default_options}.
+
+  * Added {Groonga::Client.default_options=}.
+
+### Thanks
+
+  * KITAITI Makoto
+
+  * Masafumi Yokoyama
+
 ## 0.1.9 - 2015-09-04
 
 ### Improvements
-------------- next part --------------
HTML����������������������������...
Download 



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