Skip to content

Release 1.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Sep 14:07
· 413 commits to refs/heads/develop since this release
13b5570

Summary

In this release we fix a bug that was introduced in the build of the latest release.
This issue caused all utilities to not work when decorating a Lambda handler, the reason was AspectInjector dll was not present as a reference for the NuGet package of the utilities.
We immediately detect the issue in our manual tests, and unlisted the affected versions from NuGet.

TLDR:
To prevent this from happening

  • We have included E2E tests in GitHub build for the examples
  • We have included a test that guarantees that we are using version 2.8.1 of AspectInjector
  • We have included tests in our internal build system that run examples tests on non-released nuget packages

The issue demonstrated bellow:

With missing dependencies

image

With correct dependencies

image

🐛 Bug and hot fixes

🔧 Maintenance

This release was made possible by the following contributors:

@hjgraca and @amirkaws