SemVer Minor
- Add
ByteBuffer.storageCapacity, the capacity of the underlying storage (#1629, patch credit to @gcjenkinson) - Cleanup Unix socket pathname on server socket close or bind (#1637, patch credit to @AndriusA)
- Add helper methods to
EventLoopFuturefor unwrapping optional values and executing blocking work on aDispatchQueue(#1656, #1662, patch credit to @gcjenkinson)
SemVer Patch
- Increased the default initial size for
AdaptiveRecvByteBufferAllocatorfrom 1024 to 2048 (#1641, patch credit to @AndriusA) - Fixed a bug where scheduling a task in the distant future would result in a crash on Darwin based platforms (#1642, patch credit to @gcjenkinson)
- Numerous fixes and improvements to Windows support (#1633, #1634, #1635, #1636, #1638, #1639, #1640, #1645, #1646, #1652, #1653, #1657, #1658, #1659, #1660, #1661, patch credit to @compnerd)
- Minor cleanups of Windows compatability code (#1663)