v2.11.72
What's Changed
- Skip testing on mono by @AArnott in #665
- Add CodeQL checks by @AArnott in #664
- Switch from Moq to NSubstitute by @AArnott in #675
- Allow 0 length buffers in
ReadAsync
ofSimplexStream
andHalfDuplexStream
by @AArnott in #708 - Don't reference M.Bcl.AsyncInterfaces on netstandard2.1 by @ViktorHofer in #723
- WebSocket PipeWriter can write messages as text. by @airbreather in #725
- Document that
WebSocket
message boundaries are useless with using the Pipelines API by @AArnott in #727 - Add package README by @AArnott in #744
New Contributors
- @ViktorHofer made their first contribution in #723
- @airbreather made their first contribution in #725
Full Changelog: v2.10.72...v2.11.72