Skip to content

Bump version to 2.4.0 #1056

Bump version to 2.4.0

Bump version to 2.4.0 #1056

Triggered via push August 29, 2024 11:09
Status Success
Total duration 6m 57s
Artifacts

test.yml

on: push
Matrix: YAML Tests (Unreleased OpenSearch)
Matrix: YAML Tests (Released OpenSearch)
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

45 warnings
the borrowed expression implements the required traits: yaml_test_runner/src/generator.rs#L413
warning: the borrowed expression implements the required traits --> yaml_test_runner/src/generator.rs:413:47 | 413 | let yaml = fs::read_to_string(&entry.path()).unwrap(); | ^^^^^^^^^^^^^ help: change this to: `entry.path()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9250
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9250:37 | 9250 | pub fn scripts_painless_execute<'a, 'b>(&'a self) -> ScriptsPainlessExecute<'a, 'b, ()> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9250 - pub fn scripts_painless_execute<'a, 'b>(&'a self) -> ScriptsPainlessExecute<'a, 'b, ()> { 9250 + pub fn scripts_painless_execute<'b>(&self) -> ScriptsPainlessExecute<'_, 'b, ()> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9230
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9230:20 | 9230 | pub fn reindex<'a, 'b>(&'a self) -> Reindex<'a, 'b, ()> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9230 - pub fn reindex<'a, 'b>(&'a self) -> Reindex<'a, 'b, ()> { 9230 + pub fn reindex<'b>(&self) -> Reindex<'_, 'b, ()> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9216
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9216:17 | 9216 | pub fn ping<'a, 'b>(&'a self) -> Ping<'a, 'b> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9216 - pub fn ping<'a, 'b>(&'a self) -> Ping<'a, 'b> { 9216 + pub fn ping<'b>(&self) -> Ping<'_, 'b> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9190
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9190:17 | 9190 | pub fn info<'a, 'b>(&'a self) -> Info<'a, 'b> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9190 - pub fn info<'a, 'b>(&'a self) -> Info<'a, 'b> { 9190 + pub fn info<'b>(&self) -> Info<'_, 'b> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9178
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9178:33 | 9178 | pub fn get_script_languages<'a, 'b>(&'a self) -> GetScriptLanguages<'a, 'b> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9178 - pub fn get_script_languages<'a, 'b>(&'a self) -> GetScriptLanguages<'a, 'b> { 9178 + pub fn get_script_languages<'b>(&self) -> GetScriptLanguages<'_, 'b> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9172
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9172:31 | 9172 | pub fn get_script_context<'a, 'b>(&'a self) -> GetScriptContext<'a, 'b> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9172 - pub fn get_script_context<'a, 'b>(&'a self) -> GetScriptContext<'a, 'b> { 9172 + pub fn get_script_context<'b>(&self) -> GetScriptContext<'_, 'b> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9162
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9162:25 | 9162 | pub fn get_all_pits<'a, 'b>(&'a self) -> GetAllPits<'a, 'b> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9162 - pub fn get_all_pits<'a, 'b>(&'a self) -> GetAllPits<'a, 'b> { 9162 + pub fn get_all_pits<'b>(&self) -> GetAllPits<'_, 'b> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9134
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9134:23 | 9134 | pub fn delete_pit<'a, 'b>(&'a self) -> DeletePit<'a, 'b, ()> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes help: elide the lifetimes | 9134 - pub fn delete_pit<'a, 'b>(&'a self) -> DeletePit<'a, 'b, ()> { 9134 + pub fn delete_pit<'b>(&self) -> DeletePit<'_, 'b, ()> { |
the following explicit lifetimes could be elided: 'a: opensearch/src/root/mod.rs#L9116
warning: the following explicit lifetimes could be elided: 'a --> opensearch/src/root/mod.rs:9116:28 | 9116 | pub fn delete_all_pits<'a, 'b>(&'a self) -> DeleteAllPits<'a, 'b> { | ^^ ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `#[warn(clippy::needless_lifetimes)]` on by default help: elide the lifetimes | 9116 - pub fn delete_all_pits<'a, 'b>(&'a self) -> DeleteAllPits<'a, 'b> { 9116 + pub fn delete_all_pits<'b>(&self) -> DeleteAllPits<'_, 'b> { |
usage of a legacy numeric method: opensearch/src/params.rs#L425
warning: usage of a legacy numeric method --> opensearch/src/params.rs:425:34 | 425 | if value <= i32::max_value() as u64 { | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants help: use the associated constant instead | 425 | if value <= i32::MAX as u64 { | ~~~
usage of a legacy numeric method: opensearch/src/params.rs#L414
warning: usage of a legacy numeric method --> opensearch/src/params.rs:414:34 | 414 | if value <= i32::max_value() as i64 { | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#legacy_numeric_constants = note: `#[warn(clippy::legacy_numeric_constants)]` on by default help: use the associated constant instead | 414 | if value <= i32::MAX as i64 { | ~~~
Test (ubuntu-latest, --no-default-features --features rustls-tls --package opensearch --test cert)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (ubuntu-latest, --features aws-auth)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macos-13, --no-default-features --features rustls-tls --package opensearch --test cert)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (1.2.4, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (1.1.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (1.2.4, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.2.1, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (1.3.14, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.4.1, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.0.1, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (macos-13, --features aws-auth)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.6.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Unreleased OpenSearch) (1.x, 11)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.0.1, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.8.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (1.1.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.6.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.2.1, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.8.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.10.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.10.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (1.3.14, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.4.1, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (windows-latest, --no-default-features --features rustls-tls --package opensearch --test cert)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/setup-java@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.14.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Unreleased OpenSearch) (2.x, 17)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.16.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.14.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Unreleased OpenSearch) (main, 21)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.16.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.12.0, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
YAML Tests (Released OpenSearch) (2.12.0, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test (windows-latest, --features aws-auth)
The following actions use a deprecated Node.js version and will be forced to run on node20: robinraju/release-downloader@v1.7, actions/setup-java@v3, actions/cache/restore@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/