[Groonga-commit] ranguba/rroonga at 740bef8 [master] Add 6.1.3 entry

Back to archive index

Masafumi Yokoyama null+****@clear*****
Thu Jan 12 17:16:12 JST 2017


Masafumi Yokoyama	2017-01-12 17:16:12 +0900 (Thu, 12 Jan 2017)

  New Revision: 740bef89d5364a6b5158d5f2373484bce11023b1
  https://github.com/ranguba/rroonga/commit/740bef89d5364a6b5158d5f2373484bce11023b1

  Message:
    Add 6.1.3 entry

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+23 -0)
===================================================================
--- doc/text/news.md    2017-01-12 09:58:17 +0900 (05e0eb0)
+++ doc/text/news.md    2017-01-12 17:16:12 +0900 (ff2fc6c)
@@ -1,5 +1,28 @@
 # NEWS
 
+## 6.1.3: 2017-01-12 {#version-6-1-3}
+
+### Improvements
+
+  * Supported Groonga 6.1.3. Groonga 6.1.0 or older aren't supported.
+  * Added {Groonga::Context#support_zstd?}.
+  * Added {Groonga::ZstdError}.
+  * Supported Zstandard compression.
+    If Zstandard is available in your enviromemt, you can use Zstandard
+    compression for columns. How to use:
+
+          Groonga::Schema.define do |schema|
+            schema.create_table("Posts") do |table|
+              table.short_text("title", :compress => :zstandard)
+              # shortened form
+              # table.short_text("title", :compress => :zstd)
+            end
+          end
+
+  * Added PID for {Groonga::Logger::Flags}.
+  * Added {Groonga::Logger.flags}.
+  * Added {Groonga::Logger.flags=}.
+
 ## 6.1.0: 2016-11-07 {#version-6-1-0}
 
 ### Improvements
-------------- next part --------------
HTML����������������������������...
下载 



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