Skip to content

Commit 1fe048c

Browse files
committed
Merge branch 'develop' of https://github.com/awslabs/aws-lambda-powertools-python into develop
* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python: chore(docs): update CHANGELOG for v1.26.7
2 parents fe4cf61 + 2b7e57c commit 1fe048c

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,39 @@
66

77
## Maintenance
88

9+
* **ci:** temporarily disable changelog push on release
10+
* **ci:** drop 3.6 from workflows
11+
12+
13+
<a name="v1.26.7"></a>
14+
## [v1.26.7] - 2022-07-29
15+
## Bug Fixes
16+
17+
* **ci:** add missing oidc token generation permission
18+
* **event_handlers:** ImportError when importing Response from top-level event_handler ([#1388](https://github.com/awslabs/aws-lambda-powertools-python/issues/1388))
19+
20+
## Documentation
21+
22+
* **examples:** enforce and fix all mypy errors ([#1393](https://github.com/awslabs/aws-lambda-powertools-python/issues/1393))
23+
24+
## Features
25+
26+
* **idempotency:** handle lambda timeout scenarios for INPROGRESS records ([#1387](https://github.com/awslabs/aws-lambda-powertools-python/issues/1387))
27+
28+
## Maintenance
29+
30+
* **ci:** increase skip_pypi logic to cover tests/changelog on re-run failures
931
* **ci:** update project with version 1.26.6
32+
* **ci:** drop 3.6 from workflows ([#1395](https://github.com/awslabs/aws-lambda-powertools-python/issues/1395))
1033
* **ci:** add conditional to skip pypi release ([#1366](https://github.com/awslabs/aws-lambda-powertools-python/issues/1366))
34+
* **ci:** remove leftover logic from on_merged_pr workflow
35+
* **ci:** update project with version 1.26.6
1136
* **ci:** update project with version 1.26.6
37+
* **deps:** bump jsii from 1.57.0 to 1.63.1 ([#1390](https://github.com/awslabs/aws-lambda-powertools-python/issues/1390))
38+
* **deps:** bump constructs from 10.1.1 to 10.1.59 ([#1396](https://github.com/awslabs/aws-lambda-powertools-python/issues/1396))
39+
* **deps-dev:** bump flake8-isort from 4.1.1 to 4.1.2.post0 ([#1384](https://github.com/awslabs/aws-lambda-powertools-python/issues/1384))
40+
* **layers:** bump to 1.26.6 using layer v26
41+
* **maintainers:** add Ruben as a maintainer ([#1392](https://github.com/awslabs/aws-lambda-powertools-python/issues/1392))
1242

1343

1444
<a name="v1.26.6"></a>
@@ -2120,7 +2150,8 @@
21202150
* Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
21212151

21222152

2123-
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.6...HEAD
2153+
[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.7...HEAD
2154+
[v1.26.7]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.6...v1.26.7
21242155
[v1.26.6]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.5...v1.26.6
21252156
[v1.26.5]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.4...v1.26.5
21262157
[v1.26.4]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.3...v1.26.4

0 commit comments

Comments
 (0)