From 39488817cd5da824101322e40652d17938f0acac Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 28 May 2024 10:47:59 +0400 Subject: [PATCH] Bring 8.13.1 release notes to main --- 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..f86a258 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog +## 8.13.1 (2024-04-28) + +- 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 -- 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"