Skip to content

Commit 3948881

Browse files
committed
Bring 8.13.1 release notes to main
1 parent 61a56cd commit 3948881

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

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+
39
## 8.13.0
410

5-
- Support the HTTPX client with asyncio (#137, contributed by @b4sus)
11+
- Added support for the HTTPX client with asyncio (#137, contributed by @b4sus)
612
- Added optional orjson serializer support (#152)
713

814
## 8.12.0

elastic_transport/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
__version__ = "8.13.0"
18+
__version__ = "8.13.1"

0 commit comments

Comments
 (0)