Skip to content

Commit

Permalink
Update changelog for Rally release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Jun 23, 2022
1 parent 5fa5b4a commit d953595
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 6 deletions.
14 changes: 8 additions & 6 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ Brad Deam
Brian Lesperance
Christian Dahlqvist
Christopher Manning
DJRickyB
Dale McDiarmid
Daniel Mitterdorfer
David Turner
Dennis Lawler
Dimitrios Liappis
DJRickyB
Domenico Andreoli
Evgenia Badiyanova
Evgenia Badyanova
Gavin Fowler
gdmello
Guido Lena Cota
Hendrik Muhs
Honza Král
Expand All @@ -40,7 +42,9 @@ Matt Veitas
Michael Basnight
Michael McCandless
Mike Baamonde
Nhat Nguyen
Nicholas Knize
nicholaskuechler
Nik Everett
Paul Coghlan
Peter Dyson
Expand All @@ -49,12 +53,10 @@ Przemysław Witek
Quentin Pradet
Rick Boyd
Rohit Nair
sstults
Thomas Decaux
Tobias Suckow
Vitor Anjos
Vladimir Masarik
gdmello
nicholaskuechler
sstults
tomcallahan
uparamonau-es
Vitor Anjos
Vladimir Masarik
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
### 2.5.0

#### Highlights

* [#1496](https://github.com/elastic/rally/pull/1496): Fix use_ssl: True on Python 3.10
* [#1471](https://github.com/elastic/rally/pull/1471): Introduce field-caps operation-type

#### Enhancements

* [#1516](https://github.com/elastic/rally/pull/1516): Create an ES client per simulated client instead of per worker.
* [#1503](https://github.com/elastic/rally/pull/1503): Explicit offline mode
* [#1502](https://github.com/elastic/rally/pull/1502): Display ZGC collector stats in report
* [#1499](https://github.com/elastic/rally/pull/1499): Flexible support of GC collectors in telemetry.
* [#1492](https://github.com/elastic/rally/pull/1492): Support wrapped templates produced by elastic-package dump
* [#1478](https://github.com/elastic/rally/pull/1478): Allow configuring Elasticsearch cluster name
* [#1475](https://github.com/elastic/rally/pull/1475): Add raw-request op type for latency charts
* [#1473](https://github.com/elastic/rally/pull/1473): Show both median and mean ML processing time in charts

#### Bug Fixes

* [#1521](https://github.com/elastic/rally/pull/1521): Retry incomplete HTTP downloads
* [#1518](https://github.com/elastic/rally/pull/1518): Relax target-hosts check for multi clusters
* [#1500](https://github.com/elastic/rally/pull/1500): When running rally with no options, print help and exit.
* [#1489](https://github.com/elastic/rally/pull/1489): Support composable template without top-level `template`
* [#1486](https://github.com/elastic/rally/pull/1486): Remove template key requirement from composable template param source
* [#1482](https://github.com/elastic/rally/pull/1482): Allow compare to continue for missing disk usage stats
* [#1472](https://github.com/elastic/rally/pull/1472): Ensure telemetry path exists for heapdump

#### Miscellaneous Changes

* [#1529](https://github.com/elastic/rally/pull/1529): Make git.clone remote kwarg-only
* [#1527](https://github.com/elastic/rally/pull/1527): Make esrally.utils.git branch agnostic
* [#1512](https://github.com/elastic/rally/pull/1512): Prepare switch to Elasticsearch Python client 8.2.0

### 2.4.0

#### Highlights
Expand Down

0 comments on commit d953595

Please sign in to comment.