We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ea34e commit d887cc0Copy full SHA for d887cc0
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Release history
2
3
+## trio-websocket 0.12.0 (2025-02-16)
4
+### Fixed
5
+- fix loss of context/cause on ExceptionGroup exceptions
6
+ ([#191](https://github.com/python-trio/trio-websocket/issues/191))
7
+### Changed
8
+- support trio strict_exception_groups=True
9
+- expand type annotations
10
+- add ability to specify receive buffer size, including `None` to let trio choose
11
+- drop support for Python 3.7
12
+
13
## trio-websocket 0.11.1 (2023-09-26)
14
### Changed
15
- remove exceptiongroup dependency for Python >= 3.11
trio_websocket/_version.py
@@ -1 +1 @@
-__version__ = '0.12.0-dev'
+__version__ = '0.12.0'
0 commit comments