|
4 | 4 | <a name="unreleased"></a>
|
5 | 5 | # Unreleased
|
6 | 6 |
|
| 7 | + |
| 8 | +<a name="v2.14.0"></a> |
| 9 | +## [v2.14.0] - 2023-04-18 |
7 | 10 | ## Bug Fixes
|
8 | 11 |
|
| 12 | +* enable python 3.10 on SAR template |
9 | 13 | * **ci:** fix layer version in tracer, logger and metrics
|
10 | 14 | * **ci:** typo
|
11 | 15 | * **docs:** add Layer ARN for new 5 regions
|
12 | 16 | * **layers:** add debug to update layer arn script
|
13 | 17 |
|
| 18 | +## Features |
| 19 | + |
| 20 | +* **runtime:** add support for python 3.10 ([#2137](https://github.com/awslabs/aws-lambda-powertools-python/issues/2137)) |
| 21 | + |
14 | 22 | ## Maintenance
|
15 | 23 |
|
| 24 | +* update v2 layer ARN on documentation |
16 | 25 | * update v2 layer ARN on documentation
|
17 | 26 | * update v2 layer ARN on documentation
|
18 | 27 | * **ci:** add support for x86-64 regions only ([#2122](https://github.com/awslabs/aws-lambda-powertools-python/issues/2122))
|
| 28 | +* **deps-dev:** bump importlib-metadata from 6.3.0 to 6.4.1 ([#2134](https://github.com/awslabs/aws-lambda-powertools-python/issues/2134)) |
| 29 | +* **deps-dev:** bump cfn-lint from 0.77.0 to 0.77.1 ([#2133](https://github.com/awslabs/aws-lambda-powertools-python/issues/2133)) |
19 | 30 | * **deps-dev:** bump pytest from 7.3.0 to 7.3.1 ([#2127](https://github.com/awslabs/aws-lambda-powertools-python/issues/2127))
|
20 | 31 | * **deps-dev:** bump mypy-boto3-lambda from 1.26.109 to 1.26.114 ([#2126](https://github.com/awslabs/aws-lambda-powertools-python/issues/2126))
|
| 32 | +* **deps-dev:** bump mypy-boto3-lambda from 1.26.114 to 1.26.115 ([#2135](https://github.com/awslabs/aws-lambda-powertools-python/issues/2135)) |
| 33 | +* **deps-dev:** bump mypy-boto3-dynamodb from 1.26.97.post1 to 1.26.115 ([#2132](https://github.com/awslabs/aws-lambda-powertools-python/issues/2132)) |
| 34 | +* **github:** new tech debt issue form ([#2131](https://github.com/awslabs/aws-lambda-powertools-python/issues/2131)) |
21 | 35 | * **layer:** change layer-balance script to support new regions
|
22 | 36 |
|
| 37 | +## Reverts |
| 38 | +* chore: update v2 layer ARN on documentation |
| 39 | + |
23 | 40 |
|
24 | 41 | <a name="v2.13.0"></a>
|
25 | 42 | ## [v2.13.0] - 2023-04-14
|
|
3119 | 3136 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
|
3120 | 3137 |
|
3121 | 3138 |
|
3122 |
| -[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.13.0...HEAD |
| 3139 | +[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.14.0...HEAD |
| 3140 | +[v2.14.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.13.0...v2.14.0 |
3123 | 3141 | [v2.13.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.12.0...v2.13.0
|
3124 | 3142 | [v2.12.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.11.0...v2.12.0
|
3125 | 3143 | [v2.11.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v2.10.0...v2.11.0
|
|
0 commit comments