SemVer Minor
- Add utilties for reading and writing UUIDs (#2045)
- Implement additional file operation in NonBlockingFileIO (#2244)
- Mark types explicitly non sendable (#2290)
- Replace
NIOSendablewithSendable(#2291) - Add create directory method (#2296)
- Add support for removing channel options (#2297)
- Move 5.7 beta APIs to NIOCore (#2300)
- Make
NIOWebSocketServerUpgraderSendable(#2304)
SemVer Patch
- Improve diagnostics for deprecated
Lock. (#2285, patch credit to @ffried) - Add correct C directory function declarations for Android (#2302, patch credit to @buttaface)
- Don't unconditionally remove the HTTPServerUpgradeHandler (#2303)