|
| 1 | +### Apr 7, 2022 |
| 2 | +`2.0.2`: |
| 3 | +- Add leading zeros to the milliseconds part of a log timestamp ([#13](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/13)) |
| 4 | +- Use the raw fd directly rather than opening the fd pseudo file ([#56](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/56)) |
| 5 | + |
| 6 | +### Jan 4, 2022 |
| 7 | +`2.0.1`: |
| 8 | +- Add '--no-same-owner' option to all scripts tar commands ([#37](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/37)) |
| 9 | + |
| 10 | +### Sep 29, 2021 |
| 11 | +`2.0.0`: |
| 12 | +- Add arm64 architecture support ([#59](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/59)) |
| 13 | +- Update Curl to 7.78.0 ([#52](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/52)) |
| 14 | + |
| 15 | +### Aug 23, 2021 |
| 16 | +`1.2.2`: |
| 17 | +- Remove importlib.metadata dependency ([#55](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/55)) |
| 18 | + |
| 19 | +### Aug 20, 2021 |
| 20 | +`1.2.1`: |
| 21 | +- Remove logging for handler directory, as its adding un-necessary cloudwatch cost ([#51](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/51)) |
| 22 | + |
| 23 | +### Jun 28, 2021 |
| 24 | +`1.2.0`: |
| 25 | +- Move the `/` to `.` replacement only for import_module call ([#47](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/47)) |
| 26 | +- Add support for `/` in handler name ([#45](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/45)) |
| 27 | +- Add requestId in error response ([#40](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/40)) |
| 28 | + |
| 29 | +### Jun 9, 2021 |
| 30 | +`1.1.1`: |
| 31 | +- Update Curl version to 7.77.0 ([#33](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/35)) |
| 32 | + |
| 33 | +### May 28, 2021 |
| 34 | +`1.1.0`: |
| 35 | +- Release GIL when polling Runtime API for next invocation ([#33](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/33)) |
| 36 | +- Use importlib instead of deprecated imp module ([#28](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/28)) |
| 37 | +- Rename test directory ([#21](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/21)) |
| 38 | +- Revise fetching latest patch version of python ([#9](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/9)) |
| 39 | +- Update README.md examples: remove period from curl command ([#7](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/7)) |
| 40 | +- Add 'docker login' to fix pull rate limit issue ([#5](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/5)) |
| 41 | +- Include GitHub action on push and pr ([#3](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/3)) |
| 42 | +- Use Python 3.6 for Black ([#2](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/2)) |
| 43 | +- Tidy up setup.py ([#1](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/1)) |
| 44 | + |
| 45 | +### Dec 01, 2020 |
| 46 | +`1.0.0`: |
| 47 | +- Initial release of AWS Lambda Python Runtime Interface Client |
0 commit comments