|
9 | 9 | * lock dependencies |
10 | 10 | * mypy errors |
11 | 11 | * lint files |
| 12 | +* **ci:** temporarly remove pypi test deployment |
12 | 13 | * **ci:** use docker driver on buildx |
13 | 14 | * **ci:** new artifact path, sed gnu/linux syntax, and pypi test |
14 | | -* **ci:** temporarly remove pypi test deployment |
15 | 15 | * **ci:** secret and OIDC inheritance in nested children workflow |
16 | 16 | * **ci:** build without buildkit |
17 | 17 | * **ci:** fix arm64 layer builds |
18 | 18 | * **ci:** remove v2 suffix from SAR apps ([#1633](https://github.com/awslabs/aws-lambda-powertools-python/issues/1633)) |
19 | 19 | * **ci:** workflow should use npx for CDK CLI |
| 20 | +* **parser:** S3Model Object Deleted omits size and eTag attr ([#1638](https://github.com/awslabs/aws-lambda-powertools-python/issues/1638)) |
20 | 21 |
|
21 | 22 | ## Code Refactoring |
22 | 23 |
|
|
52 | 53 |
|
53 | 54 | * bump pyproject version to 2.0 |
54 | 55 | * update v2 layer ARN on documentation |
55 | | -* merge v2 branch |
56 | 56 | * update v2 layer ARN on documentation |
| 57 | +* merge v2 branch |
57 | 58 | * **ci:** migrate E2E tests to CDK CLI and off Docker ([#1501](https://github.com/awslabs/aws-lambda-powertools-python/issues/1501)) |
58 | 59 | * **ci:** remove v1 workflows ([#1617](https://github.com/awslabs/aws-lambda-powertools-python/issues/1617)) |
| 60 | +* **ci:** make release process manual |
59 | 61 | * **core:** expose modules in the Top-level package ([#1517](https://github.com/awslabs/aws-lambda-powertools-python/issues/1517)) |
60 | 62 | * **dep:** add cfn-lint as a dev dependency; pre-commit ([#1612](https://github.com/awslabs/aws-lambda-powertools-python/issues/1612)) |
61 | | -* **deps:** remove email-validator; use Str over EmailStr in SES model ([#1608](https://github.com/awslabs/aws-lambda-powertools-python/issues/1608)) |
62 | | -* **deps:** lock importlib to 4.x |
63 | 63 | * **deps:** bump release-drafter/release-drafter from 5.21.0 to 5.21.1 ([#1611](https://github.com/awslabs/aws-lambda-powertools-python/issues/1611)) |
| 64 | +* **deps:** lock importlib to 4.x |
| 65 | +* **deps:** remove email-validator; use Str over EmailStr in SES model ([#1608](https://github.com/awslabs/aws-lambda-powertools-python/issues/1608)) |
64 | 66 | * **deps-dev:** bump mypy-boto3-s3 from 1.24.76 to 1.24.94 ([#1622](https://github.com/awslabs/aws-lambda-powertools-python/issues/1622)) |
65 | 67 | * **deps-dev:** bump aws-cdk-lib from 2.46.0 to 2.47.0 ([#1629](https://github.com/awslabs/aws-lambda-powertools-python/issues/1629)) |
66 | 68 | * **layer:** bump to 1.31.1 (v39) |
|
0 commit comments