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-dsl-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.16.0
Choose a base ref
...
head repository: elastic/elasticsearch-dsl-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.17.1
Choose a head ref
  • 6 commits
  • 30 files changed
  • 3 contributors

Commits on Dec 12, 2024

  1. support composable templates (#1943) (#1952)

    * support composable templates
    
    * do not error on aiohttp warning
    
    * rename new index template to composable index template
    
    * remove old comment
    
    (cherry picked from commit a0c53db)
    
    Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
    github-actions[bot] and miguelgrinberg authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    c0a4871 View commit details
    Browse the repository at this point in the history
  2. support new dense vector quantization in 8.16 (#1948) (#1951)

    * support new dense vector quantization in 8.16
    
    * use 8.16 in CI builds
    
    (cherry picked from commit 5de355e)
    
    Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
    github-actions[bot] and miguelgrinberg authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    ea260bd View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Release 8.17.0 (#1953)

    * Release 8.17.0
    
    * update generated files with 8.17 schema
    miguelgrinberg authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    9e51c72 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Corrected typing hints for the FunctionScore query (#1960) (#1961)

    Fixes #1957
    
    (cherry picked from commit 5d2bccd)
    
    Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
    github-actions[bot] and miguelgrinberg authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    185268e View commit details
    Browse the repository at this point in the history
  2. [Backport 8.x] Add support for the point field (#1963)

    * Add support for the point and shape fields (#1959)
    
    * Add support for the point field
    
    * add shape field, remove unnecessary point examples
    
    ---------
    
    Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
    (cherry picked from commit c0aa52a)
    
    * Add shape declaration (#1962)
    
    * Add support for the point field
    
    * add shape field, remove unnecessary point examples
    
    * add missing Shape declaration
    
    ---------
    
    Co-authored-by: Hüseyin Emre Armağan <huseyinemre_armagan@hotmail.com>
    
    ---------
    
    Co-authored-by: Hüseyin Emre Armağan <huseyinemre_armagan@hotmail.com>
    Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
    3 people authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    9011e0c View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

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