Releases: elastic/elastic-transport-python Releases · elastic/elastic-transport-python
9.2.0 17 Oct 16:13
Compare Sorry, something went wrong.
No results found Support Trio when using the httpx async client (#263 ) Add Python 3.14 to CI builds, and remove 3.8 and 3.9 (#264 ) 9.1.0 24 Jul 16:42
Compare Sorry, something went wrong.
No results found Update OpenTelemetry conventions (#245 ) 8.17.1 13 Mar 07:38
Compare Sorry, something went wrong.
No results found 8.17.1 (2025-03-12) Ensure compatibility with httpx v0.28.0+ (#222 , contributed by Arch Linux maintainer @carlsmedstad ) Add missing NOTICE file (#229 , reported by Debian Maintainer @schoekek ) 8.17.0 07 Jan 08:15
Compare Sorry, something went wrong.
No results found Fix use of SSLContext with sniffing (#199 ) Fix enabled_cleanup_closed warning (#202 ) Remove unneeded install requirement (#196 ) 8.15.1 09 Oct 11:51
Compare Sorry, something went wrong.
No results found 8.15.1 (2024-10-09) Add explicit Python 3.13 support (#189 ) 8.15.0 12 Aug 10:56
Compare Sorry, something went wrong.
No results found 8.15.0 (2024-08-09) Removed call to raise_for_status()
when using HttpxAsyncHttpNode
to prevent exceptions being raised for 404 responses (#182 ) Documented response classes (#175 ) Dropped support for Python 3.7 (#179 ) 8.13.1 28 May 07:00
Compare Sorry, something went wrong.
No results found 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 27 Mar 06:20
Compare Sorry, something went wrong.
No results found Support the HTTPX client with asyncio (#137 , contributed by @b4sus ) Added optional orjson serializer support (#152 ) 8.12.0 19 Jan 08:54
Compare Sorry, something went wrong.
No results found Fix basic auth built from percent-encoded URLs (#143 ) 8.11.0 13 Dec 07:11
Compare Sorry, something went wrong.
No results found Always set default HTTPS port to 443 (#127 ) Drop support for Python 3.6 (#109 ) Include tests in sdist (#122 , contributed by @parona-source ) Fix __iter__
return type to Iterator (#129 , contributed by @altescy )