We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fdee65 commit 3f43f4dCopy full SHA for 3f43f4d
RELEASE.CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### May 26, 2025
2
+`3.1.1`
3
+- Move unhandled exception warning message to init errors. ([#189](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/189))
4
+
5
### May 21, 2025
6
`3.1.0`
7
- Add support for multi tenancy ([#187](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/187))
awslambdaric/__init__.py
@@ -2,4 +2,4 @@
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
"""
-__version__ = "3.1.0"
+__version__ = "3.1.1"
0 commit comments