Skip to content

SwiftNIO 2.2.0

Compare
Choose a tag to compare
@Lukasa Lukasa released this 22 May 17:21
ed50f8a

Semver Minor

  • Added EventLoopFuture.always. (#981)
  • Added HTTPHeaders.add(contentsOf:). (#1004)
  • Added new ByteToMessageDecoder verifier test utility. (#939)
  • Added EventCounterHandler test utility. (#1005)

Semver Patch

  • Removed some hardcoded features of the allocation counter script. (#999)
  • Improved the temporary directory management of the allocation counter script. (#1000)
  • Cleaned up misleading code comment. (#1012)
  • Cleaned up docker files. (#1007, #1010)