Releases: amzn/smoke-framework
Provide more descriptive messages from decoding errors
This release of SmokeFramework provides compatibility with Swift 5.4, Swift 5.5, Swift 5.6 using SwiftNIO 2.x.
- Provide more descriptive messages from decoding errors (#110)
Don't log input decoding or validation failure as error or warning
This release of SmokeFramework provides compatibility with Swift 5.4, Swift 5.5, Swift 5.6 using SwiftNIO 2.x.
- Don't log input decoding or validation failure as error or warning (#109)
Split out status.reasonPhrase and status.code when logging responses
This release of SmokeFramework provides compatibility with Swift 5.4, Swift 5.5, Swift 5.6 using SwiftNIO 2.x.
- Split out status.reasonPhrase and status.code when logging responses (#108)
Conform SmokeServerInvocationReporting to HTTPClientInvocationAttributes
This release of SmokeFramework provides compatibility with Swift 5.4, Swift 5.5, Swift 5.6 using SwiftNIO 2.x.
- Conform SmokeServerInvocationReporting to HTTPClientInvocationAttributes (#107)
Log body data at info level for input to and output from incoming requests
This release of SmokeFramework provides compatibility with Swift 5.4, Swift 5.5, Swift 5.6 using SwiftNIO 2.x.
- Log body data at info level for input to and output from incoming requests (#106)
Make SmokeInwardsRequestContext thread safe
Use checked rather than unsafe continuations
This release of SmokeFramework provides compatibility with Swift 5.4, Swift 5.5, Swift 5.6 using SwiftNIO 2.x.
- Use checked rather than unsafe continuations. (#100)
Fix warnings under Swift 5.6
Support async application initialisation and shutdown
This release of SmokeFramework provides compatibility with Swift 5.3, Swift 5.4, Swift 5.5 using SwiftNIO 2.x.
- Support async application initialisation and shutdown (#93)