|
5 | 5 | # Unreleased
|
6 | 6 |
|
7 | 7 |
|
| 8 | +<a name="v2.28.1"></a> |
| 9 | +## [v2.28.1] - 2023-11-28 |
| 10 | +## Bug Fixes |
| 11 | + |
| 12 | +* **event_handler:** fix compress handling ([#3420](https://github.com/aws-powertools/powertools-lambda-python/issues/3420)) |
| 13 | + |
| 14 | +## Maintenance |
| 15 | + |
| 16 | +* version bump |
| 17 | + |
| 18 | + |
8 | 19 | <a name="v2.28.0"></a>
|
9 | 20 | ## [v2.28.0] - 2023-11-23
|
| 21 | +## Bug Fixes |
| 22 | + |
| 23 | +* **event_handler:** hide error details by default ([#3406](https://github.com/aws-powertools/powertools-lambda-python/issues/3406)) |
| 24 | +* **event_handler:** fix format for OpenAPI path templating ([#3399](https://github.com/aws-powertools/powertools-lambda-python/issues/3399)) |
| 25 | +* **event_handler:** lazy load Pydantic to improve cold start ([#3397](https://github.com/aws-powertools/powertools-lambda-python/issues/3397)) |
| 26 | +* **event_handler:** allow fine grained Response with data validation ([#3394](https://github.com/aws-powertools/powertools-lambda-python/issues/3394)) |
| 27 | +* **event_handler:** apply serialization as the last operation for middlewares ([#3392](https://github.com/aws-powertools/powertools-lambda-python/issues/3392)) |
| 28 | + |
10 | 29 | ## Documentation
|
11 | 30 |
|
12 | 31 | * **event_handlers:** new data validation and OpenAPI feature ([#3386](https://github.com/aws-powertools/powertools-lambda-python/issues/3386))
|
13 | 32 |
|
| 33 | +## Features |
| 34 | + |
| 35 | +* **event_handler:** allow customers to catch request validation errors ([#3396](https://github.com/aws-powertools/powertools-lambda-python/issues/3396)) |
| 36 | + |
14 | 37 | ## Maintenance
|
15 | 38 |
|
16 | 39 | * version bump
|
| 40 | +* **deps:** bump the layer-balancer group in /layer/scripts/layer-balancer with 3 updates ([#3389](https://github.com/aws-powertools/powertools-lambda-python/issues/3389)) |
| 41 | +* **deps:** bump datadog-lambda from 4.82.0 to 5.83.0 ([#3401](https://github.com/aws-powertools/powertools-lambda-python/issues/3401)) |
| 42 | +* **deps-dev:** bump aws-cdk-lib from 2.110.0 to 2.110.1 ([#3402](https://github.com/aws-powertools/powertools-lambda-python/issues/3402)) |
| 43 | +* **deps-dev:** bump pytest-xdist from 3.4.0 to 3.5.0 ([#3387](https://github.com/aws-powertools/powertools-lambda-python/issues/3387)) |
| 44 | +* **deps-dev:** bump the boto-typing group with 1 update ([#3400](https://github.com/aws-powertools/powertools-lambda-python/issues/3400)) |
| 45 | +* **deps-dev:** bump sentry-sdk from 1.35.0 to 1.36.0 ([#3388](https://github.com/aws-powertools/powertools-lambda-python/issues/3388)) |
| 46 | +* **deps-dev:** bump aws-cdk from 2.110.0 to 2.110.1 ([#3403](https://github.com/aws-powertools/powertools-lambda-python/issues/3403)) |
17 | 47 |
|
18 | 48 |
|
19 | 49 | <a name="v2.27.1"></a>
|
|
4051 | 4081 | * Merge pull request [#5](https://github.com/aws-powertools/powertools-lambda-python/issues/5) from jfuss/feat/python38
|
4052 | 4082 |
|
4053 | 4083 |
|
4054 |
| -[Unreleased]: https://github.com/aws-powertools/powertools-lambda-python/compare/v2.28.0...HEAD |
| 4084 | +[Unreleased]: https://github.com/aws-powertools/powertools-lambda-python/compare/v2.28.1...HEAD |
| 4085 | +[v2.28.1]: https://github.com/aws-powertools/powertools-lambda-python/compare/v2.28.0...v2.28.1 |
4055 | 4086 | [v2.28.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v2.27.1...v2.28.0
|
4056 | 4087 | [v2.27.1]: https://github.com/aws-powertools/powertools-lambda-python/compare/v2.27.0...v2.27.1
|
4057 | 4088 | [v2.27.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v2.26.1...v2.27.0
|
|
0 commit comments