You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,17 @@
3
3
Changelog
4
4
=========
5
5
6
+
8.16.0 (2024-11-13)
7
+
-------------------
8
+
9
+
* Support pipe syntax to declare optional document fields (`#1937 <https://github.com/elastic/elasticsearch-dsl-py/pull/1937>`_)
10
+
* Autogenerate query classes with docstrings and type hints (`#1890 <https://github.com/elastic/elasticsearch-dsl-py/pull/1890>`_)
11
+
* Autogenerate aggregation classes with docstrings and type hints (`#1918 <https://github.com/elastic/elasticsearch-dsl-py/pull/1918>`_)
12
+
* Autogenerate Elasticsearch response classes with docstrings and type hints (`#1929 <https://github.com/elastic/elasticsearch-dsl-py/pull/1929>`_ `#1932 <https://github.com/elastic/elasticsearch-dsl-py/pull/1932>`_)
13
+
* Ignore document attributes typed with ``ClassVar`` (`#1936 <https://github.com/elastic/elasticsearch-dsl-py/pull/1936>`_)
14
+
* Support Python 3.13 (`#1938 <https://github.com/elastic/elasticsearch-dsl-py/pull/1938>`_)
0 commit comments