4.0.0
Modernize the implementation overall.
Changes
- Make the setup of
EventLoopGroup
unnecessary and switch the worker queue toNIOThreadPool
. - Use swift-system for file I/O.
- Remove StackdriverLogHandler.Factory, as there is no need for setup due to the default singleton NIOThreadPool.
Those who want customization can use their own NIOThreadPool.
Delete old test support files for Linux and additionally implement tests.
Many thanks @sidepelican 👍