- Fixes in the setup.py. - Drop support for Python 3.6. No specific code changes. However, since it's no longer possible to pull Python 3.6 directly from GitHub CI, to simplify things we simply drop it.
0.8
--- 2022-07-31
.. note::
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.
0.7
--- 2021-03-08
.. note::
First beta release.
.. note::
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh) and all the victims of Turkish and Azerbaijani aggression.
- ``ObjectField``/``NestedField`` to ``ObjectType`` and added nested filter to ``FilteringFilterBackend``.
0.6.6
----- 2020-12-26
- Enable middleware. - Tested against Python 3.9 and 3.10.
0.6.5
----- 2020-12-19
.. note::
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh) and all the victims of Turkish and Azerbaijani aggression.
- Added `QueryStringBackend`.
0.6.4
----- 2020-12-12
.. note::
Release dedicated to defenders of Armenia and Artsakh (Nagorno Karabakh) and all the victims of Turkish and Azerbaijani aggression.