Skip to content

Commit d5b90f5

Browse files
committed
Merge remote-tracking branch 'origin/main' into httpx-0.28-compatibility
2 parents 3dde95e + 2b25255 commit d5b90f5

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ python:
1717
- develop
1818

1919
sphinx:
20+
configuration: docs/sphinx/conf.py
2021
fail_on_warning: true

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 8.17.0 (2025-01-07)
4+
5+
* Fix use of SSLContext with sniffing ([#199](https://github.com/elastic/elastic-transport-python/pull/199))
6+
* Fix enabled_cleanup_closed warning ([#202](https://github.com/elastic/elastic-transport-python/pull/202))
7+
* Remove unneeded install requirement ([#196](https://github.com/elastic/elastic-transport-python/pull/196))
8+
* Fix aiohttp call type: ignore differently ([#190](https://github.com/elastic/elastic-transport-python/pull/190))
9+
310
## 8.15.1 (2024-10-09)
411

512
* Add explicit Python 3.13 support ([#189](https://github.com/elastic/elastic-transport-python/pull/189))

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Elastic Transport Library for Python
2+
Copyright 2025 Elasticsearch B.V.

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "8.15.1"
18+
__version__ = "8.17.0"

0 commit comments

Comments
 (0)