All notable changes to this project will be documented in this file.
- Add py.typed typing marker (h/t @0x416E64)
- Add support for db alias
- Add "include_source" setting (default: True)
- Add Django 5.0 to build matrix
- Adds "fields" to the stored hits JSON (if present) [#72]
- Adds raw search question response object to SearchQuery (
SearchQuery.query_response
)
- Adds support for complex client configuration #68 (h/t @ColeDCrawford)
- Fixes
disable_search_updates
decorator #65
This is a non-functional release - updating the Python, Django and Elasticsearch version support. It will break if you are using an unsupported version of any of the above, but should work without modification if not.
-
Adds support for Python 3.11
-
Adds support for Django 4.0, 4.1
-
Adds support for Elasticsearch 8.x
-
Adds support for custom model primary keys
-
Removes support for Django 3.0, 3.1