Skip to content

Commit

Permalink
Release 8.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed May 28, 2024
1 parent 138ab84 commit 14fe705
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion elastic_transport/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = "8.13.0"
__version__ = "8.13.1"

0 comments on commit 14fe705

Please sign in to comment.