|
5 | 5 | # Unreleased
|
6 | 6 |
|
7 | 7 |
|
| 8 | +<a name="v1.26.5"></a> |
| 9 | +## [v1.26.5] - 2022-07-20 |
| 10 | +## Bug Fixes |
| 11 | + |
| 12 | +* mathc the name of the cdk synth from the build phase |
| 13 | +* typo in input for layer workflow |
| 14 | +* no need to cache npm since we only install cdk cli and don't have .lock files |
| 15 | +* add entire ARN role instead of account and role name |
| 16 | +* path to artefact |
| 17 | +* unzip the right artifact name |
| 18 | +* download artefact into the layer dir |
| 19 | +* sight, yes a whitespace character breaks the build |
| 20 | +* **ci:** checkout project before validating related issue workflow |
| 21 | +* **ci:** install poetry before calling setup/python with cache ([#1315](https://github.com/awslabs/aws-lambda-powertools-python/issues/1315)) |
| 22 | +* **ci:** remove additional quotes in PR action ([#1317](https://github.com/awslabs/aws-lambda-powertools-python/issues/1317)) |
| 23 | +* **ci:** lambda layer workflow release version and conditionals ([#1316](https://github.com/awslabs/aws-lambda-powertools-python/issues/1316)) |
| 24 | +* **ci:** fetch all git info so we can check tags |
| 25 | +* **ci:** lambda layer workflow release version and conditionals ([#1316](https://github.com/awslabs/aws-lambda-powertools-python/issues/1316)) |
| 26 | +* **ci:** keep layer version permission ([#1318](https://github.com/awslabs/aws-lambda-powertools-python/issues/1318)) |
| 27 | +* **ci:** regex to catch combination of related issues workflow |
| 28 | +* **deps:** correct mypy types as dev dependency ([#1322](https://github.com/awslabs/aws-lambda-powertools-python/issues/1322)) |
| 29 | +* **logger:** preserve std keys when using custom formatters ([#1264](https://github.com/awslabs/aws-lambda-powertools-python/issues/1264)) |
| 30 | + |
| 31 | +## Documentation |
| 32 | + |
| 33 | +* **event-handler:** snippets split, improved, and lint ([#1279](https://github.com/awslabs/aws-lambda-powertools-python/issues/1279)) |
| 34 | +* **governance:** typos on PR template fixes [#1314](https://github.com/awslabs/aws-lambda-powertools-python/issues/1314) |
| 35 | +* **governance:** add security doc to the root |
| 36 | + |
| 37 | +## Maintenance |
| 38 | + |
| 39 | +* **ci:** limits concurrency for docs workflow |
| 40 | +* **ci:** adds caching when installing python dependencies ([#1311](https://github.com/awslabs/aws-lambda-powertools-python/issues/1311)) |
| 41 | +* **ci:** update project with version 1.26.4 |
| 42 | +* **ci:** fix reference error in related_issue |
| 43 | +* **deps:** bump constructs from 10.1.1 to 10.1.51 ([#1323](https://github.com/awslabs/aws-lambda-powertools-python/issues/1323)) |
| 44 | +* **deps-dev:** bump mypy from 0.961 to 0.971 ([#1320](https://github.com/awslabs/aws-lambda-powertools-python/issues/1320)) |
| 45 | +* **governance:** fix typo on semantic commit link introduced in [#1](https://github.com/awslabs/aws-lambda-powertools-python/issues/1)aef4 |
| 46 | +* **layers:** add release pipeline in GitHub Actions ([#1278](https://github.com/awslabs/aws-lambda-powertools-python/issues/1278)) |
| 47 | +* **layers:** bump to 22 for 1.26.3 |
| 48 | + |
| 49 | + |
8 | 50 | <a name="v1.26.4"></a>
|
9 | 51 | ## [v1.26.4] - 2022-07-18
|
10 | 52 | ## Bug Fixes
|
|
2025 | 2067 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
|
2026 | 2068 |
|
2027 | 2069 |
|
2028 |
| -[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.4...HEAD |
| 2070 | +[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.5...HEAD |
| 2071 | +[v1.26.5]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.4...v1.26.5 |
2029 | 2072 | [v1.26.4]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.3...v1.26.4
|
2030 | 2073 | [v1.26.3]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.2...v1.26.3
|
2031 | 2074 | [v1.26.2]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.1...v1.26.2
|
|
0 commit comments