From 2916b51fa7256831f9039fa9c711a94be46f6cb7 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 9 Oct 2024 16:16:52 +0400 Subject: [PATCH] Release 8.15.3 --- CHANGELOG.rst | 6 ++++++ eland/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aea52eda..b2a1918d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog ========= +8.15.3 (2024-10-09) +------------------- + +* Added support for DeBERTa-V2 tokenizer (`#717 `_) +* Fixed ``--ca-cert`` with a shared Elasticsearch Docker volume (`#732 `_) + 8.15.2 (2024-10-02) ------------------- diff --git a/eland/_version.py b/eland/_version.py index 69c11032..39187772 100644 --- a/eland/_version.py +++ b/eland/_version.py @@ -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.15.2" +__version__ = "8.15.3" __author__ = "Steve Dodson" __author_email__ = "steve.dodson@elastic.co" __maintainer__ = "Elastic Client Library Maintainers"