Skip to content

Commit 7a807cc

Browse files
authoredAug 23, 2023
Merge branch 'aws:main' into struct-logging
2 parents 365c3b8 + 6fbad51 commit 7a807cc

File tree

7 files changed

+51
-7
lines changed

7 files changed

+51
-7
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
_Issue #, if available:_
2+
3+
_Description of changes:_
4+
5+
_Target (OCI, Managed Runtime, both):_
6+
7+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

‎RELEASE.CHANGELOG.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,96 @@
1+
### August 22, 2023
2+
3+
`2.0.6`:
4+
5+
- Add structured logging implementation ([#101](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/101))
6+
7+
### August 16, 2023
8+
9+
`2.0.5`:
10+
11+
- Add support for Python3.11. ([#103](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/103))
12+
- Add support for Python3.10. ([#102](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/102))
13+
- Emit multi-line logs with timestamps.([#92](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/92))
14+
- Remove importlib-metadata dependency.([#83](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/83))
15+
116
### May 25, 2022
17+
218
`2.0.4`:
19+
320
- 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))
421
- Improve error output for missing handler ([#70](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/70))
522
- Update curl to 7.83.1 ([#79](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/79))
623

724
### May 4, 2022
25+
826
`2.0.3`:
27+
928
- Add changelog ([#75](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/75))
1029
- Fix curl download url ([#74](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/74))
1130
- Update curl to 7.83.0 ([#72](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/72))
1231

1332
### Apr 7, 2022
33+
1434
`2.0.2`:
35+
1536
- Add leading zeros to the milliseconds part of a log timestamp ([#13](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/13))
1637
- 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))
1738

1839
### Jan 4, 2022
40+
1941
`2.0.1`:
42+
2043
- Add '--no-same-owner' option to all scripts tar commands ([#37](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/37))
2144

2245
### Sep 29, 2021
46+
2347
`2.0.0`:
48+
2449
- Add arm64 architecture support ([#59](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/59))
2550
- Update Curl to 7.78.0 ([#52](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/52))
2651

2752
### Aug 23, 2021
53+
2854
`1.2.2`:
55+
2956
- Remove importlib.metadata dependency ([#55](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/55))
3057

3158
### Aug 20, 2021
59+
3260
`1.2.1`:
61+
3362
- 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))
3463

3564
### Jun 28, 2021
65+
3666
`1.2.0`:
67+
3768
- Move the `/` to `.` replacement only for import_module call ([#47](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/47))
3869
- Add support for `/` in handler name ([#45](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/45))
3970
- Add requestId in error response ([#40](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/40))
4071

4172
### Jun 9, 2021
73+
4274
`1.1.1`:
75+
4376
- Update Curl version to 7.77.0 ([#33](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/35))
4477

4578
### May 28, 2021
79+
4680
`1.1.0`:
81+
4782
- Release GIL when polling Runtime API for next invocation ([#33](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/33))
4883
- Use importlib instead of deprecated imp module ([#28](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/28))
4984
- Rename test directory ([#21](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/21))
5085
- Revise fetching latest patch version of python ([#9](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/9))
5186
- 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))
87+
- Add 'docker login' to fix pull rate limit issue ([#5](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/5))
88+
- Include GitHub action on push and pr ([#3](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/3))
89+
- Use Python 3.6 for Black ([#2](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/2))
5590
- Tidy up setup.py ([#1](https://github.com/aws/aws-lambda-python-runtime-interface-client/pull/1))
5691

5792
### Dec 01, 2020
93+
5894
`1.0.0`:
95+
5996
- Initial release of AWS Lambda Python Runtime Interface Client

‎THIRD-PARTY-LICENSES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ SOFTWARE.
228228

229229
------
230230

231-
** libcurl; version 7.84.0 -- https://github.com/curl/curl
231+
** libcurl; version 7.83.1 -- https://github.com/curl/curl
232232
Copyright (c) 1996 - 2022, Daniel Stenberg, daniel@haxx.se, and many
233233
contributors, see the THANKS file.
234234

‎awslambdaric/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Copyright 2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
"""
44

5-
__version__ = "2.0.4"
5+
__version__ = "2.0.6"

‎deps/curl-7.83.1.tar.gz

3.97 MB
Binary file not shown.

‎deps/curl-7.84.0.tar.gz

-3.98 MB
Binary file not shown.

‎deps/versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
AWS_LAMBDA_CPP_RELEASE=0.2.6
22
CURL_MAJOR_VERSION=7
3-
CURL_MINOR_VERSION=84
4-
CURL_PATCH_VERSION=0
3+
CURL_MINOR_VERSION=83
4+
CURL_PATCH_VERSION=1

0 commit comments

Comments
 (0)