We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b5528 commit 0f7091dCopy full SHA for 0f7091d
RELEASE.CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### Feb 20, 2026
2
+`4.0.0`
3
+- Add Lambda Managed Instances (LMI) / Multi-Concurrent Support ([#200](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/200))
4
+
5
### May 26, 2025
6
`3.1.1`
7
- Move unhandled exception warning message to init errors. ([#189](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/189))
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "3.1.1"
+__version__ = "4.0.0"
0 commit comments