Releases: martincostello/lambda-test-server
Releases · martincostello/lambda-test-server
AWS Lambda Test Server v0.2.1
Changed
- Remove workarounds to support Amazon.Lambda.RuntimeSupport v1.0.0 that are not required with v1.1.0. (#17)
Fixed
- Fix symbol package not being published to NuGet.org. (#14)
AWS Lambda Test Server v0.2.0
Added
- Add
bool LambdaTestServer.IsStarted
property. (#7) - Add examples to documentation. (#8)
- Add
TimeSpan LambdaTestResponse.Duration
property. (#10)
Changed
LambdaTestServer.EnqueueAsync()
now returnsLambdaTestContext
instead ofChannelReader<LambdaTestResponse>
. (#6)- Complete
ChannelReader<T>
instances whenLambdaTestServer
is disposed. (#7) - Log a message including the duration once the response is complete. (#10)
- Improved some XML documentation comments for Intellisense. (#8)
- Improve assembly versioning. (#6)
- Improve code coverage. (#7, #8)
Fixed
AWS Lambda Test Server v0.1.0
Initial release of MartinCostello.Testing.AwsLambdaTestServer
to NuGet.org.