Releases: martincostello/lambda-test-server
Releases · martincostello/lambda-test-server
v0.9.0
What's Changed
- Support .NET 9 and drop support for .NET 6 and 7 by @martincostello in #588
Full Changelog: v0.8.1...v0.9.0
v0.8.1
What's Changed
- Add dedicated package README by @martincostello in #607
- Add release workflows by @martincostello in #627
- Extend CodeQL analysis by @martincostello in #637
- Add tools manifest for dotnet-validate by @martincostello in #648
- Attest artifacts by @martincostello in #657
- Fix potential deadlock by @martincostello in #668
- Generate SBOM by @martincostello in #671
- Set shutdown timeout to zero by @martincostello in #672
- Add package publish automation by @martincostello in #679
- .NET 9 preparation by @martincostello in #714
- Remove runtime responses once written by @martincostello in #776
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bump version by @martincostello in #451
- Use OIDC for AWS by @martincostello in #452
- Simplify condition by @martincostello in #453
- Remove ExcludeByAttribute by @martincostello in #458
- Bump AWSSDK.SQS by @martincostello in #459
- Disable MyGet publishing by @martincostello in #461
- Remove MyGet by @martincostello in #463
- Increase test timeout by @martincostello in #464
- Publish to feedz.io by @martincostello in #465
- Use actionlint docker image by @martincostello in #466
- Bump actionlint to 1.6.25 by @martincostello in #467
- Remove Moq by @martincostello in #475
- Delete update-dotnet-sdk.yml by @martincostello in #480
- Disable NuGet package updates by @martincostello in #482
- Add schema by @martincostello in #483
- Use HTTPS for NuGet badge by @martincostello in #489
- Refactor workflow by @martincostello in #496
- Fix dotnet push by @martincostello in #497
- Bump actionlint by @martincostello in #509
- Simplify [AssemblyMetadata] by @martincostello in #511
- Use SHA-256 for checksums by @martincostello in #512
- Create CODEOWNERS by @martincostello in #515
- Group xunit updates by @martincostello in #522
- Test refactoring by @martincostello in #526
- Make tests less flaky by @martincostello in #527
- Remove repo_token by @martincostello in #533
- Pin .NET SDK version by @martincostello in #535
- Update AWS NuGet packages by @martincostello in #542
- Update to .NET 8 by @martincostello in #403
- Mark as AoT compatible by @martincostello in #545
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Generate realistic AWS X-Ray Trace IDs by @martincostello in #450
Full Changelog: v0.7.0...v0.7.1
AWS Lambda Test Server v0.7.0
Added
- Add support for
net7.0
(#238)
Removed
- Drop support for
netcoreapp3.1
andnet5.0
(#238)
Full Changelog: v0.6.0...v0.7.0
AWS Lambda Test Server v0.6.0
AWS Lambda Test Server v0.5.0
Added
- Add
net6.0
target framework.
AWS Lambda Test Server v0.4.1
Added
- Rebuild to support reproducible builds.
AWS Lambda Test Server v0.4.0
Added
- Add support for .NET 5. (#108)