smoke-framework v2.3.1 Release Notes

Release Date: 2020-11-23 // over 3 years ago
  • ๐Ÿš€ This release of SmokeFramework provides compatibility with Swift 5.1, Swift 5.2 and Swift 5.3 using SwiftNIO 2.x.

    ๐Ÿšš 1. Remove dangling import statements for SmokeOperations from the SmokeHTTP1 (#63) ๐Ÿ‘ท 2. Remove support for Swift 5.0. Add CI verification of Swift 5.3. (#64)


Previous changes from v2.3.0

  • ๐Ÿš€ This release of SmokeFramework provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x.

    1. Add SmokeHTTP1Server.runAsOperationServer overloads that take a factory with an EventLoopGroup input. (#61)