2.0.4
:
- Update os distro and runtime versions in compatibility tests, source base images from Amazon ECR Public (#80)
- Improve error output for missing handler (#70)
- Update curl to 7.83.1 (#79)
2.0.3
:
2.0.2
:
- Add leading zeros to the milliseconds part of a log timestamp (#13)
- Use the raw fd directly rather than opening the fd pseudo file (#56)
2.0.1
:
- Add '--no-same-owner' option to all scripts tar commands (#37)
2.0.0
:
1.2.2
:
- Remove importlib.metadata dependency (#55)
1.2.1
:
- Remove logging for handler directory, as its adding un-necessary cloudwatch cost (#51)
1.2.0
:
- Move the
/
to.
replacement only for import_module call (#47) - Add support for
/
in handler name (#45) - Add requestId in error response (#40)
1.1.1
:
- Update Curl version to 7.77.0 (#33)
1.1.0
:
- Release GIL when polling Runtime API for next invocation (#33)
- Use importlib instead of deprecated imp module (#28)
- Rename test directory (#21)
- Revise fetching latest patch version of python (#9)
- Update README.md examples: remove period from curl command (#7)
- Add 'docker login' to fix pull rate limit issue (#5)
- Include GitHub action on push and pr (#3)
- Use Python 3.6 for Black (#2)
- Tidy up setup.py (#1)
1.0.0
:
- Initial release of AWS Lambda Python Runtime Interface Client