Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elastic/elasticsearch-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: elastic/elasticsearch-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9.1
Choose a head ref
  • 7 commits
  • 30 files changed
  • 3 contributors

Commits on Jul 29, 2025

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

Commits on Jul 30, 2025

  1. Release 9.1.0 (#3012)

    miguelgrinberg authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    7f79d0e View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. Address integration test failures in Python 3.8 (#3018) (#3023)

    (cherry picked from commit 67c444c)
    
    Co-authored-by: Miguel Grinberg <[email protected]>
    github-actions[bot] and miguelgrinberg authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    41b2064 View commit details
    Browse the repository at this point in the history
  2. ES|QL query builder robustness fixes (#3017) (#3025)

    * Add note on how to prevent ES|QL injection attacks
    
    * Various additional query builder fixes
    
    * linter fixes
    
    (cherry picked from commit e3e85ed)
    
    Co-authored-by: Miguel Grinberg <[email protected]>
    github-actions[bot] and miguelgrinberg authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    58ceb25 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

  1. Minor improvement to fix in #3018 (#3031) (#3036)

    (cherry picked from commit a67c2ee)
    
    Co-authored-by: Miguel Grinberg <[email protected]>
    github-actions[bot] and miguelgrinberg authored Aug 5, 2025
    Configuration menu
    Copy the full SHA
    5fca28c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2025

  1. Fix new parameter name in breaking changes docs (#3038) (#3040)

    (cherry picked from commit 6bfbdaf)
    
    Co-authored-by: Quentin Pradet <[email protected]>
    github-actions[bot] and pquentin authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    11c0f48 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. DSL: preserve the skip_empty setting in to_dict() recursive seria…

    …lizations (#3041) (#3047)
    
    * Try reproducing DSL issue 1577
    
    * better attempt to reproduce
    
    * preserve skip_empty setting in recursive serializations
    
    ---------
    
    
    (cherry picked from commit 4761d56)
    
    Co-authored-by: Quentin Pradet <[email protected]>
    Co-authored-by: Miguel Grinberg <[email protected]>
    3 people authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    cf6f5c5 View commit details
    Browse the repository at this point in the history
Loading