File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
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
+
6
17
8.11.0 (2023-11-13)
7
18
-------------------
8
19
Original file line number Diff line number Diff line change 84
84
from .utils import AttrDict , AttrList , DslBase
85
85
from .wrappers import Range
86
86
87
- VERSION = (8 , 11 , 0 )
87
+ VERSION = (8 , 12 , 0 )
88
88
__version__ = VERSION
89
89
__versionstr__ = "." .join (map (str , VERSION ))
90
90
__all__ = [
You can’t perform that action at this time.
0 commit comments