Skip to content

Commit

Permalink
Bump version to 2.11.1 (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
favilo authored Nov 8, 2024
1 parent b126fd8 commit 7a6dc14
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Guido Lena Cota
Hendrik Muhs
Honza Král
Irina Truong
Ishan Bhatt
Itamar Syn-Hershko
Jason Bryan
Jason Tedor
Expand All @@ -49,6 +50,7 @@ Maciek Sufa
Magnus Kessler
Martijn van Groningen
Matt Veitas
Max Jakob
Michael Basnight
Michael McCandless
Mike Baamonde
Expand All @@ -69,6 +71,7 @@ sstults
Thomas Decaux
Tobias Suckow
tomcallahan
Ugo Sangiorgi
uparamonau-es
Vitor Anjos
Vladimir Masarik
Expand Down
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
### 2.11.1

#### Highlights

* [#1875](https://github.com/elastic/rally/pull/1875): Switch to JDK 21

#### Enhancements

* [#1884](https://github.com/elastic/rally/pull/1884): Add Jinja filters for creating dynamic date ranges based on now()
* [#1871](https://github.com/elastic/rally/pull/1871): [ES-8436] feat: Change Dockerfile base images to Wolfi
* [#1865](https://github.com/elastic/rally/pull/1865): Add an option to filter by challange in list command
* [#1859](https://github.com/elastic/rally/pull/1859): Modify rally to allow multiple cars with complex configuration
* [#1858](https://github.com/elastic/rally/pull/1858): Bump urllib3 from 1.26.18 to 1.26.19

#### Bug Fixes

* [#1882](https://github.com/elastic/rally/pull/1882): fixes #1881 - composite operation failing when track_total_hits is false
* [#1879](https://github.com/elastic/rally/pull/1879): Pull non-default branch commits selectively
* [#1877](https://github.com/elastic/rally/pull/1877): Docs: fix level of (warmup-)interations
* [#1876](https://github.com/elastic/rally/pull/1876): Cast batch size as int
* [#1863](https://github.com/elastic/rally/pull/1863): Avoid logging ES credentials from running Rally processes
* [#1861](https://github.com/elastic/rally/pull/1861): Restore time measurement on request end
* [#1848](https://github.com/elastic/rally/pull/1848): Pin `requests` library until we fix `docker-py`

### 2.11.0

#### Highlights
Expand Down
2 changes: 1 addition & 1 deletion esrally/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.11.0.dev0"
__version__ = "2.11.1"

0 comments on commit 7a6dc14

Please sign in to comment.