Update dependency elasticsearch to v7.17.11 - #148
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
March 15, 2023 18:38
216af98 to
8e3c4aa
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
September 5, 2023 17:12
8e3c4aa to
4b0d590
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
September 26, 2023 14:17
4b0d590 to
a3c8c3d
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
November 7, 2023 19:38
a3c8c3d to
dbb15e5
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
June 3, 2024 19:15
dbb15e5 to
d584e3b
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
August 10, 2025 14:56
d584e3b to
76ce2d3
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
December 31, 2025 14:36
76ce2d3 to
69bb0ac
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
March 13, 2026 11:50
69bb0ac to
0bd2589
Compare
renovate
Bot
force-pushed
the
renovate/elasticsearch-7.x
branch
from
July 17, 2026 09:26
0bd2589 to
9fd1e75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
"= 7.17.1"→"= 7.17.11"Release Notes
elastic/elasticsearch-ruby (elasticsearch)
v7.17.11Compare Source
base64dependency toelasticsearch-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, #2400v7.17.10Compare 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_httpone, 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:
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 requires2.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.9Compare Source
elastic-transport: #66 - Manticore transport unable to send custom headers withperform_requestPull Request.v7.17.8Compare Source
v7.17.7: 7.17.7Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.