Skip to content

Commit

Permalink
Group all 2.2 release notes together
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Sep 20, 2015
1 parent 06d8005 commit ee04f9c
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions ChangeLog.md
@@ -1,4 +1,4 @@
## Changes between Elastisch 2.2.0-beta4 and 2.2.0-beta5
## Changes between Elastisch 2.1.x and 2.2.0

### Fixed `update-with-script` in Native Client

Expand Down Expand Up @@ -67,15 +67,13 @@ special-case first request.

Contributed by @loganmhb

## Changes between Elastisch 2.2.0-beta3 and 2.2.0-beta4

### ElasticSearch Java Client Upgrade

Elastisch now depends on ElasticSearch Java client version `1.5.x`.

### clj-http Update

[clj-http](https://github.com/dakrone/clj-http/) dependency has been upgraded to version `1.1.x`.
[clj-http](https://github.com/dakrone/clj-http/) dependency has been upgraded to version `2.0.x`.

### Better support for plural/single indices and aliases in native update-aliases

Expand All @@ -91,8 +89,6 @@ Previously only mappings allowed keys to be keywords, now same works with index

Contributed by @mnylen

## Changes between Elastisch 2.2.0-beta2 and 2.2.0-beta3

### Support for Large Scroll IDs

Elastisch now supports scroll IDs larger than 4 KB.
Expand All @@ -101,8 +97,6 @@ Elastisch now supports scroll IDs larger than 4 KB.
Contributed by niko.


## Changes between Elastisch 2.2.0-beta1 and 2.2.0-beta2

### Bulk Operation Support in Native Client

Native client now supports bulk operations with the same API as the REST one.
Expand All @@ -124,10 +118,6 @@ Contributed by Stephen Muss.

Contributed by Jan Stępień (Stylefruits).



## Changes between Elastisch 2.1.x and 2.2.0-beta1

## Add support for Nested Aggregations in the Native Client

Native client now supports nesting in the following aggregations
Expand Down

0 comments on commit ee04f9c

Please sign in to comment.