Skip to content

Commit

Permalink
update changelog to reflect 0.48.4 release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed May 7, 2015
1 parent a0ba643 commit 97a2d1d
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,11 @@ Changes for Crate
Unreleased
==========

NOTE: Upgrading from 0.47 or earlier versions requires a full cluster restart

- Fix: fix update queries on partitioned tables which are partitioned
by part of the primary key

- Fix: correctly display initial and reset settings in ``sys.cluster.settings``

- add dynamic settings ``bulk.request_timeout`` and ``bulk.partition_creation_timeout``

- make the ``sys.shards.size`` expression refresh all 10 seconds maximum

- Fix: performing queries on a partitioned table could cause unnecessary
``execution rejected`` errors

- Fixed an issue that caused GROUP BY queries with multiple group keys, no
order by and limit to hang.

- Add plugin support

- Increased performance of ``hostname`` and ``id`` expression for ``sys.nodes`` table

- Removed the limitation that the WHERE clause couldn't contain certain
expressions in `select count(*)` queries.

Expand All @@ -41,6 +25,25 @@ NOTE: Upgrading from 0.47 or earlier versions requires a full cluster restart
`match` predicate.
Note: This is a backward incompatibility change.

2015/05/07 0.48.4
=================

NOTE: Upgrading from 0.47 or earlier versions requires a full cluster restart

- Fix: fix update queries on partitioned tables which are partitioned
by part of the primary key

- Fix: correctly display initial and reset settings in ``sys.cluster.settings``

- add dynamic settings ``bulk.request_timeout`` and ``bulk.partition_creation_timeout``

- make the ``sys.shards.size`` expression refresh all 10 seconds maximum

- Fixed an issue that caused GROUP BY queries with multiple group keys, no
order by and limit to hang.

- Increased performance of ``hostname`` and ``id`` expression for ``sys.nodes`` table

2015/04/28 0.48.3
=================

Expand Down

0 comments on commit 97a2d1d

Please sign in to comment.