Skip to content

SwiftNIO 2.75.0

Latest
Compare
Choose a tag to compare
@Lukasa Lukasa released this 14 Oct 12:35
· 9 commits to main since this release
f7dc3f5

What's Changed

SemVer Minor

  • Add EventLoop APIs for simpler scheduling of callbacks by @simonjbeaumont in #2759
  • Add convenience conformances to ByteCount by @clintonpi in #2909
  • Add removeHandler(context: ChannelHandlerContext) to SynchronousOperations of ChannelPipeline by @supersonicbyte in #2912
  • [NIOFileSystem] Provide an API to specify allowing unlimited sized reads by @clintonpi in #2914

SemVer Patch

  • A DatagramChannelTest now waits for writes by @rnro in #2905
  • Throw error when the max read amount is greater than ByteBuffer can tolerate by @clintonpi in #2911

Other Changes

New Contributors

Full Changelog: 2.74.0...2.75.0