Skip to content

Commit

Permalink
Update changelog for Rally release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Mar 2, 2023
1 parent 7a5bb09 commit 065594a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 6 deletions.
14 changes: 8 additions & 6 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Brad Deam
Brian Lesperance
Christian Dahlqvist
Christopher Manning
DJRickyB
Dale McDiarmid
Daniel Mitterdorfer
David Turner
Debanjan Choudhury
Dennis Lawler
Dimitrios Liappis
DJRickyB
Domenico Andreoli
Evgenia Badiyanova
Evgenia Badyanova
Gavin Fowler
gdmello
Guido Lena Cota
Hendrik Muhs
Honza Král
Expand All @@ -26,6 +26,7 @@ Itamar Syn-Hershko
Jason Bryan
Jason Tedor
Jim Ferenczi
Jiří Holuša
John Sobanski
Joshua Rich
Karan Kaushik
Expand All @@ -47,7 +48,6 @@ Mike Baamonde
MoBoo
Nhat Nguyen
Nicholas Knize
nicholaskuechler
Nik Everett
Paul Coghlan
Peter Dyson
Expand All @@ -57,11 +57,13 @@ Quentin Pradet
Rick Boyd
Rohit Nair
Salvatore Campagna
sstults
Thomas Decaux
Tobias Suckow
tomcallahan
uparamonau-es
Vitor Anjos
Vladimir Masarik
Yannick Welsch
gdmello
nicholaskuechler
sstults
tomcallahan
uparamonau-es
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
### 2.7.1

#### Highlights

* [#1674](https://github.com/elastic/rally/pull/1674): Allow reading metrics password from environment
* [#1624](https://github.com/elastic/rally/pull/1624): Skip building plugins moved to modules

#### Enhancements

* [#1654](https://github.com/elastic/rally/pull/1654): Add role metadata to node-stats telemetry device
* [#1649](https://github.com/elastic/rally/pull/1649): Allow specifying --installation-id in esrally install
* [#1643](https://github.com/elastic/rally/pull/1643): Skip response parsing for raw requests
* [#1637](https://github.com/elastic/rally/pull/1637): Build Rally binary using PyOxidizer
* [#1630](https://github.com/elastic/rally/pull/1630): Add delay and duration parameters to jfr telmetry device
* [#1623](https://github.com/elastic/rally/pull/1623): Support Python 3.11
* [#1619](https://github.com/elastic/rally/pull/1619): Add shard data to search operation's detailed-results meta-data
* [#1618](https://github.com/elastic/rally/pull/1618): Support meta-data for composite tasks
* [#1610](https://github.com/elastic/rally/pull/1610): Support specifying user tags as json

#### Bug Fixes

* [#1645](https://github.com/elastic/rally/pull/1645): Fix --to-date option for list subcommand
* [#1640](https://github.com/elastic/rally/pull/1640): Pass plugin-params also for modules
* [#1638](https://github.com/elastic/rally/pull/1638): Don't use --short when retrieving revisions from git

#### Doc Changes

* [#1666](https://github.com/elastic/rally/pull/1666): Document bulk behavior with multiple clients/documents
* [#1648](https://github.com/elastic/rally/pull/1648): Fix broken links on the command line reference docs
* [#1641](https://github.com/elastic/rally/pull/1641): Mention jq is required for development
* [#1613](https://github.com/elastic/rally/pull/1613): Document Track Processor Interface
* [#1605](https://github.com/elastic/rally/pull/1605): Update list of available tracks

#### Miscellaneous Changes

* [#1659](https://github.com/elastic/rally/pull/1659): Simplify create_readers
* [#1615](https://github.com/elastic/rally/pull/1615): Print errors when --quiet is used
* [#1611](https://github.com/elastic/rally/pull/1611): Use newer ssl parameter in aiohttp client API
* [#1607](https://github.com/elastic/rally/pull/1607): Cut down on the amount of INFO-level logging

### 2.7.0

#### Highlights
Expand Down

0 comments on commit 065594a

Please sign in to comment.