Navigation Menu

Skip to content

Commit

Permalink
doc: update news
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Feb 7, 2018
1 parent 2ca5fd9 commit 638758e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions doc/source/news.rst
Expand Up @@ -7,6 +7,49 @@
News
====

.. _release-8-0-0:

Release 8.0.0 - 2018-02-09
--------------------------

Improvements
^^^^^^^^^^^^

* [:doc:`/reference/commands/select`] Added ``--drilldown_adjuster`` and
``--drilldowns[LABEL].adjuster``.
You can score adjust against result of drilldown.

* [:ref:`online-index-construction`] Changed environment variable name
``GRN_II_REDUCE_EXPIRE_ENABLE`` to ``GRN_II_REDUCE_EXPIRE_THRESHOLD``.

GRN_II_REDUCE_EXPIRE_THRESHOLD=0 == GRN_II_REDUCE_EXPIRE_ENABLE=no.
GRN_II_REDUCE_EXPIRE_THRESHOLD=-1 (default) uses
ii->chunk->max_map_seg / 2 as threshold.
GRN_II_REDUCE_EXPIRE_THRESHOLD > 0 uses
MIN(ii->chunk->max_map_seg / 2, GRN_II_REDUCE_EXPIRE_THRESHOLD)
as threshold.

* [:doc:`/reference/functions/between`] Accept between() without borders.
If the number of arguments passed to between() is 3, the 2nd and 3rd
arguments are handled as the inclusive edges.[GitHub#685]

Fixes
^^^^^

* Fixed a memory leak for not tiny hash table.
[GitHub:mroonga/mroonga#190][Reported by fuku1]

* Fix a memory leak for not tiny array.

* [:doc:`/reference/commands/select`] Don't cache when output_columns uses not stable function.

* [Windows] Fixed wrong value report on WSASend error.

Thanks
^^^^^^

* fuku1

.. _release-7-1-1:

Release 7.1.1 - 2018-01-29
Expand Down

0 comments on commit 638758e

Please sign in to comment.