Skip to content

1.11

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 13:33
· 804 commits to refs/heads/develop since this release
33546b4

Summary

In this release we are happy to announce GA support for Ahead-of-time (AOT) compilation for Metrics version 1.7.0.
Now it is possible to use Metrics on your AOT published .NET AWS Lambda functions without any AOT warnings.

We have been working on this support for the last few months and before going GA we made the version 1.7.0-alpha available for users to test and no issues were reported.

We continue hard at work on adding AOT support to all utilities by the end of this year.

The following example shows how to use Metrics in an AOT-enabled Lambda function.

image

If you want to get started or learn more about AOT go to the following tutorial on how to build .NET Lambda functions with Native AOT compilation.

🚀 Features

📜 Documentation updates

🔧 Maintenance

This release was made possible by the following contributors:

@hjgraca