Open
Conversation
b0f36b1 to
785d0b9
Compare
This was referenced Apr 6, 2023
Elasticsearch introduced braking change by: - removing RequestsHttpConnection - removing use_ssl from Elasticsearch class SSL is not set as 'scheme' string (http/https) in host dict. Custom authorization need to set node_class to requests.
Remove support for 2.7 and below 3.6 Python version. Elasticsearch from version 8.0 version, new library supports Python 3.6+.
update version label to 1.1.0
785d0b9 to
81fefba
Compare
|
Hi together, facing the version 8 imkompatible issue and asking if I can help to verfiy, adjust, push this pull request? |
Collaborator
|
Hi @cgi-gerlando-caldara and @thoscilo Would you like to meet and merge this outstanding Pull Request with the others? I need to construct a test cluster in AWS se we can make sure everything works. Thank you Sincerely, Adrian P.S. I live in San Diego California and I am in the middle of scaling up a company I started. Time is scarce. I rarely get sleep, but I am happy to spend a day working on this project with you both. 🤓 |
|
Is this project being maintained still? Ran into this issue trying to get started with this package. |
Collaborator
|
yes, but i will take some time to review and merge all the PRs.
i am currently unemployed and working on a startup full time.
if you are willing to meet we might be able to fix it all in 8 hours of
coding, testing, and merging.
sincerely,
Adrian
…On Tue, Jun 25, 2024 at 4:37 PM David Hovey ***@***.***> wrote:
Is this project being maintained still? Ran into this issue trying to get
started with this package.
—
Reply to this email directly, view it on GitHub
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSE2RGSSI5OM6G5VIN7TATZJH5LPAVCNFSM6AAAAAAWV3UJZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOJQGIYDMMRXHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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.
Elasticsearch introduced braking change in version 8.0 by:
SSL is not set as 'scheme' string (http/https) in host dict.
Custom authorization need to set node_class to requests.
Current code is working with:
elasticsearch 8.7.0
Reference:
https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/release-notes.html#_changed
Fixes:
#91