Skip to content

SwiftNIO 2.19.0

Compare
Choose a tag to compare
@PeterAdams-A PeterAdams-A released this 01 Jul 08:16
8a865bd

SemVer Minor

  • ClientBootstrap: allow binding sockets (#1490)
  • Shorthand way of setting options in universal bootstrap (#1547)
  • Allow EmbeddedEventLoop to advanceTime(to:) a deadline (#1557)
  • Make TimeAmount Hashable (#1571)
  • Make array ByteBuffer initialiser public (#1573)

SemVer Patch

  • Add synchronous option to Trunk push (#1551, patch credit to @Jake-Prickett)
  • Fix RepeatedTask scheduling logic to run on the correct EL (#1567)
  • Fix a couple of small cosmetic issues (#1582, patch credit to @gwynne)
  • Update supported version in README (#1517)
  • Execute tasks scheduled at the same time in order on EmbeddedEventLoop (#1540)
  • Fix inappropriate language in NIO (#1554)
  • HTTP: assert that user doesn't set CL & TE:chunked (#1556)
  • Properly allow ThreadPool to be started multiple times. (#1572)
  • Various small issues (#1560)
  • Various small testing improvements (#1583, #1581, #1578, #1569, #1566, #1565, #1562, #1549)