Skip to content

Commit b255379

Browse files
committed
prep 0.2.0
1 parent d8318ad commit b255379

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

CHANGES.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
0.2.0 2024-09-04
2+
--------------
3+
4+
- fix: update computation for payload length offset
5+
([#63](https://github.com/anmonteiro/httpun-ws/pull/63))
6+
- don't select digestif implementation
7+
([#67](https://github.com/anmonteiro/httpun-ws/pull/67))
8+
- fix: garbled data after committing frame header
9+
([#68](https://github.com/anmonteiro/httpun-ws/pull/68))
10+
- fix: mask all client frames
11+
([#69](https://github.com/anmonteiro/httpun-ws/pull/69))
12+
- feat: yield the reader if reads not scheduled
13+
([#70](https://github.com/anmonteiro/httpun-ws/pull/70))
14+
- unify input handler EOF and websocket error handler
15+
([#70](https://github.com/anmonteiro/httpun-ws/pull/70),
16+
[#72](https://github.com/anmonteiro/httpun-ws/pull/72))
17+
- client: fix infinite loop when client handshake disconnects
18+
([#73](https://github.com/anmonteiro/httpun-ws/pull/73))
19+
120
0.1.0 2024-06-17
221
--------------
322

flake.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)