|
| 1 | +### August 16, 2023 |
| 2 | + |
| 3 | +`2.0.5`: |
| 4 | + |
| 5 | +- Add support for Python3.11. ([#103](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/103)) |
| 6 | +- Add support for Python3.10. ([#102](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/102)) |
| 7 | +- Emit multi-line logs with timestamps.([#92](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/92)) |
| 8 | +- Remove importlib-metadata dependency.([#83](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/83)) |
| 9 | + |
1 | 10 | ### May 25, 2022
|
| 11 | + |
2 | 12 | `2.0.4`:
|
| 13 | + |
3 | 14 | - Update os distro and runtime versions in compatibility tests, source base images from Amazon ECR Public ([#80](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/80))
|
4 | 15 | - Improve error output for missing handler ([#70](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/70))
|
5 | 16 | - Update curl to 7.83.1 ([#79](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/79))
|
6 | 17 |
|
7 | 18 | ### May 4, 2022
|
| 19 | + |
8 | 20 | `2.0.3`:
|
| 21 | + |
9 | 22 | - Add changelog ([#75](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/75))
|
10 | 23 | - Fix curl download url ([#74](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/74))
|
11 | 24 | - Update curl to 7.83.0 ([#72](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/72))
|
12 | 25 |
|
13 | 26 | ### Apr 7, 2022
|
| 27 | + |
14 | 28 | `2.0.2`:
|
| 29 | + |
15 | 30 | - Add leading zeros to the milliseconds part of a log timestamp ([#13](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/13))
|
16 | 31 | - 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))
|
17 | 32 |
|
18 | 33 | ### Jan 4, 2022
|
| 34 | + |
19 | 35 | `2.0.1`:
|
| 36 | + |
20 | 37 | - Add '--no-same-owner' option to all scripts tar commands ([#37](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/37))
|
21 | 38 |
|
22 | 39 | ### Sep 29, 2021
|
| 40 | + |
23 | 41 | `2.0.0`:
|
| 42 | + |
24 | 43 | - Add arm64 architecture support ([#59](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/59))
|
25 | 44 | - Update Curl to 7.78.0 ([#52](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/52))
|
26 | 45 |
|
27 | 46 | ### Aug 23, 2021
|
| 47 | + |
28 | 48 | `1.2.2`:
|
| 49 | + |
29 | 50 | - Remove importlib.metadata dependency ([#55](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/55))
|
30 | 51 |
|
31 | 52 | ### Aug 20, 2021
|
| 53 | + |
32 | 54 | `1.2.1`:
|
| 55 | + |
33 | 56 | - 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))
|
34 | 57 |
|
35 | 58 | ### Jun 28, 2021
|
| 59 | + |
36 | 60 | `1.2.0`:
|
| 61 | + |
37 | 62 | - Move the `/` to `.` replacement only for import_module call ([#47](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/47))
|
38 | 63 | - Add support for `/` in handler name ([#45](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/45))
|
39 | 64 | - Add requestId in error response ([#40](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/40))
|
40 | 65 |
|
41 | 66 | ### Jun 9, 2021
|
| 67 | + |
42 | 68 | `1.1.1`:
|
| 69 | + |
43 | 70 | - Update Curl version to 7.77.0 ([#33](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/35))
|
44 | 71 |
|
45 | 72 | ### May 28, 2021
|
| 73 | + |
46 | 74 | `1.1.0`:
|
| 75 | + |
47 | 76 | - Release GIL when polling Runtime API for next invocation ([#33](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/33))
|
48 | 77 | - Use importlib instead of deprecated imp module ([#28](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/28))
|
49 | 78 | - Rename test directory ([#21](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/21))
|
50 | 79 | - Revise fetching latest patch version of python ([#9](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/9))
|
51 | 80 | - Update README.md examples: remove period from curl command ([#7](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/7))
|
52 |
| -- Add 'docker login' to fix pull rate limit issue ([#5](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/5)) |
53 |
| -- Include GitHub action on push and pr ([#3](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/3)) |
54 |
| -- Use Python 3.6 for Black ([#2](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/2)) |
| 81 | +- Add 'docker login' to fix pull rate limit issue ([#5](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/5)) |
| 82 | +- Include GitHub action on push and pr ([#3](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/3)) |
| 83 | +- Use Python 3.6 for Black ([#2](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/2)) |
55 | 84 | - Tidy up setup.py ([#1](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/1))
|
56 | 85 |
|
57 | 86 | ### Dec 01, 2020
|
| 87 | + |
58 | 88 | `1.0.0`:
|
| 89 | + |
59 | 90 | - Initial release of AWS Lambda Python Runtime Interface Client
|
0 commit comments