* 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
* Add explicit Python 3.13 support ([189](https://github.com/elastic/elastic-transport-python/pull/189))
8.15.0
* Removed call to `raise_for_status()` when using `HttpxAsyncHttpNode` to prevent exceptions being raised for 404 responses ([182](https://github.com/elastic/elastic-transport-python/pull/182)) * Documented response classes ([175](https://github.com/elastic/elastic-transport-python/pull/175)) * Dropped support for Python 3.7 ([179](https://github.com/elastic/elastic-transport-python/pull/179))
8.13.1
- Fixed requests 2.32 compatibility (164) - Fixed TypeError when two nodes are declared dead at the same time (115, contributed by floxay) - Added `TransportApiResponse` (160, 161, contributed by JessicaGarson)
8.13.0
- Added support for the HTTPX client with asyncio (137, contributed by b4sus) - Added optional orjson serializer support (152)
8.12.0
- Fix basic auth built from percent-encoded URLs (143)