[Groonga-commit] ranguba/rroonga at 9c9405d [master] Add 6.0.0 entry

Back to archive index

Masafumi Yokoyama null+****@clear*****
Sun Mar 6 20:07:36 JST 2016


Masafumi Yokoyama	2016-03-06 20:07:36 +0900 (Sun, 06 Mar 2016)

  New Revision: 9c9405d6073bddd18fad97d5b77a6c866b6313bd
  https://github.com/ranguba/rroonga/commit/9c9405d6073bddd18fad97d5b77a6c866b6313bd

  Merged d3336f8: Merge pull request #126 from ranguba/add-6-0-0-entry

  Message:
    Add 6.0.0 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+34 -0)
===================================================================
--- doc/text/news.md    2016-03-06 18:25:56 +0900 (94d86e0)
+++ doc/text/news.md    2016-03-06 20:07:36 +0900 (75485fd)
@@ -1,5 +1,39 @@
 # NEWS
 
+## 6.0.0: 2016-03-06 {#version-6-0-0}
+
+### Improvements
+
+  * Supported `-` operator as {Groonga::Operator::AND_NOT}.
+  * `grndump`: Added `:max_records` option.
+    [Patch by Genki Takiuchi]
+  * Accepted integer and time as function call arguments.
+  * `expression-builder`: Disabled auto ID detection.
+    It's confused when Int/Uint types for key.
+  * Suported `require "rroonga"` for `Bundler.require`.
+    [Patch by Fumiaki MATSUSHIMA]
+  * Added {Groonga::Plugin.names}.
+  * Added {Groonga::Config#delete}.
+  * Added {Groonga::Config#each}.
+  * Added {Groonga::Index}. It has index column and section.
+  * Added {Groonga::Column#find_indexes}.
+    It returns an array of {Groonga::Index}.
+  * Deprecated {Groonga::Column#indexes}.
+    Use {Groonga::Column#find_indexes} instead.
+  * Added {Groonga.error_message}.
+  * Supported method style function call in {Groonga::Table#select} block. It's Rubyish API.
+    Example:
+
+        @shops.select do |record|
+          record.location.geo_in_rectangle("35.7185,139.7912",
+                                           "35.7065,139.8069")
+        end
+
+### Thanks
+
+  * Genki Takiuchi
+  * Fumiaki MATSUSHIMA
+
 ## 5.1.1: 2016-01-18 {#version-5-1-1}
 
 ### Improvements
-------------- next part --------------
HTML����������������������������...
Download 



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