[Groonga-commit] ranguba/groonga-client at 28c3a31 [master] Add 0.5.3 entry

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 26 11:26:00 JST 2017


Kouhei Sutou	2017-10-26 11:26:00 +0900 (Thu, 26 Oct 2017)

  New Revision: 28c3a317c14bde2a4cd5648ac17c0a9020fe9f25
  https://github.com/ranguba/groonga-client/commit/28c3a317c14bde2a4cd5648ac17c0a9020fe9f25

  Message:
    Add 0.5.3 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+26 -0)
===================================================================
--- doc/text/news.md    2017-10-26 10:54:56 +0900 (8dcd85d)
+++ doc/text/news.md    2017-10-26 11:26:00 +0900 (b93b049)
@@ -1,5 +1,31 @@
 # NEWS
 
+## 0.5.3 - 2017-10-26
+
+### Improvements
+
+  * `Groonga::Client::Response::ColumnList::Column#flags`: Changed
+    return type to `Array<Strinng>` from `String`.
+
+  * `Groonga::Client::Response::ColumnList::Column#scalar?`: Added.
+
+  * `Groonga::Client::Response::ColumnList::Column#vector?`: Added.
+
+  * `Groonga::Client::Response::ColumnList::Column#index?`: Added.
+
+  * `Groonga::Client::Response::Schema::Command`: Added.
+
+  * `Groonga::Client::Response::Schema::Table#command`: Changed return
+    type to `Hash` to `Groonga::Client::Response::Schema::Command`.
+
+  * `Groonga::Client::Response::Schema::Column#command`: Changed return
+    type to `Hash` to `Groonga::Client::Response::Schema::Command`.
+
+  * `Groonga::Client::Response::Schema#[]`: Added.
+
+  * `groonga-client-index-recreate`: Added a new command that
+    recreates indexes dynamically and safely.
+
 ## 0.5.2 - 2017-09-27
 
 ### Improvements
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171026/da7ea807/attachment-0001.htm 



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