From 191a4d977776ce51591a31b6895c303ad286fb06 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 7 Jan 2025 12:11:42 +0400 Subject: [PATCH] Release 8.17.0 (cherry picked from commit f46b02a07c6a739c9455a794be1c1120e08a3cc7) --- CHANGELOG.md | 7 +++++++ elastic_transport/_version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc8c01..392f859 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 8.17.0 (2025-01-07) + +* Fix use of SSLContext with sniffing ([#199](https://github.com/elastic/elastic-transport-python/pull/199)) +* Fix enabled_cleanup_closed warning ([#202](https://github.com/elastic/elastic-transport-python/pull/202)) +* Remove unneeded install requirement ([#196](https://github.com/elastic/elastic-transport-python/pull/196)) +* Fix aiohttp call type: ignore differently ([#190](https://github.com/elastic/elastic-transport-python/pull/190)) + ## 8.15.1 (2024-10-09) * Add explicit Python 3.13 support ([#189](https://github.com/elastic/elastic-transport-python/pull/189)) diff --git a/elastic_transport/_version.py b/elastic_transport/_version.py index 83a382b..e59bc2f 100644 --- a/elastic_transport/_version.py +++ b/elastic_transport/_version.py @@ -15,4 +15,4 @@ # specific language governing permissions and limitations # under the License. -__version__ = "8.15.1" +__version__ = "8.17.0"