Skip to content

Commit

Permalink
reformat release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Nov 13, 2024
1 parent 2659478 commit ae83a13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ Changelog
8.16.0 (2024-11-13)
-------------------

* Autogenerate parts of the library using documentation and types from the Elasticsearch specification
* query classes (`#1890 <https://github.com/elastic/elasticsearch-dsl-py/pull/1890>`_)
* aggregation classes (`#1918 <https://github.com/elastic/elasticsearch-dsl-py/pull/1918>`_)
* response classes (`#1929 <https://github.com/elastic/elasticsearch-dsl-py/pull/1929>`_ `#1932 <https://github.com/elastic/elasticsearch-dsl-py/pull/1932>`_)
* Support pipe syntax to declare optional document fields (`#1937 <https://github.com/elastic/elasticsearch-dsl-py/pull/1937>`_)
* Autogenerate query classes with docstrings and type hints (`#1890 <https://github.com/elastic/elasticsearch-dsl-py/pull/1890>`_)
* Autogenerate aggregation classes with docstrings and type hints (`#1918 <https://github.com/elastic/elasticsearch-dsl-py/pull/1918>`_)
* 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>`_)
* Ignore document attributes typed with ``ClassVar`` (`#1936 <https://github.com/elastic/elasticsearch-dsl-py/pull/1936>`_)
* Support Python 3.13 (`#1938 <https://github.com/elastic/elasticsearch-dsl-py/pull/1938>`_)

Expand Down

0 comments on commit ae83a13

Please sign in to comment.