Skip to content

Commit

Permalink
Release 8.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Jun 10, 2024
1 parent 5a3e7d7 commit 0ddc21b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
Changelog
=========

8.14.0 (2024-06-10)
-------------------

Added
^^^^^

* Added Elasticsearch Serverless support in DataFrames (`#690`_, contributed by `@AshokChoudhary11`_) and eland_import_hub_model (`#698`_)

Fixed
^^^^^

* Fixed Python 3.8 support (`#695`_, contributed by `@bartbroere`_)
* Fixed non _source fields missing from the results hits (`#693`_, contributed by `@bartbroere`_)

.. _@AshokChoudhary11: https://github.com/AshokChoudhary11
.. _#690: https://github.com/elastic/eland/pull/690
.. _#693: https://github.com/elastic/eland/pull/693
.. _#695: https://github.com/elastic/eland/pull/695
.. _#698: https://github.com/elastic/eland/pull/698

8.13.1 (2024-05-03)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion eland/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
__title__ = "eland"
__description__ = "Python Client and Toolkit for DataFrames, Big Data, Machine Learning and ETL in Elasticsearch"
__url__ = "https://github.com/elastic/eland"
__version__ = "8.13.1"
__version__ = "8.14.0"
__author__ = "Steve Dodson"
__author_email__ = "[email protected]"
__maintainer__ = "Elastic Client Library Maintainers"
Expand Down

0 comments on commit 0ddc21b

Please sign in to comment.