Skip to content

Tags: g-cl/Kitura

Tags

2.9.1

Toggle 2.9.1's commit message
Add Nested Types support to Swagger Generator (Kitura#1488)

2.9.0

Toggle 2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Ability to limit request size and connection count (Kitura#1481)

2.8.1

Toggle 2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Correctly register Codable routes with trailing `:id` (Kitura#1484)

* Ensure trailing :id is not duplicated
* Improve tests for :id param in Codable routes

2.7.2

Toggle 2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Correctly register Codable routes with trailing `:id` (Kitura#1485)

* Ensure trailing :id is not duplicated
* Improve tests for :id param in Codable routes

2.8.0

Toggle 2.8.0's commit message
ci: Update to Swift 5.0.2

2.7.1

Toggle 2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Cherry-pick of Swift 5.1 support (Kitura#1466) for Kitura 2.7 (Kitura…

…#1472)

* Resolve compile errors and warnings with 5.1
* Temporarily disable tests in TestCodableRouter that compile slowly with 5.1 (SR-11012)

2.7.0

Toggle 2.7.0's commit message
Update mime content types (Kitura#1441)

These mime types to file extension mappings have been taken from the `node-mime` project:
https://github.com/broofa/node-mime/tree/master/types

The “other.json” and “standard.json” files have been merged together and alpahbetically sorted into a single JSON string.

2.6.3

Toggle 2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Remove hashvalue for swift >= 4.2 (Kitura#1400) (Kitura#1410)

2.6.2

Toggle 2.6.2's commit message
Fix crash when empty MediaType is passed in request (Kitura#1405)

2.6.1

Toggle 2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Consistent ordering for OpenAPI document elements (Kitura#1393)