AWS powertools documentation change
Summary
Added changelog entry for v3.30.0 including bug fixes, features, and dependency updates
Security assessment
While the update includes security-related dependencies (aws-encryption-sdk), there's no evidence of addressing specific vulnerabilities. The changes focus on general maintenance, async support, and bug fixes without security documentation additions.
Diff
diff --git a/powertools/python/latest/changelog.md b/powertools/python/latest/changelog.md index d0d3dc717..8dddcfda0 100644 --- a//powertools/python/latest/changelog.md +++ b//powertools/python/latest/changelog.md @@ -32,0 +33,2 @@ Homepage + * v3.30.0 - 2026-06-24 + * Maintenance @@ -34,0 +37,3 @@ Homepage + * Code Refactoring + * Documentation + * Features @@ -975,0 +981,2 @@ Table of contents + * v3.30.0 - 2026-06-24 + * Maintenance @@ -977,0 +985,3 @@ Table of contents + * Code Refactoring + * Documentation + * Features @@ -1802,0 +1813,9 @@ Table of contents +## [v3.30.0](https://github.com/aws-powertools/powertools-lambda-python/compare/v3.29.0...v3.30.0) \- 2026-06-24¶ + +## Maintenance¶ + + * version bump + * **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)) + + + @@ -1807,0 +1827,25 @@ Table of contents + * **event_handler:** fix ALB resolver returns when response body is None ([#8194](https://github.com/aws-powertools/powertools-lambda-python/issues/8194)) + * **idempotency:** resolve tech debt issues with falsy responses and Redis persistency ([#8176](https://github.com/aws-powertools/powertools-lambda-python/issues/8176)) + * **parser:** type hints should reflect primitive types support ([#8175](https://github.com/aws-powertools/powertools-lambda-python/issues/8175)) + + + +## Code Refactoring¶ + + * **event_handler:** extract async logic to a separated file ([#8138](https://github.com/aws-powertools/powertools-lambda-python/issues/8138)) + + + +## Documentation¶ + + * add lambda templates content ([#8159](https://github.com/aws-powertools/powertools-lambda-python/issues/8159)) + + + +## Features¶ + + * add AsyncMiddlewareFrame support ([#8158](https://github.com/aws-powertools/powertools-lambda-python/issues/8158)) + * **event-handler:** add _registered_api_adapter_async() internal building block ([#8157](https://github.com/aws-powertools/powertools-lambda-python/issues/8157)) + * **event_handler:** adding resolve async public API ([#8171](https://github.com/aws-powertools/powertools-lambda-python/issues/8171)) + * **event_handler:** adding resolve async internal ([#8170](https://github.com/aws-powertools/powertools-lambda-python/issues/8170)) + * **openapi:** add compute_field support ([#8188](https://github.com/aws-powertools/powertools-lambda-python/issues/8188)) @@ -1813,0 +1858,6 @@ Table of contents + * update aws-encryption-sdk allowed versions ([#8191](https://github.com/aws-powertools/powertools-lambda-python/issues/8191)) + * **deps:** batch dependency updates ([#8184](https://github.com/aws-powertools/powertools-lambda-python/issues/8184)) + * **deps:** bump gitpython from 3.1.44 to 3.1.47 in /docs ([#8172](https://github.com/aws-powertools/powertools-lambda-python/issues/8172)) + * **deps:** batch update dependencies ([#8168](https://github.com/aws-powertools/powertools-lambda-python/issues/8168)) + * **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)) + * **deps-dev:** bump gitpython from 3.1.44 to 3.1.47 ([#8173](https://github.com/aws-powertools/powertools-lambda-python/issues/8173))