Skip to content

Commit

Permalink
Bump version to 2.11.0 (#1850)
Browse files Browse the repository at this point in the history
* Bump version to 2.11.0

* Update Authors

* Update changelog

---------

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
gareth-ellis and elasticmachine authored May 30, 2024
1 parent 9a734c2 commit 5b25a45
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
4 changes: 4 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Adrien Grand
Akhil Rane
Alexander Spies
Alexandros Sapranidis
Andrew Gizas
Aswin Murugesh
Expand Down Expand Up @@ -35,6 +36,8 @@ John Sobanski
Joshua Rich
Karan Kaushik
Kazuma Arimura
Keith Massey
Kevin Oberlies
Kevin Quick
Keyur Doshi
Krishna Dattu Koneru
Expand Down Expand Up @@ -70,3 +73,4 @@ uparamonau-es
Vitor Anjos
Vladimir Masarik
Yannick Welsch
Youhei Sakurai
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
### 2.11.0

#### Highlights

* [#1839](https://github.com/elastic/rally/pull/1839): Add support for Python 3.12

#### Enhancements

* [#1851](https://github.com/elastic/rally/pull/1851): Assume no operator if security not enabled in serverless
* [#1846](https://github.com/elastic/rally/pull/1846): Update create track
* [#1845](https://github.com/elastic/rally/pull/1845): Allow rally to run ESQL operations on serverless for benchmarks
* [#1831](https://github.com/elastic/rally/pull/1831): Add client ID to metrics
* [#1830](https://github.com/elastic/rally/pull/1830): Add looped mode to bulk operation
* [#1827](https://github.com/elastic/rally/pull/1827): Track dataset size
* [#1819](https://github.com/elastic/rally/pull/1819): Override serverless cluster version in telemetry
* [#1818](https://github.com/elastic/rally/pull/1818): Override serverless cluster version
* [#1816](https://github.com/elastic/rally/pull/1816): Add FS metrics to node-stats telemetry device

#### Bug Fixes

* [#1835](https://github.com/elastic/rally/pull/1835): Avoid immense term error in metrics metadata fields
* [#1825](https://github.com/elastic/rally/pull/1825): Make Jit telelmetry compatible with JDK 9+
* [#1823](https://github.com/elastic/rally/pull/1823): Measure time until last response chunk
* [#1805](https://github.com/elastic/rally/pull/1805): Handle raw response exceptions

#### Doc Changes

* [#1824](https://github.com/elastic/rally/pull/1824): Fix telemetry docs
* [#1811](https://github.com/elastic/rally/pull/1811): Use composable index templates for metric indices

### 2.10.0

#### Highlights
Expand Down
4 changes: 2 additions & 2 deletions create-notice.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function main {
printf "The source code can be obtained at https://github.com/certifi/python-certifi\n" >> "${OUTPUT_FILE}"
add_license "certifi" "https://raw.githubusercontent.com/certifi/python-certifi/master/LICENSE"
add_license "elasticsearch" "https://raw.githubusercontent.com/elastic/elasticsearch-py/main/LICENSE"
add_license "jinja2" "https://raw.githubusercontent.com/pallets/jinja/main/LICENSE.rst"
add_license "jinja2" "https://raw.githubusercontent.com/pallets/jinja/main/LICENSE.txt"
add_license "jsonschema" "https://raw.githubusercontent.com/Julian/jsonschema/main/COPYING"
add_license "psutil" "https://raw.githubusercontent.com/giampaolo/psutil/master/LICENSE"
add_license "py-cpuinfo" "https://raw.githubusercontent.com/workhorsy/py-cpuinfo/master/LICENSE"
Expand All @@ -58,7 +58,7 @@ function main {

# transitive dependencies
# Jinja2 dependencies
add_license "Markupsafe" "https://raw.githubusercontent.com/pallets/markupsafe/main/LICENSE.rst"
add_license "Markupsafe" "https://raw.githubusercontent.com/pallets/markupsafe/main/LICENSE.txt"
# elasticsearch dependencies
add_license "urllib3" "https://raw.githubusercontent.com/urllib3/urllib3/main/LICENSE.txt"
#elasticsearch[async] dependencies
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.10.0.dev0"
__version__ = "2.11.0"

0 comments on commit 5b25a45

Please sign in to comment.