Kitura v2.7.0 Release Notes

Release Date: 2019-04-17 // about 5 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘Œ Support UNIX domain sockets (client and server) (#1434)

    ๐Ÿ›  Fixes

    • โšก๏ธ Update MIME content types (#1441)
    • Swagger/OpenAPI generation improvements (#1420, #1346, #1347)
    • Require TypeDecoder 1.3 on Swift 4.0 and 4.1 (#1439)
    • ๐Ÿ— Build in Swift 5 mode (#1436)
    • ๐Ÿ‘Œ Improve test resilience (#1426)
    • ๐Ÿณ Use official Swift Docker images for testing (#1424)
    • ๐Ÿ‘‰ Use UTF8View to create Data (#1395)

    ๐ŸŽ Performance

    • โœ‚ Remove NSString from Accepts header and cookies (#1402)
    • Avoid NSString in query parameters (#1401)
    • Avoid unnecessary copy in RouterResponse.send() (#1394)