Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elasticsearch v8 support #93

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 6, 2023

  1. Fix code to elasticsearch 8.x version

    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.
    thoscilo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    f86b127 View commit details
    Browse the repository at this point in the history
  2. Remove Python 2.7 support

    Remove support for 2.7 and below 3.6 Python version.
    Elasticsearch from version 8.0 version, new library supports Python 3.6+.
    thoscilo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    406ddd6 View commit details
    Browse the repository at this point in the history
  3. version 1.1.0

    update version label to 1.1.0
    thoscilo committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    81fefba View commit details
    Browse the repository at this point in the history