Skip to content

Commit 4fa8fa2

Browse files
author
Release bot
committed
update changelog with latest changes
1 parent 557a700 commit 4fa8fa2

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

CHANGELOG.md

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@
44
<a name="unreleased"></a>
55
# Unreleased
66

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
217
## Bug Fixes
228

239
* lock dependencies
@@ -43,8 +29,11 @@
4329
## Documentation
4430

4531
* **batch:** remove legacy reference to sqs processor
46-
* **homepage:** note about v2 version
4732
* **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
4837
* **roadmap:** refresh roadmap post-v2 launch
4938
* **roadmap:** include observability provider and lambda layer themes before v2
5039
* **upgrade_guide:** add latest changes and quick summary ([#1623](https://github.com/awslabs/aws-lambda-powertools-python/issues/1623))
@@ -60,28 +49,31 @@
6049
* **event_handler:** add cookies as 1st class citizen in v2 ([#1487](https://github.com/awslabs/aws-lambda-powertools-python/issues/1487))
6150
* **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))
6251
* **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))
6353
* **layers:** add support for publishing v2 layer ([#1558](https://github.com/awslabs/aws-lambda-powertools-python/issues/1558))
6454
* **parameters:** migrate AppConfig to new APIs due to API deprecation ([#1553](https://github.com/awslabs/aws-lambda-powertools-python/issues/1553))
6555
* **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))
6656

6757
## Maintenance
6858

6959
* update v2 layer ARN on documentation
60+
* bump pyproject version to 2.0
7061
* update v2 layer ARN on documentation
7162
* update v2 layer ARN on documentation
7263
* update v2 layer ARN on documentation
7364
* merge v2 branch
74-
* bump pyproject version to 2.0
7565
* **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
7767
* **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))
7869
* **core:** expose modules in the Top-level package ([#1517](https://github.com/awslabs/aws-lambda-powertools-python/issues/1517))
7970
* **dep:** add cfn-lint as a dev dependency; pre-commit ([#1612](https://github.com/awslabs/aws-lambda-powertools-python/issues/1612))
8071
* **deps:** remove email-validator; use Str over EmailStr in SES model ([#1608](https://github.com/awslabs/aws-lambda-powertools-python/issues/1608))
8172
* **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))
8273
* **deps:** lock importlib to 4.x
8374
* **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))
8475
* **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
8577
* **layer:** bump to 1.31.1 (v39)
8678

8779

@@ -2506,8 +2498,7 @@
25062498
* Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
25072499

25082500

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
25112502
[v1.31.1]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.31.0...v1.31.1
25122503
[v1.31.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.30.0...v1.31.0
25132504
[v1.30.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.29.2...v1.30.0

0 commit comments

Comments
 (0)