Skip to content

Update dependency elasticsearch to v7.17.11 - #148

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/elasticsearch-7.x
Open

Update dependency elasticsearch to v7.17.11#148
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/elasticsearch-7.x

Conversation

@renovate

@renovate renovate Bot commented Oct 25, 2022

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
elasticsearch (source, changelog) "= 7.17.1""= 7.17.11" age confidence

Release Notes

elastic/elasticsearch-ruby (elasticsearch)

v7.17.11

Compare Source

  • Ruby 3.3 added to the test matrix. Tested versions of Ruby for 7.17.11: Ruby (MRI) 3.0, 3.1, 3.2, 3.3, JRuby 9.3, JRuby 9.4.
  • Adds base64 dependency to elasticsearch-transport: base64 was added to the gemspec, since starting in Ruby 3.4.0, base64 will no longer be part of the default gems and will no longer be in the standard library, #​2400

v7.17.10

Compare Source

Backports support for Faraday 2 from elastic-transport. ¡Gracias santiagorodriguez96!

This version of the gem now supports Faraday v2. If you don't have a locked version of Faraday in your project, when you upgrade your gems, Faraday v2 will be installed. The main change on dependencies when using Faraday v2 is all adapters, except for the default net_http one, have been moved out of Faraday into separate gems. This means if you're not using the default adapter and you migrate to Faraday v2, you'll need to add the adapter gems to your Gemfile.

These are the gems required for the different adapters with Faraday 2, instead of the libraries on which they were based:

# HTTPCLient
gem 'faraday-httpclient'

# NetHTTPPersistent
gem 'faraday-net_http_persistent'

# Patron
gem 'faraday-patron'

# Typhoeus
gem 'faraday-typhoeus'

Things should work fine if you migrate to Faraday 2 as long as you include the adapter (unless you're using the default one net-http), but worst case scenario, you can always lock the version of Faraday in your project to 1.x:
gem 'faraday', '~> 1'

Be aware if migrating to Faraday v2 that it requires at least Ruby 2.6, unlike Faraday v1 which requires 2.4.

Troubleshooting

If you see a message like:
:adapter is not registered on Faraday::Adapter (Faraday::Error)
Then you probably need to include the adapter library in your gemfile and require it.

Please submit an issue if you encounter any problems.

v7.17.9

Compare Source

  • Backports fix from elastic-transport: #​66 - Manticore transport unable to send custom headers with perform_request Pull Request.

v7.17.8

Compare Source

  • Patch releases back to being detached from Elastic stack releases.
  • Tested compatibility with Elasticsearch v7.17 APIs.
  • Tested versions of Ruby for 7.17.8: Ruby (MRI) 2.7, 3.0, 3.1, 3.2, JRuby 9.3, JRuby 9.4.
  • Bugfix in elasticsearch-transport: Fixes enforcing UTF-8 in Response body, causing an error when the string is frozen, particularly when using webmock: issue #​63.

v7.17.7: 7.17.7

Compare Source

  • Compatibility with Elasticsearch v7.17.7 APIs.
  • Tested versions of Ruby for 7.17.7: Ruby (MRI) 2.6, 2.7, 3.0 and 3.1, JRuby 9.3.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from 216af98 to 8e3c4aa Compare March 15, 2023 18:38
@renovate
renovate Bot temporarily deployed to Docker March 15, 2023 18:38 Inactive
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from 8e3c4aa to 4b0d590 Compare September 5, 2023 17:12
@renovate renovate Bot changed the title Update dependency elasticsearch to v7.17.7 Update dependency elasticsearch to v7.17.8 Sep 5, 2023
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from 4b0d590 to a3c8c3d Compare September 26, 2023 14:17
@renovate renovate Bot changed the title Update dependency elasticsearch to v7.17.8 Update dependency elasticsearch to v7.17.9 Sep 26, 2023
@renovate renovate Bot changed the title Update dependency elasticsearch to v7.17.9 Update dependency elasticsearch to v7.17.10 Nov 7, 2023
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from a3c8c3d to dbb15e5 Compare November 7, 2023 19:38
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from dbb15e5 to d584e3b Compare June 3, 2024 19:15
@renovate renovate Bot changed the title Update dependency elasticsearch to v7.17.10 Update dependency elasticsearch to v7.17.11 Jun 3, 2024
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from d584e3b to 76ce2d3 Compare August 10, 2025 14:56
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from 76ce2d3 to 69bb0ac Compare December 31, 2025 14:36
@renovate
renovate Bot force-pushed the renovate/elasticsearch-7.x branch from 69bb0ac to 0bd2589 Compare March 13, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants