You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: download/master/index.textile
+12-1
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ release_notes: true
9
9
10
10
h2. Breaking changes:
11
11
* 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)
12
13
* Percolator: Failures when using docs where fields repeat, such as arrays ("#763":http://github.com/elasticsearch/elasticsearch/issues/763)
13
14
* 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)
14
15
* 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)
15
17
16
18
h2. New features:
17
19
* Search:
@@ -25,6 +27,8 @@ h2. New features:
25
27
* Search / Get: Allow to specify a preference on which shards (or order) it will be executed ("#769":http://github.com/elasticsearch/elasticsearch/issues/769)
26
28
* Delete Index API: Allow to delete more than one index or _all indices ("#791":http://github.com/elasticsearch/elasticsearch/issues/791)
27
29
* 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)
28
32
29
33
h2. Enhancements:
30
34
* Attachment plugin: upgrade to Tika 0.9
@@ -53,6 +57,7 @@ h2. Enhancements:
53
57
* Query DSL: flt_field does not allow to set @min_similarity@ and @prefix_length@ ("#744":http://github.com/elasticsearch/elasticsearch/issues/744)
54
58
* Query: Provide an option to analyze wildcard/prefix in query_string / field queries ("#787":http://github.com/elasticsearch/elasticsearch/issues/787)
55
59
* 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)
56
61
* 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)
* Mvel Script: add more random options, and optimize random ("#759":http://github.com/elasticsearch/elasticsearch/issues/759)
@@ -69,6 +74,11 @@ h2. Enhancements:
69
74
* Add option to expire filter's cache based on access time ("#803":http://github.com/elasticsearch/elasticsearch/issues/803)
70
75
* Extend stats API to include filter's cache count and eviction count ("#802":http://github.com/elasticsearch/elasticsearch/issues/802)
71
76
* 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)
0 commit comments