Skip to content

Commit

Permalink
prep 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Sep 4, 2024
1 parent d8318ad commit b255379
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
0.2.0 2024-09-04
--------------

- fix: update computation for payload length offset
([#63](https://github.com/anmonteiro/httpun-ws/pull/63))
- don't select digestif implementation
([#67](https://github.com/anmonteiro/httpun-ws/pull/67))
- fix: garbled data after committing frame header
([#68](https://github.com/anmonteiro/httpun-ws/pull/68))
- fix: mask all client frames
([#69](https://github.com/anmonteiro/httpun-ws/pull/69))
- feat: yield the reader if reads not scheduled
([#70](https://github.com/anmonteiro/httpun-ws/pull/70))
- unify input handler EOF and websocket error handler
([#70](https://github.com/anmonteiro/httpun-ws/pull/70),
[#72](https://github.com/anmonteiro/httpun-ws/pull/72))
- client: fix infinite loop when client handshake disconnects
([#73](https://github.com/anmonteiro/httpun-ws/pull/73))

0.1.0 2024-06-17
--------------

Expand Down
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b255379

Please sign in to comment.