Skip to content

Commit

Permalink
Bump version 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
Bug fixes
---------

* Fix anyio `start_blocking_portal` import. Thanks @maparent 🎉
* Fix #40: handle large message buffering
* Fix #34: handle subprotocols corrrectly in `ASGIWebSocketTransport`
  • Loading branch information
frankie567 committed Sep 27, 2023
1 parent 8f5e5b4 commit 1e1c252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpx_ws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.1"
__version__ = "0.4.2"

from httpx_ws._api import (
AsyncWebSocketSession,
Expand Down

0 comments on commit 1e1c252

Please sign in to comment.