All Versions
16
Latest Version
Avg Release Cycle
56 days
Latest Release
1529 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.9.200
October 04, 2020 -
v2.9.1 Changes
November 04, 2019- ๐ fix: Support nested types in the generated Swagger document (#1488)
-
v2.9.0 Changes
October 23, 2019 -
v2.8.1 Changes
September 06, 2019- ๐ fix: Correctly register Codable paths which contain an explicit
:id
(#1484)
- ๐ fix: Correctly register Codable paths which contain an explicit
-
v2.8.0 Changes
August 12, 2019๐ Features
- Enable Kitura to exit with a non-zero exit code (#1430)
- note:
Kitura.run()
will now callexit()
to terminate the process with a non-zero status code if any of the listeners fails to start, such as if a requested port is in use. To prevent this, you may specifyKitura.run(exitOnFailure: false)
.
- note:
- Maintain the URL query when static file server redirects (#1381)
- ๐ Allow servers to listen on a specific address (#1453)
- ๐ฒ Define a Kitura.logTo() function for logging via swift-log (#1460)
- ๐ StaticFileServer fallback option to support single-page applications (#1464)
- Convenience API for creating cookies (#1468)
๐ Fixes
- Enable Kitura to exit with a non-zero exit code (#1430)
-
v2.7.2 Changes
September 06, 2019- ๐ fix: Correctly register Codable paths which contain an explicit
:id
(#1485)
- ๐ fix: Correctly register Codable paths which contain an explicit
-
v2.7.1 Changes
July 08, 2019- Resolve compilation failures with Swift 5.1 (#1466)
-
v2.7.0 Changes
April 17, 2019๐ 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 createData
(#1395)
๐ Performance
-
v2.6.3 Changes
April 04, 2019- ๐ fix: Remove hashvalue for swift >= 4.2
-
v2.6.2 Changes
February 11, 2019- ๐ fix: Prevent crash when an empty
Content-Type
header is supplied (#1405)
- ๐ fix: Prevent crash when an empty