You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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
The issue demonstrated bellow:
With missing dependencies
With correct dependencies
🐛 Bug and hot fixes
🔧 Maintenance
This release was made possible by the following contributors:
@hjgraca and @amirkaws
This discussion was created from the release Release 1.7.1.
Beta Was this translation helpful? Give feedback.
All reactions