File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
Changelog
4
4
=========
5
5
6
+ 8.15.1 (2024-08-19)
7
+ -------------------
8
+
9
+ * Added support for the ``semantic_text `` field and ``semantic `` query type (`#1881 <https://github.com/elastic/elasticsearch-dsl-py/pull/1881 >`_)
10
+ * Removed extra ``__orig_class__ `` attribute in aggregation responses (`#1877 <https://github.com/elastic/elasticsearch-dsl-py/pull/1877 >`_)
11
+
6
12
8.15.0 (2024-08-09)
7
13
-------------------
8
14
Original file line number Diff line number Diff line change 95
95
from .utils import AttrDict , AttrList , DslBase
96
96
from .wrappers import Range
97
97
98
- VERSION = (8 , 15 , 0 )
98
+ VERSION = (8 , 15 , 1 )
99
99
__version__ = VERSION
100
100
__versionstr__ = "." .join (map (str , VERSION ))
101
101
__all__ = [
Original file line number Diff line number Diff line change 19
19
20
20
from setuptools import find_packages , setup
21
21
22
- VERSION = (8 , 15 , 0 )
22
+ VERSION = (8 , 15 , 1 )
23
23
__version__ = VERSION
24
24
__versionstr__ = "." .join (map (str , VERSION ))
25
25
You can’t perform that action at this time.
0 commit comments