Releases: amzn/smoke-aws-generate
Update SwaggerParser repository location because original is 404
What's Changed
- Update SwaggerParser repository location because original is 404 by @knovichikhin in #99
Full Changelog: 3.2.0...3.2.1
Specify the client name for reporting purposes
What's Changed
- Create codeql.yml by @tachyonics in #94
- Specify the client name for reporting purposes. by @tachyonics in #95
Full Changelog: 3.1.0...3.2.0
Convert HTTPError.deserializationError into a service-specific one
What's Changed
- Convert HTTPError.deserializationError into a service-specific one by @tachyonics in #93
Full Changelog: 3.0.0...3.1.0
Initial Version 3 Release
This release of SmokeAWSGenerate provides compatibility with Swift 5.6, Swift 5.7 and Swift 5.8 using SwiftNIO 2.x and SmokeHTTP 2.x.
Use model type specific ModelOverride types.
This release of SmokeAWSGenerate provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Use model type specific ModelOverride types. (#88)
Fix initializer parameter name
This release of SmokeAWSGenerate provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Fix initializer parameter name (#87)
Enable initializing package with a custom code generator.
This release of SmokeAWSGenerate provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Enable initializing package with a custom code generator. (#86)
Add support for additional model path configurations
This release of SmokeAWSGenerate provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Add support for additional model path configurations (#85)
Fix minor bug where stage wasn't being passed to client configuration object
This release of SmokeAWSGenerate provides compatibility with Swift 5.5, Swift 5.6 and Swift 5.7 using SwiftNIO 2.x and SmokeHTTP 2.x.
- Correctly pass in stage from operations client (#84)