Releases: aws/aws-lambda-python-runtime-interface-client
Releases · aws/aws-lambda-python-runtime-interface-client
AWS Lambda Runtime Interface Client for Python v2.0.8
What's Changed
- Onboarded Python3.12 (#118)
- Fix runtime_client blocking main thread from SIGTERM being handled. Enabled by default only for Python3.12 (#115) by @tgsong (#124) by @pushkarchawda (#125) by @alex-pewpew
- Use unicode chars instead of escape sequences in json encoder output. Enabled by default only for Python3.12 (#88) by @mdsakalu (#122) by @briensea
- Cold start improvements (#121) by @alex-pewpew
Full Changelog: 2.0.7...2.0.8
AWS Lambda Runtime Interface Client for Python v2.0.7
What's Changed
- Use AWS_LAMBDA_LOG_LEVEL env var to set log level for text format by @kotyara1005 in #111
- Bump version to 2.0.7 by @alex-pewpew in #112
Full Changelog: 2.0.6...2.0.7
AWS Lambda Runtime Interface Client for Python v2.0.6
What's Changed
- Emit logs in JSON format by @kotyara1005 in #101
- Bunp version to 2.0.6. by @briensea in #110
New Contributors
- @kotyara1005 made their first contribution in #101
Full Changelog: 2.0.5...2.0.6
AWS Lambda Runtime Interface Client for Python v2.0.5
AWS Lambda Runtime Interface Client for Python v2.0.0
AWS Lambda Runtime Interface Client for Python with ARM64 support
AWS Lambda Runtime Interface Client for Python v1.2.2
- Remove importlib.metadata dependency & introduce _version_ #55
AWS Lambda Runtime Interface Client for Python v1.2.0
AWS Lambda Runtime Interface Client for Python v1.1.1
- Update Curl version to 7.77.0 (#35)
AWS Lambda Runtime Interface Client for Python v1.1.0
AWS Lambda Runtime Interface Client for Python v1.0.0
Initial release of AWS Lambda Runtime Interface Client for Python