Releases: amzn/service-model-swift-code-generate
Add self as a reserved word.
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Add self as a reserved word. (#23)
Don't generate a conversion extension for a collection of built-in types
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Don't generate a conversion extension for a collection of built-in types. (#22)
Update int64 as long type
This release of ServiceModelSwiftCodeGenerate includes the support of int64 as long type when parsing Swagger model
Unify generated code swift-lint headers.
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Unify generated code swift-lint headers. (#19)
Add additional reserved words
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Add additional reserved words. (#18)
Official release for ServiceModelSwiftCodeGenerate 2
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Migrate to swift-nio 2.x.
- Adopt swift-log for logging
- Adopt swift-metrics for metrics.
- Adopt async-http-client for core http client functionality.
- Provide extension points for basic tracing.
Beta 3 release for ServiceModelSwiftCodeGenerate 2
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Fix generation for dictionaries with built-in types as keys (#17)
General release notes from ServiceModelSwiftCodeGenerate 2.x-
- Migrate to swift-nio 2.x.
- Adopt swift-log for logging
- Adopt swift-metrics for metrics.
- Adopt async-http-client for core http client functionality.
- Provide extension points for basic tracing.
Beta 2 release for ServiceModelSwiftCodeGenerate 2
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Support the ability to ignore request headers (#16)
General release notes from ServiceModelSwiftCodeGenerate 2.x-
- Migrate to swift-nio 2.x.
- Adopt swift-log for logging
- Adopt swift-metrics for metrics.
- Adopt async-http-client for core http client functionality.
- Provide extension points for basic tracing.
Beta 1 release for ServiceModelSwiftCodeGenerate 2
This release of ServiceModelSwiftCodeGenerate provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x and SmokeHTTP 2.x.
General release notes from ServiceModelSwiftCodeGenerate 2.x-
- Migrate to swift-nio 2.x.
- Adopt swift-log for logging
- Adopt swift-metrics for metrics.
- Adopt async-http-client for core http client functionality.
- Provide extension points for basic tracing.
Alpha 3 release for ServiceModelSwiftCodeGenerate 2
Fix compilation under Swift 5.2.