Skip to content

Commit f46b02a

Browse files
authored
Release 8.17.0
1 parent 05bb20e commit f46b02a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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))

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)