File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed
Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 33from .documents import Document # noqa
44from .fields import * # noqa
55
6- __version__ = "0.6.2 "
6+ __version__ = "0.7.0 "
77
88
99def autodiscover ():
Original file line number Diff line number Diff line change 1313* [ Cédric Raud] ( https://github.com/cedricraud )
1414* [ Jordan Hyatt] ( https://github.com/JordanHyatt )
1515* [ jlariza] ( https://github.com/jlariza )
16+ * [ Mariusz Felisiak] ( https://github.com/felixxm )
17+ * [ gcarq] ( https://github.com/gcarq )
1618
1719---
1820
Original file line number Diff line number Diff line change 11# Changelog
22
3- ### 0.7.0 (2025-XX-XX)
4-
5- * Confirm support for Python 3.13.
6- * Confirm support for Django 5.1 and 5.2.
7- * Drop support for Django 3.2.
3+ ### 0.7.0 (2025-04-11)
4+
5+ * ` --refresh ` and ` --parallel ` options of the CLI now default to the respective value of ` OPENSEARCH_DSL_AUTO_REFRESH `
6+ and ` OPENSEARCH_DSL_AUTO_PARALLEL ` .
7+ * Implement ` get_documents() ` for ` DocumentRegistry ` ([ #74 ] ( https://github.com/Codoc-os/django-opensearch-dsl/pull/74 ) ),
8+ Contributed by [ gcarq] ( https://github.com/gcarq ) .
9+ * Update supported versions of Python and Django ([ #75 ] ( https://github.com/Codoc-os/django-opensearch-dsl/pull/75 ) ):
10+ * Confirm support for Python 3.13.
11+ * Confirm support for Django 5.1 and 5.2.
12+ * Drop support for Django 3.2.
13+ Contributed by [ Mariusz Felisiak] ( https://github.com/felixxm )
814
915### 0.6.2 (2024-04-23)
1016
Original file line number Diff line number Diff line change 3838
3939setup (
4040 name = 'django-opensearch-dsl' ,
41- version = '0.6.2 ' ,
41+ version = '0.7.0 ' ,
4242 description = """Wrapper around opensearch-py for django models""" ,
4343 long_description = LONG_DESCRIPTION ,
4444 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments