|
25 | 25 | ## Features |
26 | 26 |
|
27 | 27 | * **ci:** add actionlint in pre-commit hook |
| 28 | +* **event_handler:** add cookies as 1st class citizen in v2 ([#1487](https://github.com/awslabs/aws-lambda-powertools-python/issues/1487)) |
28 | 29 | * **event_handler:** improved support for headers and cookies in v2 ([#1455](https://github.com/awslabs/aws-lambda-powertools-python/issues/1455)) |
29 | 30 | * **event_sources:** add CloudWatch dashboard custom widget event ([#1474](https://github.com/awslabs/aws-lambda-powertools-python/issues/1474)) |
30 | 31 |
|
31 | 32 | ## Maintenance |
32 | 33 |
|
33 | 34 | * **bandit:** update baseline |
34 | | -* **ci:** remove dangling debug step |
| 35 | +* **ci:** add workflow to suggest splitting large PRs ([#1480](https://github.com/awslabs/aws-lambda-powertools-python/issues/1480)) |
35 | 36 | * **ci:** limit E2E workflow run for source code change |
36 | | -* **ci:** sync package version with pypi |
| 37 | +* **ci:** add linter for GitHub Actions as pre-commit hook ([#1479](https://github.com/awslabs/aws-lambda-powertools-python/issues/1479)) |
| 38 | +* **ci:** add missing description fields |
37 | 39 | * **ci:** remove unused and undeclared OS matrix env |
| 40 | +* **ci:** sync package version with pypi |
| 41 | +* **ci:** fix invalid dependency leftover |
38 | 42 | * **ci:** create adhoc docs workflow for v2 |
39 | 43 | * **ci:** create adhoc docs workflow for v2 |
40 | 44 | * **ci:** create docs workflow for v2 |
|
43 | 47 | * **ci:** add note for state persistence on comment_large_pr |
44 | 48 | * **ci:** destructure assignment on comment_large_pr |
45 | 49 | * **ci:** record pr details upon labeling |
46 | | -* **ci:** add missing description fields |
47 | | -* **ci:** fix invalid dependency leftover |
| 50 | +* **ci:** remove dangling debug step |
48 | 51 | * **ci:** enable ci checks for v2 |
49 | | -* **ci:** add workflow to suggest splitting large PRs ([#1480](https://github.com/awslabs/aws-lambda-powertools-python/issues/1480)) |
50 | | -* **ci:** add linter for GitHub Actions as pre-commit hook ([#1479](https://github.com/awslabs/aws-lambda-powertools-python/issues/1479)) |
51 | 52 | * **deps:** bump pydantic from 1.10.0 to 1.10.1 ([#1491](https://github.com/awslabs/aws-lambda-powertools-python/issues/1491)) |
| 53 | +* **deps-dev:** bump black from 22.6.0 to 22.8.0 ([#1494](https://github.com/awslabs/aws-lambda-powertools-python/issues/1494)) |
52 | 54 | * **deps-dev:** bump mypy-boto3-dynamodb from 1.24.55.post1 to 1.24.60 ([#1481](https://github.com/awslabs/aws-lambda-powertools-python/issues/1481)) |
53 | 55 | * **deps-dev:** bump mypy-boto3-dynamodb from 1.24.55.post1 to 1.24.60 ([#306](https://github.com/awslabs/aws-lambda-powertools-python/issues/306)) |
54 | 56 | * **deps-dev:** bump mkdocs-material from 8.4.1 to 8.4.2 ([#1483](https://github.com/awslabs/aws-lambda-powertools-python/issues/1483)) |
55 | 57 | * **deps-dev:** bump flake8-variables-names from 0.0.4 to 0.0.5 ([#1490](https://github.com/awslabs/aws-lambda-powertools-python/issues/1490)) |
| 58 | +* **deps-dev:** bump aws-cdk-lib from 2.39.1 to 2.40.0 ([#1495](https://github.com/awslabs/aws-lambda-powertools-python/issues/1495)) |
56 | 59 | * **maintainers:** update release workflow link |
| 60 | +* **maintenance:** add discord link to first PR and first issue ([#1493](https://github.com/awslabs/aws-lambda-powertools-python/issues/1493)) |
57 | 61 |
|
58 | 62 |
|
59 | 63 | <a name="v1.28.0"></a> |
|
0 commit comments