|
6 | 6 |
|
7 | 7 | ## Maintenance
|
8 | 8 |
|
| 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 |
9 | 31 | * **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)) |
10 | 33 | * **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 |
11 | 36 | * **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)) |
12 | 42 |
|
13 | 43 |
|
14 | 44 | <a name="v1.26.6"></a>
|
|
2120 | 2150 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
|
2121 | 2151 |
|
2122 | 2152 |
|
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 |
2124 | 2155 | [v1.26.6]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.5...v1.26.6
|
2125 | 2156 | [v1.26.5]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.4...v1.26.5
|
2126 | 2157 | [v1.26.4]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.3...v1.26.4
|
|
0 commit comments