Update dependency es_client to v8.18.2 #1759
Open
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:
==8.17.5
->==8.18.2
Release Notes
untergeek/es_client (es_client)
v8.18.2
: [8.18.2] - 2025-04-21Compare Source
Changes
tiered-debug
dependency to>=1.3.0
to allow newer patch releases while maintaining compatibility.pint>=0.19.2
to documentation dependencies for enhanced unit handling in documentation.8.18.2
as a stable update.v8.18.1
: [8.18.1] - 2025-04-17Added
SecretStore
class tobuilder.py
for secure storage of sensitive data,including
password
,bearer_auth
,api_key
, andopaque_id
. Thisclass is integrated into the
Builder
class, ensuring sensitive data is notexposed in logs or exceptions, and is redacted in
__repr__
outputs, and areremoved from the in-memory DotMap representations of the config.
SecretStore
required the additional dependency of"cryptography>=44.0.2"
functions in
builder.py
,logging.py
,config.py
,schemacheck.py
,utils.py
,exceptions.py
, andcommands.py
, detailing inputs, outputs,raises, and examples.
functionality verification without external dependencies (e.g., mocked
click.Context
,Elasticsearch
client).__repr__
methods for classes inbuilder.py
(Builder
,SecretStore
),logging.py
(Whitelist
,Blacklist
,JSONFormatter
),schemacheck.py
(SchemaCheck
), andexceptions.py
(all exception classes),enhancing debugging with secure, redacted outputs.
password_filter
function fromschemacheck.py
intoexceptions.py
to avoid circular import, maintaining redaction for sensitive datain exception messages.
Changed
appears in docstrings, doctests, or
__repr__
outputs, leveragingpassword_filter
for redaction.test_builder.py
to align withbuilder.py
’sSecretStore
integration, fixing failing tests (
test_pass_but_no_user
,test_proper_api_key
,test_proper_api_key_token
) by checking_secrets.get_secret
and verifyingsensitive data cleanup.
in all modules, adding only documentation and minor formatting for line length
compliance.
commands.py
to include all three commands (show_all_options
,test_connection
,test_stderr
) with detailed docstrings and doctests,retaining extensive comments on
SHOW_EVERYTHING
usage.tiered-debug
to1.2.1
inpyproject.toml
andrequirements.txt
.Configuration
📅 Schedule: 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.
This PR has been generated by Renovate Bot.