|
4 | 4 | <a name="unreleased"></a> |
5 | 5 | # Unreleased |
6 | 6 |
|
| 7 | + |
| 8 | +<a name="v1.29.0"></a> |
| 9 | +## [v1.29.0] - 2022-09-13 |
7 | 10 | ## Bug Fixes |
8 | 11 |
|
| 12 | +* **ci:** ignore v2 action for now |
| 13 | +* **ci:** only run e2e tests on py 3.7 |
9 | 14 | * **ci:** pass core fns to large pr workflow script |
10 | 15 | * **ci:** on_label permissioning model & workflow execution |
11 | 16 | * **ci:** ensure PR_AUTHOR is present for large_pr_split workflow |
|
19 | 24 |
|
20 | 25 | ## Features |
21 | 26 |
|
| 27 | +* **ci:** add actionlint in pre-commit hook |
22 | 28 | * **data-classes:** add KafkaEvent and KafkaEventRecord ([#1485](https://github.com/awslabs/aws-lambda-powertools-python/issues/1485)) |
23 | 29 | * **event_sources:** add CloudWatch dashboard custom widget event ([#1474](https://github.com/awslabs/aws-lambda-powertools-python/issues/1474)) |
24 | 30 | * **parser:** add KafkaMskEventModel and KafkaSelfManagedEventModel ([#1499](https://github.com/awslabs/aws-lambda-powertools-python/issues/1499)) |
25 | 31 |
|
26 | 32 | ## Maintenance |
27 | 33 |
|
28 | | -* **ci:** add note for state persistence on comment_large_pr |
29 | 34 | * **ci:** add workflow to suggest splitting large PRs ([#1480](https://github.com/awslabs/aws-lambda-powertools-python/issues/1480)) |
30 | | -* **ci:** enable ci checks for v2 |
| 35 | +* **ci:** remove unused and undeclared OS matrix env |
| 36 | +* **ci:** disable v2 docs |
| 37 | +* **ci:** limit E2E workflow run for source code change |
| 38 | +* **ci:** add missing description fields |
31 | 39 | * **ci:** sync package version with pypi |
32 | | -* **ci:** record pr details upon labeling |
| 40 | +* **ci:** fix invalid dependency leftover |
33 | 41 | * **ci:** create adhoc docs workflow for v2 |
34 | 42 | * **ci:** create adhoc docs workflow for v2 |
35 | | -* **ci:** destructure assignment on comment_large_pr |
| 43 | +* **ci:** remove dangling debug step |
36 | 44 | * **ci:** create docs workflow for v2 |
37 | 45 | * **ci:** create reusable docs publishing workflow ([#1482](https://github.com/awslabs/aws-lambda-powertools-python/issues/1482)) |
38 | 46 | * **ci:** format comment on comment_large_pr script |
39 | | -* **ci:** disable v2 docs |
| 47 | +* **ci:** add note for state persistence on comment_large_pr |
| 48 | +* **ci:** destructure assignment on comment_large_pr |
| 49 | +* **ci:** record pr details upon labeling |
40 | 50 | * **ci:** add linter for GitHub Actions as pre-commit hook ([#1479](https://github.com/awslabs/aws-lambda-powertools-python/issues/1479)) |
| 51 | +* **ci:** enable ci checks for v2 |
| 52 | +* **deps-dev:** bump black from 21.12b0 to 22.8.0 ([#1515](https://github.com/awslabs/aws-lambda-powertools-python/issues/1515)) |
| 53 | +* **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)) |
41 | 54 | * **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)) |
42 | 55 | * **deps-dev:** bump mkdocs-material from 8.4.1 to 8.4.2 ([#1483](https://github.com/awslabs/aws-lambda-powertools-python/issues/1483)) |
43 | | -* **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)) |
44 | 56 | * **deps-dev:** revert to v1.28.0 dependencies |
45 | | -* **maintenance:** add discord link to first PR and first issue ([#1493](https://github.com/awslabs/aws-lambda-powertools-python/issues/1493)) |
46 | | - |
47 | | - |
48 | | -<a name="v1.29.0"></a> |
49 | | -## [v1.29.0] - 2022-09-13 |
50 | | -## Bug Fixes |
51 | | - |
52 | | -* **ci:** pass core fns to large pr workflow script |
53 | | -* **ci:** on_label permissioning model & workflow execution |
54 | | -* **ci:** ensure PR_AUTHOR is present for large_pr_split workflow |
55 | | -* **ci:** gracefully and successful exit changelog upon no changes |
56 | | -* **ci:** event resolution for on_label_added workflow |
57 | | -* **event_handler:** fix bug with previous array implementation |
58 | | - |
59 | | -## Code Refactoring |
60 | | - |
61 | | -* **batch:** remove legacy sqs_batch_processor ([#1492](https://github.com/awslabs/aws-lambda-powertools-python/issues/1492)) |
62 | | - |
63 | | -## Documentation |
64 | | - |
65 | | -* **homepage:** note about v2 version |
66 | | -* **layer:** upgrade to 1.28.0 (v33) |
67 | | - |
68 | | -## Features |
69 | | - |
70 | | -* **ci:** add actionlint in pre-commit hook |
71 | | -* **data-classes:** add KafkaEvent and KafkaEventRecord ([#1485](https://github.com/awslabs/aws-lambda-powertools-python/issues/1485)) |
72 | | -* **event_handler:** add cookies as 1st class citizen in v2 ([#1487](https://github.com/awslabs/aws-lambda-powertools-python/issues/1487)) |
73 | | -* **event_handler:** improved support for headers and cookies in v2 ([#1455](https://github.com/awslabs/aws-lambda-powertools-python/issues/1455)) |
74 | | -* **event_sources:** add CloudWatch dashboard custom widget event ([#1474](https://github.com/awslabs/aws-lambda-powertools-python/issues/1474)) |
75 | | -* **parser:** add KafkaMskEventModel and KafkaSelfManagedEventModel ([#1499](https://github.com/awslabs/aws-lambda-powertools-python/issues/1499)) |
76 | | -* **tracer:** support methods with the same name (ABCs) by including fully qualified name in v2 ([#1486](https://github.com/awslabs/aws-lambda-powertools-python/issues/1486)) |
77 | | - |
78 | | -## Maintenance |
79 | | - |
80 | | -* **bandit:** update baseline |
81 | | -* **ci:** create adhoc docs workflow for v2 |
82 | | -* **ci:** create docs workflow for v2 |
83 | | -* **ci:** create adhoc docs workflow for v2 |
84 | | -* **ci:** limit E2E workflow run for source code change |
85 | | -* **ci:** remove unused and undeclared OS matrix env |
86 | | -* **ci:** add missing description fields |
87 | | -* **ci:** fix invalid dependency leftover |
88 | | -* **ci:** create reusable docs publishing workflow ([#1482](https://github.com/awslabs/aws-lambda-powertools-python/issues/1482)) |
89 | | -* **ci:** remove dangling debug step |
90 | | -* **ci:** add linter for GitHub Actions as pre-commit hook ([#1479](https://github.com/awslabs/aws-lambda-powertools-python/issues/1479)) |
91 | | -* **ci:** add workflow to suggest splitting large PRs ([#1480](https://github.com/awslabs/aws-lambda-powertools-python/issues/1480)) |
92 | | -* **ci:** enable ci checks for v2 |
93 | | -* **ci:** destructure assignment on comment_large_pr |
94 | | -* **ci:** record pr details upon labeling |
95 | | -* **ci:** sync package version with pypi |
96 | | -* **ci:** add note for state persistence on comment_large_pr |
97 | | -* **ci:** format comment on comment_large_pr script |
98 | | -* **deps:** bump pydantic from 1.10.0 to 1.10.1 ([#1491](https://github.com/awslabs/aws-lambda-powertools-python/issues/1491)) |
99 | | -* **deps:** bump pydantic from 1.10.1 to 1.10.2 ([#1502](https://github.com/awslabs/aws-lambda-powertools-python/issues/1502)) |
100 | | -* **deps:** bump aws-cdk-aws-apigatewayv2-integrations-alpha from 2.40.0a0 to 2.41.0a0 ([#1510](https://github.com/awslabs/aws-lambda-powertools-python/issues/1510)) |
101 | | -* **deps:** bump types-requests from 2.28.9 to 2.28.10 ([#1508](https://github.com/awslabs/aws-lambda-powertools-python/issues/1508)) |
102 | | -* **deps:** bump mkdocs-material from 8.4.3 to 8.4.4 ([#1513](https://github.com/awslabs/aws-lambda-powertools-python/issues/1513)) |
103 | | -* **deps:** bump flake8-bugbear from 22.8.23 to 22.9.11 ([#1512](https://github.com/awslabs/aws-lambda-powertools-python/issues/1512)) |
104 | | -* **deps-dev:** bump mkdocs-material from 8.4.1 to 8.4.2 ([#1483](https://github.com/awslabs/aws-lambda-powertools-python/issues/1483)) |
105 | | -* **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)) |
106 | | -* **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)) |
107 | | -* **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)) |
108 | | -* **deps-dev:** bump mypy-boto3-ssm from 1.24.39.post2 to 1.24.69 ([#1509](https://github.com/awslabs/aws-lambda-powertools-python/issues/1509)) |
109 | | -* **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)) |
110 | | -* **deps-dev:** bump black from 22.6.0 to 22.8.0 ([#1494](https://github.com/awslabs/aws-lambda-powertools-python/issues/1494)) |
111 | | -* **deps-dev:** bump pytest from 7.1.2 to 7.1.3 ([#1497](https://github.com/awslabs/aws-lambda-powertools-python/issues/1497)) |
112 | | -* **deps-dev:** bump mkdocs-material from 8.4.2 to 8.4.3 ([#1504](https://github.com/awslabs/aws-lambda-powertools-python/issues/1504)) |
113 | | -* **deps-dev:** bump aws-cdk-aws-apigatewayv2-integrations-alpha from 2.39.1a0 to 2.40.0a0 ([#1496](https://github.com/awslabs/aws-lambda-powertools-python/issues/1496)) |
114 | | -* **deps-dev:** bump aws-cdk-lib from 2.40.0 to 2.41.0 ([#1507](https://github.com/awslabs/aws-lambda-powertools-python/issues/1507)) |
| 57 | +* **deps-dev:** bump mkdocs-material from 8.4.4 to 8.5.0 ([#1514](https://github.com/awslabs/aws-lambda-powertools-python/issues/1514)) |
115 | 58 | * **maintainers:** update release workflow link |
116 | 59 | * **maintenance:** add discord link to first PR and first issue ([#1493](https://github.com/awslabs/aws-lambda-powertools-python/issues/1493)) |
117 | 60 |
|
|
0 commit comments