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: django-es/django-elasticsearch-dsl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.4
Choose a base ref
...
head repository: django-es/django-elasticsearch-dsl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 27 files changed
  • 5 contributors

Commits on Oct 1, 2023

  1. feat: add support for support for Python/Django (#460)

    Co-authored-by: Safwan Rahman <safwan.rahman15@gmail.com>
    irtazaakram and safwanrahman authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    7c8e778 View commit details
    Browse the repository at this point in the history
  2. Added support for Elasticsearch 8 (#458)

    * Updated Pillow version for compatibility with Python 3.8
    
    * Updated alias actions to keyword arguments
    
    * Updated elasticsearch-dsl version in requirements
    
    * Updated tests
    
    * Updated documentation
    
    * Updated install requirements in setup.py
    
    * Update runtests.py
    
    * Update runtests.py
    
    * Update runtests.py
    
    * Update runtests.py
    
    ---------
    
    Co-authored-by: Safwan Rahman <safwan.rahman15@gmail.com>
    oehrlein and safwanrahman authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    ae07e7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c05b9e2 View commit details
    Browse the repository at this point in the history
  4. Fixing tests

    safwanrahman committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6f6e4c8 View commit details
    Browse the repository at this point in the history
  5. Bumping version

    safwanrahman committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    44b25a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a51c13f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. [docs] Sphinx v8 compatibility: configure a non-empty inventory name …

    …for Python in `intersphinx_mapping`. (#485)
    jayaddison authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e453aff View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2025

  1. Restrict version of elasticsearch-dsl-py to <= 8.17.1 (#498)

    This commit pins the dependency of elasticsearch-dsl-py to
    <= 8.17.1 because after this version elasticsearch-dsl-py is
    deprecated and merged into elasticsearch-py
    sximba authored Jun 22, 2025
    Configuration menu
    Copy the full SHA
    eb2f181 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Bumping version

    safwanrahman committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    7e6bb28 View commit details
    Browse the repository at this point in the history
  2. Switch from elasticsearch-dsl-py dependency to elasticsearch-py (#499)

    This commit switches the dependency of this library from elasticsearch-dsl-py
    to elasticsearch-py since the former was merged into the latter.
    sximba authored Jun 23, 2025
    Configuration menu
    Copy the full SHA
    9cee0e3 View commit details
    Browse the repository at this point in the history
  3. Bumping version 8.2

    safwanrahman committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    97de23a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2025

  1. Add support for ES9 and drop unsupported dependencies (#500)

    This commit adds support for elasticsearch-py 9.x and it also
    drops support for older and unsupported versions of python and django
    sximba authored Jul 8, 2025
    Configuration menu
    Copy the full SHA
    378f772 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Bumping version 9.0

    safwanrahman committed Jul 23, 2025
    Configuration menu
    Copy the full SHA
    49cea31 View commit details
    Browse the repository at this point in the history
Loading