Skip to content

Releases: martincostello/lambda-test-server

AWS Lambda Test Server v0.2.1

06 Nov 10:40
f7f62cf
Compare
Choose a tag to compare

Changed

Fixed

  • Fix symbol package not being published to NuGet.org. (#14)

AWS Lambda Test Server v0.2.0

05 Nov 12:27
b50b629
Compare
Choose a tag to compare

Added

  • Add bool LambdaTestServer.IsStarted property. (#7)
  • Add examples to documentation. (#8)
  • Add TimeSpan LambdaTestResponse.Duration property. (#10)

Changed

  • LambdaTestServer.EnqueueAsync() now returns LambdaTestContext instead of ChannelReader<LambdaTestResponse>. (#6)
  • Complete ChannelReader<T> instances when LambdaTestServer 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

  • Removed redundant workaround when adding build metadata to assemblies. (#3) Thanks @slang25!
  • Update NuGet package description. (#5)
  • Remove a redundant call to ConcurrentDictionary<K, V>.GetOrAdd(). (#10)

AWS Lambda Test Server v0.1.0

02 Nov 22:00
1e7a091
Compare
Choose a tag to compare

Initial release of MartinCostello.Testing.AwsLambdaTestServer to NuGet.org.