File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 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.17.0 (2024-12-13)
7
+ -------------------
8
+
9
+ * Added support for quantized dense vector options (`#1948 <https://github.com/elastic/elasticsearch-dsl-py/pull/1948 >`_)
10
+ * Added support for composable index templates (`#1943 <https://github.com/elastic/elasticsearch-dsl-py/pull/1943 >`_)
11
+
6
12
8.16.0 (2024-11-13)
7
13
-------------------
8
14
Original file line number Diff line number Diff line change 102
102
from .utils import AttrDict , AttrList , DslBase
103
103
from .wrappers import Range
104
104
105
- VERSION = (8 , 16 , 0 )
105
+ VERSION = (8 , 17 , 0 )
106
106
__version__ = VERSION
107
107
__versionstr__ = "." .join (map (str , VERSION ))
108
108
__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 , 16 , 0 )
22
+ VERSION = (8 , 17 , 0 )
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