You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update package reference to community versions (#1528)
* Update package reference to community versions
* Update Package references for Kitura-net and Kitura-NIO to community versions
fix: Correctly register Codable routes with trailing `:id` (#1484)
* Ensure trailing :id is not duplicated
* Improve tests for :id param in Codable routes
fix: Correctly register Codable routes with trailing `:id` (#1485)
* Ensure trailing :id is not duplicated
* Improve tests for :id param in Codable routes
Cherry-pick of Swift 5.1 support (#1466) for Kitura 2.7 (#1472)
* Resolve compile errors and warnings with 5.1
* Temporarily disable tests in TestCodableRouter that compile slowly with 5.1 (SR-11012)