Skip to content

Commit 7a6dc14

Browse files
author
Kevin Oberlies
authored
Bump version to 2.11.1 (#1886)
1 parent b126fd8 commit 7a6dc14

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

AUTHORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Guido Lena Cota
2727
Hendrik Muhs
2828
Honza Král
2929
Irina Truong
30+
Ishan Bhatt
3031
Itamar Syn-Hershko
3132
Jason Bryan
3233
Jason Tedor
@@ -49,6 +50,7 @@ Maciek Sufa
4950
Magnus Kessler
5051
Martijn van Groningen
5152
Matt Veitas
53+
Max Jakob
5254
Michael Basnight
5355
Michael McCandless
5456
Mike Baamonde
@@ -69,6 +71,7 @@ sstults
6971
Thomas Decaux
7072
Tobias Suckow
7173
tomcallahan
74+
Ugo Sangiorgi
7275
uparamonau-es
7376
Vitor Anjos
7477
Vladimir Masarik

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### 2.11.1
2+
3+
#### Highlights
4+
5+
* [#1875](https://github.com/elastic/rally/pull/1875): Switch to JDK 21
6+
7+
#### Enhancements
8+
9+
* [#1884](https://github.com/elastic/rally/pull/1884): Add Jinja filters for creating dynamic date ranges based on now()
10+
* [#1871](https://github.com/elastic/rally/pull/1871): [ES-8436] feat: Change Dockerfile base images to Wolfi
11+
* [#1865](https://github.com/elastic/rally/pull/1865): Add an option to filter by challange in list command
12+
* [#1859](https://github.com/elastic/rally/pull/1859): Modify rally to allow multiple cars with complex configuration
13+
* [#1858](https://github.com/elastic/rally/pull/1858): Bump urllib3 from 1.26.18 to 1.26.19
14+
15+
#### Bug Fixes
16+
17+
* [#1882](https://github.com/elastic/rally/pull/1882): fixes #1881 - composite operation failing when track_total_hits is false
18+
* [#1879](https://github.com/elastic/rally/pull/1879): Pull non-default branch commits selectively
19+
* [#1877](https://github.com/elastic/rally/pull/1877): Docs: fix level of (warmup-)interations
20+
* [#1876](https://github.com/elastic/rally/pull/1876): Cast batch size as int
21+
* [#1863](https://github.com/elastic/rally/pull/1863): Avoid logging ES credentials from running Rally processes
22+
* [#1861](https://github.com/elastic/rally/pull/1861): Restore time measurement on request end
23+
* [#1848](https://github.com/elastic/rally/pull/1848): Pin `requests` library until we fix `docker-py`
24+
125
### 2.11.0
226

327
#### Highlights

esrally/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.0.dev0"
1+
__version__ = "2.11.1"

0 commit comments

Comments
 (0)