Skip to content

Commit 4bbcc24

Browse files
author
Release bot
committed
chore(ci): update project with version 1.26.5
1 parent 43bd38b commit 4bbcc24

File tree

2 files changed

+45
-2
lines changed

2 files changed

+45
-2
lines changed

Diff for: CHANGELOG.md

+44-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,48 @@
55
# Unreleased
66

77

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+
850
<a name="v1.26.4"></a>
951
## [v1.26.4] - 2022-07-18
1052
## Bug Fixes
@@ -2025,7 +2067,8 @@
20252067
* Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
20262068

20272069

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
20292072
[v1.26.4]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.3...v1.26.4
20302073
[v1.26.3]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.2...v1.26.3
20312074
[v1.26.2]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.1...v1.26.2

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.26.4"
3+
version = "1.26.5"
44
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]

0 commit comments

Comments
 (0)