Skip to content

Commit 8f34fdc

Browse files
committed
update release notes up to 2011-03-30 including
1 parent 1da7217 commit 8f34fdc

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

download/master/index.textile

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ release_notes: true
99

1010
h2. Breaking changes:
1111
* Node Stats API: Change the structure of the response (more structured) ("#746":http://github.com/elasticsearch/elasticsearch/issues/746)
12+
* Indices Status API: Remove settings/aliases section, and add @recovery@/@snapshot@ flags ("#809":http://github.com/elasticsearch/elasticsearch/issues/809)
1213
* Percolator: Failures when using docs where fields repeat, such as arrays ("#763":http://github.com/elasticsearch/elasticsearch/issues/763)
1314
* Mapper: Using @dynamic_template@ can result in warning of parsed and original source difference (resulting in excessive mapping parsing) ("#764":http://github.com/elasticsearch/elasticsearch/issues/764)
1415
* Mapping: Failure to update _source mapping - compress and compress_threshold ("#800":http://github.com/elasticsearch/elasticsearch/issues/800)
16+
* elasticsearch script: Change CLASSPATH to ES_CLASSPATH ("#818":http://github.com/elasticsearch/elasticsearch/issues/818)
1517

1618
h2. New features:
1719
* Search:
@@ -25,6 +27,8 @@ h2. New features:
2527
* Search / Get: Allow to specify a preference on which shards (or order) it will be executed ("#769":http://github.com/elasticsearch/elasticsearch/issues/769)
2628
* Delete Index API: Allow to delete more than one index or _all indices ("#791":http://github.com/elasticsearch/elasticsearch/issues/791)
2729
* Mapping: Add @_size@ field mapping, indexing the original source size ("#804":http://github.com/elasticsearch/elasticsearch/issues/804)
30+
* Get Settings API: Allow to retrieve (just) a specific index / indices settings ("#810":http://github.com/elasticsearch/elasticsearch/issues/810)
31+
* Shard Allocation: Add a setting to control when rebalancing will happen based on the cluster wide active shards state ("#814":http://github.com/elasticsearch/elasticsearch/issues/814)
2832

2933
h2. Enhancements:
3034
* Attachment plugin: upgrade to Tika 0.9
@@ -53,6 +57,7 @@ h2. Enhancements:
5357
* Query DSL: flt_field does not allow to set @min_similarity@ and @prefix_length@ ("#744":http://github.com/elasticsearch/elasticsearch/issues/744)
5458
* Query: Provide an option to analyze wildcard/prefix in query_string / field queries ("#787":http://github.com/elasticsearch/elasticsearch/issues/787)
5559
* Indices Status / Node Stats: Add (Lucene) index merge stats ("#745":http://github.com/elasticsearch/elasticsearch/issues/745)
60+
* Indices Status API: Add refresh stats ("#811":http://github.com/elasticsearch/elasticsearch/issues/811)
5661
* Internal: Improve checksum process by bulk writing them into a single file instead of checksum file per index file ("#747":http://github.com/elasticsearch/elasticsearch/issues/747)
5762
* Logging: Add merge level logging ("#755":http://github.com/elasticsearch/elasticsearch/issues/755)
5863
* Mvel Script: add more random options, and optimize random ("#759":http://github.com/elasticsearch/elasticsearch/issues/759)
@@ -69,6 +74,11 @@ h2. Enhancements:
6974
* Add option to expire filter's cache based on access time ("#803":http://github.com/elasticsearch/elasticsearch/issues/803)
7075
* Extend stats API to include filter's cache count and eviction count ("#802":http://github.com/elasticsearch/elasticsearch/issues/802)
7176
* Support @ES_MIN_MEM@ and @ES_MAX_MEM@ as external settings for windows startup script ("commit":http://github.com/elasticsearch/elasticsearch/commit/b8ac25c43030296a7f331fc2d899e1d3891bbf01)
77+
* HTTP: Support compression (gzip, deflate) when using Accept-Encoding header ("#815":http://github.com/elasticsearch/elasticsearch/issues/815)
78+
* Shard Allocation:
79+
** Rename cluster.routing.allocation.concurrent_recoveries to cluster.routing.allocation.node_concurrent_recoveries (old one still works) ("#817":http://github.com/elasticsearch/elasticsearch/issues/817)
80+
** Add node_initial_primaries_recoveries setting ("#819":http://github.com/elasticsearch/elasticsearch/issues/819)
81+
* Translog: Reduce the number of translog ops to flush after from 20000 to 5000 ("#820":http://github.com/elasticsearch/elasticsearch/issues/820)
7282

7383
h2. Bug fixes:
7484
* Handle cluster join request on a non IO thread ("#702":http://github.com/elasticsearch/elasticsearch/issues/702)
@@ -90,5 +100,6 @@ h2. Internal:
90100
* upgrade to guava r08
91101
* upgrade to aws sdk 1.1.7
92102
* upgrade to jackson 1.7.4
93-
* upgrade to guice 3 rc3
103+
* upgrade to guice 3.0
94104
* upgrade to rabbitmq client 2.3.1
105+
* upgrade to the new lzf compression (0.7)

0 commit comments

Comments
 (0)