|
6 | 6 |
|
7 | 7 | ## Bug Fixes |
8 | 8 |
|
| 9 | +* **ci:** typo |
| 10 | +* **docs:** add Layer ARN for new 5 regions |
| 11 | + |
| 12 | +## Maintenance |
| 13 | + |
| 14 | +* update v2 layer ARN on documentation |
| 15 | +* **ci:** add support for x86-64 regions only ([#2122](https://github.com/awslabs/aws-lambda-powertools-python/issues/2122)) |
| 16 | +* **layer:** change layer-balance script to support new regions |
| 17 | + |
| 18 | + |
| 19 | +<a name="v2.13.0"></a> |
| 20 | +## [v2.13.0] - 2023-04-14 |
| 21 | +## Bug Fixes |
| 22 | + |
| 23 | +* **ci:** replace the correct files for Layer ARN |
9 | 24 | * **ci:** fix working directory |
10 | 25 | * **ci:** add debug log to NPM install |
11 | 26 | * **ci:** use project's CDK version when building layers |
|
19 | 34 |
|
20 | 35 | ## Maintenance |
21 | 36 |
|
| 37 | +* update v2 layer ARN on documentation |
22 | 38 | * **ci:** bump the cdk-aws-lambda-powertools-layer version ([#2121](https://github.com/awslabs/aws-lambda-powertools-python/issues/2121)) |
23 | 39 | * **deps:** bump codecov/codecov-action from 3.1.1 to 3.1.2 ([#2110](https://github.com/awslabs/aws-lambda-powertools-python/issues/2110)) |
24 | | -* **deps-dev:** bump flake8-comprehensions from 3.11.1 to 3.12.0 ([#2124](https://github.com/awslabs/aws-lambda-powertools-python/issues/2124)) |
| 40 | +* **deps-dev:** bump httpx from 0.23.3 to 0.24.0 ([#2111](https://github.com/awslabs/aws-lambda-powertools-python/issues/2111)) |
25 | 41 | * **deps-dev:** bump aws-cdk-lib from 2.73.0 to 2.74.0 ([#2123](https://github.com/awslabs/aws-lambda-powertools-python/issues/2123)) |
26 | 42 | * **deps-dev:** bump mkdocs-material from 9.1.5 to 9.1.6 ([#2104](https://github.com/awslabs/aws-lambda-powertools-python/issues/2104)) |
27 | 43 | * **deps-dev:** bump aws-cdk from 2.73.0 to 2.74.0 ([#2125](https://github.com/awslabs/aws-lambda-powertools-python/issues/2125)) |
28 | | -* **deps-dev:** bump httpx from 0.23.3 to 0.24.0 ([#2111](https://github.com/awslabs/aws-lambda-powertools-python/issues/2111)) |
| 44 | +* **deps-dev:** bump flake8-comprehensions from 3.11.1 to 3.12.0 ([#2124](https://github.com/awslabs/aws-lambda-powertools-python/issues/2124)) |
29 | 45 | * **deps-dev:** bump mypy from 1.1.1 to 1.2.0 ([#2096](https://github.com/awslabs/aws-lambda-powertools-python/issues/2096)) |
30 | 46 | * **deps-dev:** bump cfn-lint from 0.76.2 to 0.77.0 ([#2107](https://github.com/awslabs/aws-lambda-powertools-python/issues/2107)) |
31 | 47 | * **deps-dev:** bump pytest from 7.2.2 to 7.3.0 ([#2106](https://github.com/awslabs/aws-lambda-powertools-python/issues/2106)) |
|
3098 | 3114 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38 |
3099 | 3115 |
|
3100 | 3116 |
|
3101 | | -[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.12.0...HEAD |
| 3117 | +[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.13.0...HEAD |
| 3118 | +[v2.13.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.12.0...v2.13.0 |
3102 | 3119 | [v2.12.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.11.0...v2.12.0 |
3103 | 3120 | [v2.11.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.10.0...v2.11.0 |
3104 | 3121 | [v2.10.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.9.1...v2.10.0 |
|
0 commit comments