Releases: amzn/smoke-http
Allow retry on connection timeout
This release of SmokeHTTP provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x.
- Allow retry on connection timeout (#61)
Add ListEncodingStrategy and ListDecodingStrategy
Official Release of SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 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.
RC 1 release for SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x.
- Expose default TLS configuration with non-overridden function. (#58)
General release notes from 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 1 release for SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x.
There are no changes from 2.0.0-alpha.9.
General release notes from 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.
Alpha 9 release for SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x.
- Update tools version to 5.2.
- Add legacy manifest files for Swift 5.0 and 5.1.
- Align package name with repository name.
Alpha 8 release for SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0, Swift 5.1 and Swift 5.2 using SwiftNIO 2.x.
- Add more generic StandardHTTPClientCoreInvocationReporting concrete type.
Alpha 7 release for SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0 and Swift 5.1 using SwiftNIO 2.x.
Alpha 6 release for SmokeHTTP 2
This release of SmokeHTTP provides compatibility with Swift 5.0 and Swift 5.1 using SwiftNIO 2.x.
- Provide an outgoingRequestId as Logger metadata to track the same invocation to a client (#53)