Version 3.0.0 drops support for Python 2.7 and < 3.8, as well as Django < 3.2.
If you need to continue using Python < 3.8 or Django < 3.2, please continue using v2.26.1.
Added
- Add formal support for Python 3.11 and Django 4.2.
Fixed
- Fix CI for 3.8+.
- Remove support for Python 2.7, 3.4, 3.5, 3.6.
- Remove support for Django < 3.2.
- Remove support for CherryPy, Nameko, and Pyramid.
- Update ElasticSearch support for 8.7.0 (``health_check``).
- Support flask_sqlalchemy v3. This requires an integration
change where ``instrument_sqlalchemy`` is called before ``db.init_app()``.