Skip to content

build(deps): bump django-opensearch-dsl from 0.6.2 to 0.8.0#596

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-pip-django-opensearch-dsl-0.8.0
Open

build(deps): bump django-opensearch-dsl from 0.6.2 to 0.8.0#596
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-pip-django-opensearch-dsl-0.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps django-opensearch-dsl from 0.6.2 to 0.8.0.

Release notes

Sourced from django-opensearch-dsl's releases.

v0.8.0

  • Add --using and --database options to the CLI to respectively specify which OpenSearch and database connection to use (#87).

BREAKING CHANGES:

  • django_opensearch_dsl.documents.Document.get_queryset now take an optional alias argument to specify which database connection to use.
  • django_opensearch_dsl.documents.Document.get_indexing_queryset now take an optional alias argument to specify which database connection to use.

v0.7.0

  • --refresh and --parallel options of the CLI now default to the respective value of OPENSEARCH_DSL_AUTO_REFRESH and OPENSEARCH_DSL_AUTO_PARALLEL.
  • Implement get_documents() for DocumentRegistry (#74), Contributed by gcarq.
  • Update supported versions of Python and Django (#75):
    • Confirm support for Python 3.13.
    • Confirm support for Django 5.1 and 5.2.
    • Drop support for Django 3.2.
      Contributed by Mariusz Felisiak
Changelog

Sourced from django-opensearch-dsl's changelog.

0.8.0 (2025-11-24)

  • Add --using and --database options to the CLI to respectively specify which OpenSearch and database connection to use #87).

BREAKING CHANGES:

  • django_opensearch_dsl.documents.Document.get_queryset now take an optional alias argument to specify which database connection to use.
  • django_opensearch_dsl.documents.Document.get_indexing_queryset now take an optional alias argument to specify which database connection to use.

0.7.0 (2025-04-11)

  • --refresh and --parallel options of the CLI now default to the respective value of OPENSEARCH_DSL_AUTO_REFRESH and OPENSEARCH_DSL_AUTO_PARALLEL.
  • Implement get_documents() for DocumentRegistry (#74), Contributed by gcarq.
  • Update supported versions of Python and Django (#75):
    • Confirm support for Python 3.13.
    • Confirm support for Django 5.1 and 5.2.
    • Drop support for Django 3.2.
      Contributed by Mariusz Felisiak
Commits
  • 4eb7d6d chore: Bump to v0.8.0
  • 0489c7c feat: Add 'using' and 'database' arguments to management command
  • 3f8e75b chore: Add test for opensearch>=3
  • b1c23db Used python-dateutil instead of dateutils package in requirements.
  • 873e4e8 feat: Add type hinting throughout the project
  • e6cead9 ci: Bump version to 0.7.0
  • 6854235 fix: refresh and parallel option of the CLI now use the settings as default
  • f8dffdd ci: Update supported versions
  • 9064f33 feat: Implement get_documents() for DocumentRegistry
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-opensearch-dsl](https://github.com/qcoumes/django-opensearch-dsl) from 0.6.2 to 0.8.0.
- [Release notes](https://github.com/qcoumes/django-opensearch-dsl/releases)
- [Changelog](https://github.com/Codoc-os/django-opensearch-dsl/blob/master/docs/CHANGELOG.md)
- [Commits](Codoc-os/django-opensearch-dsl@v0.6.2...v0.8.0)

---
updated-dependencies:
- dependency-name: django-opensearch-dsl
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 13, 2026
@dependabot dependabot bot requested a review from samonaisi as a code owner April 13, 2026 03:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants