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 33Changelog
44=========
55
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+
6128.16.0 (2024-11-13)
713-------------------
814
Original file line number Diff line number Diff line change 102102from .utils import AttrDict , AttrList , DslBase
103103from .wrappers import Range
104104
105- VERSION = (8 , 16 , 0 )
105+ VERSION = (8 , 17 , 0 )
106106__version__ = VERSION
107107__versionstr__ = "." .join (map (str , VERSION ))
108108__all__ = [
Original file line number Diff line number Diff line change 1919
2020from setuptools import find_packages , setup
2121
22- VERSION = (8 , 16 , 0 )
22+ VERSION = (8 , 17 , 0 )
2323__version__ = VERSION
2424__versionstr__ = "." .join (map (str , VERSION ))
2525
You can’t perform that action at this time.
0 commit comments