|
5 | 5 | # Unreleased |
6 | 6 |
|
7 | 7 |
|
| 8 | +<a name="v3.30.0"></a> |
| 9 | +## [v3.30.0] - 2026-06-24 |
| 10 | +## Maintenance |
| 11 | + |
| 12 | +* version bump |
| 13 | +* **deps-dev:** bump aws-cdk-lib from 2.259.0 to 2.260.0 ([#8294](https://github.com/aws-powertools/powertools-lambda-python/issues/8294)) |
| 14 | + |
| 15 | + |
8 | 16 | <a name="v3.29.0"></a> |
9 | 17 | ## [v3.29.0] - 2026-05-04 |
10 | 18 | ## Bug Fixes |
11 | 19 |
|
12 | 20 | * **event_handler:** prevent deadlock when async middleware raises before calling next() ([#8196](https://github.com/aws-powertools/powertools-lambda-python/issues/8196)) |
| 21 | +* **event_handler:** fix ALB resolver returns when response body is None ([#8194](https://github.com/aws-powertools/powertools-lambda-python/issues/8194)) |
| 22 | +* **idempotency:** resolve tech debt issues with falsy responses and Redis persistency ([#8176](https://github.com/aws-powertools/powertools-lambda-python/issues/8176)) |
| 23 | +* **parser:** type hints should reflect primitive types support ([#8175](https://github.com/aws-powertools/powertools-lambda-python/issues/8175)) |
| 24 | + |
| 25 | +## Code Refactoring |
| 26 | + |
| 27 | +* **event_handler:** extract async logic to a separated file ([#8138](https://github.com/aws-powertools/powertools-lambda-python/issues/8138)) |
| 28 | + |
| 29 | +## Documentation |
| 30 | + |
| 31 | +* add lambda templates content ([#8159](https://github.com/aws-powertools/powertools-lambda-python/issues/8159)) |
| 32 | + |
| 33 | +## Features |
| 34 | + |
| 35 | +* add AsyncMiddlewareFrame support ([#8158](https://github.com/aws-powertools/powertools-lambda-python/issues/8158)) |
| 36 | +* **event-handler:** add _registered_api_adapter_async() internal building block ([#8157](https://github.com/aws-powertools/powertools-lambda-python/issues/8157)) |
| 37 | +* **event_handler:** adding resolve async public API ([#8171](https://github.com/aws-powertools/powertools-lambda-python/issues/8171)) |
| 38 | +* **event_handler:** adding resolve async internal ([#8170](https://github.com/aws-powertools/powertools-lambda-python/issues/8170)) |
| 39 | +* **openapi:** add compute_field support ([#8188](https://github.com/aws-powertools/powertools-lambda-python/issues/8188)) |
13 | 40 |
|
14 | 41 | ## Maintenance |
15 | 42 |
|
16 | 43 | * version bump |
| 44 | +* update aws-encryption-sdk allowed versions ([#8191](https://github.com/aws-powertools/powertools-lambda-python/issues/8191)) |
| 45 | +* **deps:** batch dependency updates ([#8184](https://github.com/aws-powertools/powertools-lambda-python/issues/8184)) |
| 46 | +* **deps:** bump gitpython from 3.1.44 to 3.1.47 in /docs ([#8172](https://github.com/aws-powertools/powertools-lambda-python/issues/8172)) |
| 47 | +* **deps:** batch update dependencies ([#8168](https://github.com/aws-powertools/powertools-lambda-python/issues/8168)) |
| 48 | +* **deps:** update requests requirement from >=2.32.0 to >=2.33.1 in /examples/event_handler_graphql/src ([#8189](https://github.com/aws-powertools/powertools-lambda-python/issues/8189)) |
| 49 | +* **deps-dev:** bump gitpython from 3.1.44 to 3.1.47 ([#8173](https://github.com/aws-powertools/powertools-lambda-python/issues/8173)) |
17 | 50 |
|
18 | 51 |
|
19 | 52 | <a name="v3.28.0"></a> |
|
7666 | 7699 | * Merge pull request [#5](https://github.com/aws-powertools/powertools-lambda-python/issues/5) from jfuss/feat/python38 |
7667 | 7700 |
|
7668 | 7701 |
|
7669 | | -[Unreleased]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.29.0...HEAD |
| 7702 | +[Unreleased]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.30.0...HEAD |
| 7703 | +[v3.30.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.29.0...v3.30.0 |
7670 | 7704 | [v3.29.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.28.0...v3.29.0 |
7671 | 7705 | [v3.28.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.27.0...v3.28.0 |
7672 | 7706 | [v3.27.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.26.0...v3.27.0 |
|
0 commit comments