1.12
github-actions
released this
25 Jul 13:40
·
121 commits
to refs/heads/develop
since this release
Summary
We are excited to announce GA support for Ahead-of-time (AOT) compilation for Tracing version 1.5.0. This means, you can now use Tracing in your AOT published .NET AWS Lambda functions without any AOT warnings.
You can follow progress on AOT support here.
Tip
New to AOT?
Checkout this tutorial in the AWS Lambda documentation.
Caveats
By default, Tracing uses AWS X-Ray SDK. That means, you must include TrimmerRootAssemblies as part of your .csproj file:
Changes
🚀 Features
📜 Documentation updates
🔧 Maintenance
- chore(deps-dev): bump zipp from 3.11.0 to 3.19.1 (#610) by @dependabot
- chore: update examples for release 1.11.1 (#617) by @hjgraca