From 4891e168293dd361745abb3b04788db3932860bf Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Wed, 19 Jun 2019 11:27:18 +0300 Subject: [PATCH] Update changelog for Rally release 1.2.1 --- AUTHORS | 1 + CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/AUTHORS b/AUTHORS index 2f97533bb..e73d6ad0b 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,6 +5,7 @@ Aswin Murugesh Brian Lesperance Christian Dahlqvist Daniel Mitterdorfer +Dennis Lawler Dimitrios Liappis Evgenia Badiyanova Evgenia Badyanova diff --git a/CHANGELOG.md b/CHANGELOG.md index 56eb6ebf7..42492d9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +### 1.2.1 + +#### Highlights + +* [#702](https://github.com/elastic/rally/pull/702): Add Rally Docker image to release process +* [#688](https://github.com/elastic/rally/pull/688): Fail Rally early if there are unused variables in track-params + +#### Enhancements + +* [#713](https://github.com/elastic/rally/pull/713): Check tags in track and team repos +* [#709](https://github.com/elastic/rally/pull/709) (Breaking): Drop support for Python 3.4 +* [#708](https://github.com/elastic/rally/pull/708): Align default request param extraction for queries +* [#707](https://github.com/elastic/rally/pull/707): Upgrade pip for virtualenv +* [#705](https://github.com/elastic/rally/pull/705): Provide default for datastore.secure in all cases +* [#704](https://github.com/elastic/rally/pull/704): Add download subcommand +* [#700](https://github.com/elastic/rally/pull/700): Allow stdout print when running in Docker +* [#694](https://github.com/elastic/rally/pull/694): Measure execution time of bulk ingest pipeline +* [#691](https://github.com/elastic/rally/pull/691): Remove node_count_per_host + +#### Bug Fixes + +* [#710](https://github.com/elastic/rally/pull/710) (Breaking): Don't pass request_cache by default +* [#706](https://github.com/elastic/rally/pull/706): Register pyenv Python versions +* [#699](https://github.com/elastic/rally/pull/699): Fix home directory paths in provisioner_test. +* [#698](https://github.com/elastic/rally/pull/698): Enter degraded mode on bootstrap failure +* [#693](https://github.com/elastic/rally/pull/693): Assume UTC timezone if not specified + +#### Doc Changes + +* [#714](https://github.com/elastic/rally/pull/714): Document which ES versions are supported by Rally +* [#703](https://github.com/elastic/rally/pull/703): Document known issues in dev setup + ### 1.1.0 #### Enhancements