Release Notes - v1.0.0 Release Candidate
This release candidate for v1.0.0 introduces Lambda Managed Instances, multi-tenancy support, and includes stability improvements in preparation for general availability.
Lambda Managed Instances
Lambda Managed Instances provide enhanced control over Lambda execution environments:
- Automated provisioning and scaling of Lambda execution environments
- Reduced cold start latency through optimized instance warm-up and reuse
- Optimized instance allocation to reduce execution costs
This feature enables developers to build more performant serverless applications while maintaining Lambda's scalability model.
Multi-Tenancy Support
This release includes multi-tenancy capabilities for secure isolation and resource management:
- Data, compute, and configuration isolation across tenants
- Centralized monitoring and management dashboard
- Enhanced access controls and audit logging
These capabilities support building SaaS applications with strong isolation guarantees.
Release Candidate Status
This v1.0.0 release candidate includes:
- All planned features for v1.0.0 implemented and tested
- Comprehensive unit, integration, and performance testing
- Complete documentation including user guides and API references
- Focus on bug fixes and stability improvements
Additional Updates
- Performance optimizations across core components
- Improved error handling and diagnostic messaging
- Updated dependencies and security patches
- Enhanced tooling integration
Feedback
Report issues or provide feedback through standard channels during the release candidate period.
Next Steps
The v1.0.0 GA release is planned following the RC period and incorporation of community feedback.
What's Changed
- docs: update to use v0.9.1 by @Marukome0743 in #593
- chore: update
actions/checkoutGitHub Actions by @Marukome0743 in #594 - add datadog exampes by @alexgallotta in #602
- Add links to Datadog examples in README by @lym953 in #605
- Add Datadog example for streaming mode by @lym953 in #608
- Fix typo in README for Amazon Bedrock with FastAPI example by @tomokikun in #615
- chore: update arm64 supported regions by @bnusunny in #621
- fix: rename path_through_path to pass_through_path by @onk in #619
- chore: update dependencies to latest versions by @bnusunny in #624
- Zero-Copy Body Conversion and Performance Benchmarks by @bnusunny in #627
- Improve error handling, comprehensive documentation, and API improvements by @bnusunny in #628
- Update pipeline environment configurations by @bnusunny in #629
- feat: support Lambda Managed Instance by @bnusunny in #625
- feat: add multi-tenancy support via tenant ID propagation by @bnusunny in #631
- fix: use native SAM CLI installer for e2e-test-oci job by @bnusunny in #632
- chore: bump version to 1.0.0-rc1 by @bnusunny in #633
New Contributors
- @lym953 made their first contribution in #605
- @tomokikun made their first contribution in #615
- @onk made their first contribution in #619
Full Changelog: v0.9.1...v1.0.0-rc1