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

Basic ElasticSearch / ElasticClient 8.x Support #8519

Merged
merged 11 commits into from
Oct 4, 2023
Merged

Commits on Sep 19, 2023

  1. Basic ElasticSearch / ElasticClient 8.x Support

    Justin Oberdorf committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    acb306b View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. 7.x and 8.x both support scheme being in the URI

    removed if check for clientside version 7.x or below as specifying the scheme in the URI works like it does with the 8.x client.
    flipfloptech committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    d4d978f View commit details
    Browse the repository at this point in the history
  2. relax elasticversion requirements

    Support up to 8.9 python client. 
    
    elasticsearch 7.x client does not work with elasticsearch 8.x server and vice versa.
    flipfloptech committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2fab663 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    d1d3864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae1182e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fixed Tests and exceptions

    Justin Oberdorf committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0558756 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    3d37699 View commit details
    Browse the repository at this point in the history
  2. Fixed linting issues

    Justin Oberdorf committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    8ecae99 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Configuration menu
    Copy the full SHA
    f6b735a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c787d69 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Added with_doctype versions of selected tests to help improve test co…

    …verage.
    Justin Oberdorf committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    1c1a012 View commit details
    Browse the repository at this point in the history