Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.8.8 #256

Merged
merged 116 commits into from Oct 20, 2023
Merged

v1.8.8 #256

merged 116 commits into from Oct 20, 2023

Conversation

nhooyr
Copy link
Owner

@nhooyr nhooyr commented Jul 4, 2020

Will document release notes in this PR soon.

This way we don't pollute the directory tree.
NetConn has to close the connection to interrupt in progress reads
and writes. However, it can block reads and writes that occur
after the deadline instead of closing the connection.

Closes #228
Disable compression by default and switch to stdlib compress
@nhooyr nhooyr marked this pull request as draft July 4, 2020 23:37
nhooyr and others added 3 commits July 5, 2020 17:01
Closes #248

Luckily, due to the 5s timeout on the close handshake, this would have
had very minimal effects on anyone in production.
@nhooyr
Copy link
Owner Author

nhooyr commented Jan 11, 2021

Unfortunately going to have to delay this. The autobahn test suite is failing.

@maggie44
Copy link
Contributor

maggie44 commented Oct 19, 2023

40 MB flate.Reader

40MB? 🤨. Or Kb?

@nhooyr
Copy link
Owner Author

nhooyr commented Oct 19, 2023

Oh haha yes KB not MB.

@nhooyr
Copy link
Owner Author

nhooyr commented Oct 19, 2023

Release notes are complete. Docs have been updated. Will release Friday at noon.

@nhooyr nhooyr merged commit c8f8d29 into master Oct 20, 2023
8 checks passed
@nhooyr nhooyr deleted the dev branch October 20, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet