File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 8.12.0 (2024-01-18)
7+ -------------------
8+
9+ * Added ``Search.knn() `` method (`#1691 `_)
10+ * Added ``Search.rank() `` method (undocumented as it still is in technical preview) (`#1692 `_)
11+ * Fixed importing collapse from dictionary (`#1689 `_)
12+
13+ .. _#1689 : https://github.com/elastic/elasticsearch-dsl-py/pull/1689
14+ .. _#1691 : https://github.com/elastic/elasticsearch-dsl-py/pull/1691
15+ .. _#1692 : https://github.com/elastic/elasticsearch-dsl-py/pull/1692
16+
6178.11.0 (2023-11-13)
718-------------------
819
Original file line number Diff line number Diff line change 8484from .utils import AttrDict , AttrList , DslBase
8585from .wrappers import Range
8686
87- VERSION = (8 , 11 , 0 )
87+ VERSION = (8 , 12 , 0 )
8888__version__ = VERSION
8989__versionstr__ = "." .join (map (str , VERSION ))
9090__all__ = [
You can’t perform that action at this time.
0 commit comments