SemVer Minor
- add descriptions to EventLoop and NIOThread (#1317)
- fix EVFILT_EXCEPT loop if autoRead is off on Darwin (#1305)
- Remove example binaries from products (#1303, patch credit to @johnlinvc)
SemVer Patch
- Drain scheduled tasks on EmbeddedChannel finish() (#1319)
- make SelectableEventLoop.description not take a lock (#1318)
- HEAD and DELETE may have bodies. (#1314, bug report credit to @prafsoni)
- Use actual element count of PriorityQueue for its description (#1296, patch credit to @adtrevor)
- close kqueue/epoll fds in Selector.close (#1308)
- SelectableEventLoop: Call wakeup less frequently (#1301)
- Create a ClientBootstrap protocol (#1253, patch credit to @Yasumoto)
- add an allocation counter test for scheduling tasks (#1315)
- fix race in testConnect (#1310)
- accept: don't do unnecessary dodgy pointer things (#1306, bug report credit to @milseman)
- remove phantom publics from EventLoop and Heap (#1298)
- don't assume realloc never happens (#1300)
- Other small improvements (#1312, #1311, #1304)