|
5 | 5 | # Unreleased |
6 | 6 |
|
7 | 7 |
|
| 8 | +<a name="v3.35.0"></a> |
| 9 | +## [v3.35.0] - 2026-09-15 |
| 10 | +## Maintenance |
| 11 | + |
| 12 | +* version bump |
| 13 | +* **deps:** bump valkey-glide from 2.5.1 to 2.5.2 ([#8459](https://github.com/aws-powertools/powertools-lambda-python/issues/8459)) |
| 14 | + |
| 15 | + |
8 | 16 | <a name="v3.34.0"></a> |
9 | 17 | ## [v3.34.0] - 2026-08-10 |
10 | 18 | ## Bug Fixes |
11 | 19 |
|
12 | 20 | * **event_handler:** omit Content-Type header from OpenAPI ([#8374](https://github.com/aws-powertools/powertools-lambda-python/issues/8374)) |
| 21 | +* **tracer:** declare in_subsegment_async as an async context manager ([#8367](https://github.com/aws-powertools/powertools-lambda-python/issues/8367)) |
| 22 | + |
| 23 | +## Features |
| 24 | + |
| 25 | +* promote circuit breaker to GA ([#8373](https://github.com/aws-powertools/powertools-lambda-python/issues/8373)) |
13 | 26 |
|
14 | 27 | ## Maintenance |
15 | 28 |
|
16 | 29 | * version bump |
| 30 | +* **deps:** bump aws-cdk-lib from 2.223.0 to 2.253.0 in /layer_v3 ([#8360](https://github.com/aws-powertools/powertools-lambda-python/issues/8360)) |
| 31 | +* **deps:** bump pymdown-extensions from 11.0 to 11.0.1 in /docs ([#8370](https://github.com/aws-powertools/powertools-lambda-python/issues/8370)) |
| 32 | +* **deps:** bump gitpython from 3.1.50 to 3.1.57 in /docs ([#8362](https://github.com/aws-powertools/powertools-lambda-python/issues/8362)) |
| 33 | +* **deps:** bump cryptography from 48.0.1 to 50.0.0 ([#8364](https://github.com/aws-powertools/powertools-lambda-python/issues/8364)) |
| 34 | +* **deps:** bump valkey-glide from 2.4.1 to 2.5.0 ([#8345](https://github.com/aws-powertools/powertools-lambda-python/issues/8345)) |
| 35 | +* **deps:** bump mkdocstrings-python from 1.19.0 to 2.0.5 ([#8344](https://github.com/aws-powertools/powertools-lambda-python/issues/8344)) |
| 36 | +* **deps:** bump gitpython from 3.1.57 to 3.1.58 in /docs ([#8368](https://github.com/aws-powertools/powertools-lambda-python/issues/8368)) |
| 37 | +* **deps:** bump aws-encryption-sdk from 4.0.5 to 4.0.6 ([#8346](https://github.com/aws-powertools/powertools-lambda-python/issues/8346)) |
| 38 | +* **deps:** bump the github-actions group across 1 directory with 9 updates ([#8357](https://github.com/aws-powertools/powertools-lambda-python/issues/8357)) |
| 39 | +* **deps:** bump pymdown-extensions from 10.21.3 to 11.0 in /docs ([#8358](https://github.com/aws-powertools/powertools-lambda-python/issues/8358)) |
| 40 | +* **deps-dev:** bump gitpython from 3.1.50 to 3.1.57 ([#8363](https://github.com/aws-powertools/powertools-lambda-python/issues/8363)) |
| 41 | +* **deps-dev:** bump aws-cdk from 2.1129.0 to 2.1130.0 in the aws-cdk group ([#8339](https://github.com/aws-powertools/powertools-lambda-python/issues/8339)) |
| 42 | +* **deps-dev:** bump types-requests from 2.33.0.20260518 to 2.33.0.20260712 ([#8343](https://github.com/aws-powertools/powertools-lambda-python/issues/8343)) |
| 43 | +* **deps-dev:** bump pymdown-extensions from 10.21.3 to 11.0 ([#8359](https://github.com/aws-powertools/powertools-lambda-python/issues/8359)) |
| 44 | +* **deps-dev:** bump pymdown-extensions from 11.0 to 11.0.1 ([#8371](https://github.com/aws-powertools/powertools-lambda-python/issues/8371)) |
| 45 | +* **deps-dev:** bump gitpython from 3.1.57 to 3.1.58 ([#8369](https://github.com/aws-powertools/powertools-lambda-python/issues/8369)) |
17 | 46 |
|
18 | 47 |
|
19 | 48 | <a name="v3.31.1"></a> |
|
7803 | 7832 | * Merge pull request [#5](https://github.com/aws-powertools/powertools-lambda-python/issues/5) from jfuss/feat/python38 |
7804 | 7833 |
|
7805 | 7834 |
|
7806 | | -[Unreleased]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.34.0...HEAD |
| 7835 | +[Unreleased]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.35.0...HEAD |
| 7836 | +[v3.35.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.34.0...v3.35.0 |
7807 | 7837 | [v3.34.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.31.1...v3.34.0 |
7808 | 7838 | [v3.31.1]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.31.0...v3.31.1 |
7809 | 7839 | [v3.31.0]: https://github.com/aws-powertools/powertools-lambda-python/compare/v3.30.0...v3.31.0 |
|
0 commit comments