Skip to content

0.8-2022-07-31

Latest
Compare
Choose a tag to compare
@barseghyanartur barseghyanartur released this 31 Jul 22:29
· 7 commits to master since this release
    The ``elasticsearch`` and ``elasticsearch-dsl`` packages are no longer
    installed by default. You must either install them explicitly in your
    requirements or install alongside this package as optional dependencies as
    follows: ``pip install graphene-elastic[elasticsearch]``.
    Alternatively, you can use ``opensearch-py`` and ``opensearch-dsl``.
    You would then need to install the ``opensearch-py`` and ``opensearch-dsl``
    packages explicitly in your requirements or install alongside this
    package as optional dependencies as
    follows: ``pip install graphene-elastic[opensearch]``.
  • Added support for OpenSearch (1.x and 2.x).
  • Belated migration to GitHub Actions.