We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a56cd commit 3948881Copy full SHA for 3948881
CHANGELOG.md
@@ -1,8 +1,14 @@
1
# Changelog
2
3
+## 8.13.1 (2024-04-28)
4
+
5
+- Fixed requests 2.32 compatibility (#164)
6
+- Fixed TypeError when two nodes are declared dead at the same time (#115, contributed by @floxay)
7
+- Added `TransportApiResponse` (#160, #161, contributed by @JessicaGarson)
8
9
## 8.13.0
10
-- Support the HTTPX client with asyncio (#137, contributed by @b4sus)
11
+- Added support for the HTTPX client with asyncio (#137, contributed by @b4sus)
12
- Added optional orjson serializer support (#152)
13
14
## 8.12.0
elastic_transport/_version.py
@@ -15,4 +15,4 @@
15
# specific language governing permissions and limitations
16
# under the License.
17
18
-__version__ = "8.13.0"
+__version__ = "8.13.1"
0 commit comments