|
4 | 4 | <a name="unreleased"></a>
|
5 | 5 | # Unreleased
|
6 | 6 |
|
7 |
| -## Documentation |
8 |
| - |
9 |
| -* **index:** fold support us banner |
10 |
| -* **index:** add quotes to pip for zsh customers |
11 |
| -* **install:** address early v2 feedback on installation and project support |
12 |
| - |
13 |
| -## Maintenance |
14 |
| - |
15 |
| -* **ci:** fix typo on version description |
16 |
| -* **docs:** remove v2 banner on top of the docs |
17 |
| - |
18 |
| - |
19 |
| -<a name="v2.0.0"></a> |
20 |
| -## [v2.0.0] - 2022-10-24 |
21 | 7 | ## Bug Fixes
|
22 | 8 |
|
23 | 9 | * lock dependencies
|
|
43 | 29 | ## Documentation
|
44 | 30 |
|
45 | 31 | * **batch:** remove legacy reference to sqs processor
|
46 |
| -* **homepage:** note about v2 version |
47 | 32 | * **homepage:** auto-update Layer ARN on every release ([#1610](https://github.com/awslabs/aws-lambda-powertools-python/issues/1610))
|
| 33 | +* **homepage:** note about v2 version |
| 34 | +* **index:** fold support us banner |
| 35 | +* **index:** add quotes to pip for zsh customers |
| 36 | +* **install:** address early v2 feedback on installation and project support |
48 | 37 | * **roadmap:** refresh roadmap post-v2 launch
|
49 | 38 | * **roadmap:** include observability provider and lambda layer themes before v2
|
50 | 39 | * **upgrade_guide:** add latest changes and quick summary ([#1623](https://github.com/awslabs/aws-lambda-powertools-python/issues/1623))
|
|
60 | 49 | * **event_handler:** add cookies as 1st class citizen in v2 ([#1487](https://github.com/awslabs/aws-lambda-powertools-python/issues/1487))
|
61 | 50 | * **idempotency:** support methods with the same name (ABCs) by including fully qualified name in v2 ([#1535](https://github.com/awslabs/aws-lambda-powertools-python/issues/1535))
|
62 | 51 | * **layer:** publish SAR v2 via Github actions ([#1585](https://github.com/awslabs/aws-lambda-powertools-python/issues/1585))
|
| 52 | +* **layers:** add layer balancer script ([#1643](https://github.com/awslabs/aws-lambda-powertools-python/issues/1643)) |
63 | 53 | * **layers:** add support for publishing v2 layer ([#1558](https://github.com/awslabs/aws-lambda-powertools-python/issues/1558))
|
64 | 54 | * **parameters:** migrate AppConfig to new APIs due to API deprecation ([#1553](https://github.com/awslabs/aws-lambda-powertools-python/issues/1553))
|
65 | 55 | * **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))
|
66 | 56 |
|
67 | 57 | ## Maintenance
|
68 | 58 |
|
69 | 59 | * update v2 layer ARN on documentation
|
| 60 | +* bump pyproject version to 2.0 |
70 | 61 | * update v2 layer ARN on documentation
|
71 | 62 | * update v2 layer ARN on documentation
|
72 | 63 | * update v2 layer ARN on documentation
|
73 | 64 | * merge v2 branch
|
74 |
| -* bump pyproject version to 2.0 |
75 | 65 | * **ci:** make release process manual
|
76 |
| -* **ci:** migrate E2E tests to CDK CLI and off Docker ([#1501](https://github.com/awslabs/aws-lambda-powertools-python/issues/1501)) |
| 66 | +* **ci:** fix typo on version description |
77 | 67 | * **ci:** remove v1 workflows ([#1617](https://github.com/awslabs/aws-lambda-powertools-python/issues/1617))
|
| 68 | +* **ci:** migrate E2E tests to CDK CLI and off Docker ([#1501](https://github.com/awslabs/aws-lambda-powertools-python/issues/1501)) |
78 | 69 | * **core:** expose modules in the Top-level package ([#1517](https://github.com/awslabs/aws-lambda-powertools-python/issues/1517))
|
79 | 70 | * **dep:** add cfn-lint as a dev dependency; pre-commit ([#1612](https://github.com/awslabs/aws-lambda-powertools-python/issues/1612))
|
80 | 71 | * **deps:** remove email-validator; use Str over EmailStr in SES model ([#1608](https://github.com/awslabs/aws-lambda-powertools-python/issues/1608))
|
81 | 72 | * **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))
|
82 | 73 | * **deps:** lock importlib to 4.x
|
83 | 74 | * **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))
|
84 | 75 | * **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))
|
| 76 | +* **docs:** remove v2 banner on top of the docs |
85 | 77 | * **layer:** bump to 1.31.1 (v39)
|
86 | 78 |
|
87 | 79 |
|
|
2506 | 2498 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
|
2507 | 2499 |
|
2508 | 2500 |
|
2509 |
| -[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.0.0...HEAD |
2510 |
| -[v2.0.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.1...v2.0.0 |
| 2501 | +[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.1...HEAD |
2511 | 2502 | [v1.31.1]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.0...v1.31.1
|
2512 | 2503 | [v1.31.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.30.0...v1.31.0
|
2513 | 2504 | [v1.30.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.29.2...v1.30.0
|
|
0 commit comments