v2.1.1
Summary
This release brings significant enhancements to MinimalLambda's middleware capabilities and compiler compatibility. The highlight features include comprehensive AOT (Ahead-of-Time) compilation support, enabling better performance and reduced cold starts on AWS Lambda, along with expanded middleware creation patterns, including factory-based and class-based approaches.
Changes
🚀 Features
- feat(build): add comprehensive AOT compatibility support (#267) @j-d-ha
- feat(host): add factory-based middleware creation support (#266) @j-d-ha
- feat(source-generators): add class-based middleware support with UseMiddleware() (#257) @j-d-ha
🐛 Bug Fixes
- fix: prevent validation project from being packaged (#270) @j-d-ha
- fix(ci): add Task installation step to main-build pipeline (#268) @j-d-ha
🔧 Maintenance
- fix(ci): add Task installation step to main-build pipeline (#268) @j-d-ha
- chore: migrate InternalsVisibleTo declarations to project files (#265) @j-d-ha
- chore(deps): migrate to LayeredCraft.SourceGeneratorTools.Generator v0.1.0-beta.10 (#264) @j-d-ha
- chore: update changelog for v2.0.0 (#256) @github-actions