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 cafdaca commit 7b238cdCopy full SHA for 7b238cd
HISTORY.rst
@@ -6,6 +6,14 @@ picows Release History
6
:local:
7
8
9
+1.9.0 (2025-06-05)
10
+------------------
11
+
12
+* #47: Added WSTransport.send_use_external_bytearray to allow buffer sharing with msgspec or similar libraries
13
+* #45: Clarified WSTransport.send behaviour in the reference
14
+* #48: Re-raise exception from wait_disconnected when it is raised by user handler
15
+* Fixed WSTransport.send_reuse_external_buffer, it was broken for client side websockets
16
17
1.8.0 (2025-02-11)
18
------------------
19
picows/__init__.py
@@ -31,5 +31,5 @@
31
'PICOWS_DEBUG_LL'
32
]
33
34
-__version__ = "1.8.0"
+__version__ = "1.9.0"
35
__author__ = "Taras Kozlov"
0 commit comments