Skip to content

4.0.0

Compare
Choose a tag to compare
@jordanebelanger jordanebelanger released this 24 Apr 14:13
· 4 commits to master since this release
ce7461d

Modernize the implementation overall.

Changes

  • Make the setup of EventLoopGroup unnecessary and switch the worker queue to NIOThreadPool.
  • 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 👍