Navigation Menu

Skip to content

Commit

Permalink
doc: fill 5.0.3 entry
Browse files Browse the repository at this point in the history
TODO: arrange
  • Loading branch information
Masafumi Yokoyama committed Apr 27, 2015
1 parent e7d2e51 commit 5365bc6
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion doc/source/news.rst
Expand Up @@ -27,6 +27,13 @@ Improvements
* threshold <= 0.0: always use range index
* threshold >= 1.0: never use range index
* dump: support plugin
dump: add --dump_plugins option
You can disable dumping plugins by "--dump_plugins no".
dump: add --dump_schema option
dump: add --dump_records option
You can disable dumping schema by "--dump_schema no".
dump: add --dump_indexes option
You can disable dumping indexes by "--dump_indexes no".
* [API] Add grn_plugin_get_ruby_suffix()
* dump: put index columns after reference columns
Because index column may refer reference columns.
Expand All @@ -36,8 +43,40 @@ Improvements
* dump: use offline index construnction
* hash: increase max key size
* cache: increase max cache key size

# WIP here: commit a887763e28a9315964f4e417095c65422d5363f3
* Improve performance for nested index search
15% speed up for a case.
* ?Use index for nonexistent reference column value
* [experimental] Added plugin functions/vector. It includes ``vector_size()`` function.
test/command/suite/select/function/vector/vector_size/reference_vector.test
test/command/suite/select/function/vector/vector_size/vector.test
* doc windows: update Visual Studio version
[GitHub: groonga/meetup#4] [Reported by Hiroyuki Mizuhara]
* windows: show real error for lseek()
* cache: expire old caches when the max N caches is decreased
[Suggested by Gurunavi, Inc.]
* See errno for error from unlink()
* Fix error report about open()
open() sets errno.
* windows: use secure functions on Windows
* Add APIs to change log rotate threshold in file size
New APIs:
* grn_default_logger_set_rotate_threshold_size()
* grn_default_logger_get_rotate_threshold_size()
* grn_default_query_logger_set_rotate_threshold_size()
* grn_default_query_logger_get_rotate_threshold_size()
* [experimental] groonga: support log rotation
The feature is disabled by default.
New options:
* --log-rotate-threshold-size
* --query-log-rotate-threshold-size
* doc: document about GQTP server
:doc:`/server/gqtp`
* doc: document groonga executable file partially
:doc:`/reference/executables/groonga`
* support Ubuntu 15.04 (Vivid Vervet)
* support Debian 8.0 (Jessie)
* [groonga-httpd] update Nginx

Fixes
^^^^^
Expand All @@ -49,11 +88,19 @@ Fixes
* sharding: add missing argument
* Fix a bug that GRN_II_CURSOR_SET_MIN_ENABLE=yes doesn't return some matched records
* sharding: fix a bug that partial range is handled as all range
* logical_range_filter: fix a bug that :order => "descending" doesn't work
* logical_count: re-support counting with range index
* Fix a bug causing malfunction of grn_pat_del().
test: add a test for invalid patricia trie node add case
[groonga-dev,03177] [Reported by yuya sako]

Thanks
^^^^^^

* Hideki ARAI
* Hiroyuki Mizuhara
* Gurunavi, Inc.
* yuya sako

.. _release-5-0-2:

Expand Down

0 comments on commit 5365bc6

Please sign in to comment.