From 06dba7303c028bf27d1225b91302fbc0b0f2e93a Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 28 May 2024 10:47:59 +0400 Subject: [PATCH] Release 8.13.1 --- CHANGELOG.md | 8 +++++++- elastic_transport/_version.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0812164..050cd5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## 8.13.1 + +- Fixed requests 2.32 compatibility +- Fixed TypeError when two nodes are declared dead at the same time +- Added `TransportApiResponse` + ## 8.13.0 -- Support the HTTPX client with asyncio (#137, contributed by @b4sus) +- Added support for the HTTPX client with asyncio (#137, contributed by @b4sus) - Added optional orjson serializer support (#152) ## 8.12.0 diff --git a/elastic_transport/_version.py b/elastic_transport/_version.py index 94e2867..9c93e47 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.13.0" +__version__ = "8.13.1"