[Groonga-commit] droonga/droonga-engine at b40c31c [master] Update list of improvements of the next release

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Apr 2 19:32:53 JST 2015


YUKI Hiroshi	2015-04-02 19:32:53 +0900 (Thu, 02 Apr 2015)

  New Revision: b40c31c1a386058a8336ff9051e793278e5477bd
  https://github.com/droonga/droonga-engine/commit/b40c31c1a386058a8336ff9051e793278e5477bd

  Message:
    Update list of improvements of the next release

  Modified files:
    doc/text/news.md

  Modified: doc/text/news.md (+19 -9)
===================================================================
--- doc/text/news.md    2015-04-02 18:41:00 +0900 (8b882df)
+++ doc/text/news.md    2015-04-02 19:32:53 +0900 (52a4f4d)
@@ -1,14 +1,24 @@
 # News
 
-## 1.1.0: 2014-12-29 (planned)
-
- * Better compatibility to Groonga's `delete` command:
-   * Works correctly for tables with integer key types.
-     [The report by funa1g](http://sourceforge.jp/projects/groonga/lists/archive/dev/2014-December/002995.html) inspired this improvement. Thanks!
-   * Accepts requests with automatically-convertible mismatched type keys.
-     For example, a numeric key `1` is available for a table with the key type `ShortText`.
- * `add` command now accepts requests with automatically-convertible mismatched type keys.
-   For example, a string key `"1"` is available for a table with the key type `UInt32`.
+## 1.1.0: 2015-03-29 (planned)
+
+ * General:
+   * Graceful stopping/restarting works correctly with continual inpouring messages.
+   * `add` command now accepts requests with automatically-convertible mismatched type keys.
+     For example, a string key `"1"` is available for a table with the key type `UInt32`.
+   * `dump` command: the value of a column referring any record of another table are correctly exported as its key string, instead of object value (it's invalid value for a message of the `add` command).
+     As the result, now tables with reference columns are correctly copied between multiple clusters.
+   * `system.status` command: now the reporter node and its internal name is reported as a part of response body.
+ * Command line utilities:
+   * `droonga-engine-join` and `droonga-engine-absorb-data` commands work more surely.
+   * A new option `--verbose` is introduced to monitor internal Serf operations, for `droonga-engine-join` and `droonga-engine-absorb-data`.
+   * A new command line utility `droonga-engine-set-role` is available (mainly for debugging).
+ * Compatibility with Groonga:
+   * Better compatibility to Groonga's `delete` command:
+     * Works correctly for tables with integer key types.
+       [The report by funa1g](http://sourceforge.jp/projects/groonga/lists/archive/dev/2014-December/002995.html) inspired this improvement. Thanks!
+     * Accepts requests with automatically-convertible mismatched type keys.
+       For example, a numeric key `1` is available for a table with the key type `ShortText`.
 
 ## 1.0.9: 2014-12-01
 
-------------- next part --------------
HTML����������������������������...
Download 



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