File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ 8.15.3 (2024-09-12)
7+ -------------------
8+
9+ * Fixed regression introduced in ``Terms `` query class (`#1907 <https://github.com/elastic/elasticsearch-dsl-py/pull/1907 >`_)
10+ * Removed unnecessary ``filter `` argument in ``AggBase.__getitem__ `` (`#1903 <https://github.com/elastic/elasticsearch-dsl-py/pull/1903 >`_)
11+ * Fixed deserialization of ``datetime.date `` fields (`#1914 <https://github.com/elastic/elasticsearch-dsl-py/pull/1914 >`_)
12+
6138.15.2 (2024-09-04)
714-------------------
815
Original file line number Diff line number Diff line change 9595from .utils import AttrDict , AttrList , DslBase
9696from .wrappers import Range
9797
98- VERSION = (8 , 15 , 2 )
98+ VERSION = (8 , 15 , 3 )
9999__version__ = VERSION
100100__versionstr__ = "." .join (map (str , VERSION ))
101101__all__ = [
Original file line number Diff line number Diff line change 1919
2020from setuptools import find_packages , setup
2121
22- VERSION = (8 , 15 , 2 )
22+ VERSION = (8 , 15 , 3 )
2323__version__ = VERSION
2424__versionstr__ = "." .join (map (str , VERSION ))
2525
You can’t perform that action at this time.
0 commit comments