|
4 | 4 | <a name="unreleased"></a>
|
5 | 5 | # Unreleased
|
6 | 6 |
|
| 7 | + |
| 8 | +<a name="v1.27.0"></a> |
| 9 | +## [v1.27.0] - 2022-08-05 |
7 | 10 | ## Bug Fixes
|
8 | 11 |
|
9 | 12 | * **ci:** changelog workflow must receive git tags too
|
10 | 13 | * **ci:** add additional input to accurately describe intent on skip
|
11 | 14 | * **ci:** job permissions
|
| 15 | +* **event_sources:** add test for Function URL AuthZ ([#1421](https://github.com/awslabs/aws-lambda-powertools-python/issues/1421)) |
12 | 16 |
|
13 | 17 | ## Documentation
|
14 | 18 |
|
|
24 | 28 |
|
25 | 29 | ## Maintenance
|
26 | 30 |
|
| 31 | +* **ci:** sync area labels to prevent dedup |
| 32 | +* **ci:** update changelog with latest changes |
27 | 33 | * **ci:** update changelog with latest changes
|
28 | 34 | * **ci:** add manual trigger for docs
|
29 | 35 | * **ci:** update changelog with latest changes
|
|
35 | 41 | * **ci:** readd changelog step on release
|
36 | 42 | * **ci:** move changelog generation to rebuild_latest_doc workflow
|
37 | 43 | * **ci:** drop 3.6 from workflows
|
38 |
| -* **deps:** bump jsii from 1.57.0 to 1.63.2 ([#1400](https://github.com/awslabs/aws-lambda-powertools-python/issues/1400)) |
39 |
| -* **deps:** bump constructs from 10.1.1 to 10.1.65 ([#1407](https://github.com/awslabs/aws-lambda-powertools-python/issues/1407)) |
| 44 | +* **deps:** bump constructs from 10.1.1 to 10.1.60 ([#1399](https://github.com/awslabs/aws-lambda-powertools-python/issues/1399)) |
40 | 45 | * **deps:** bump constructs from 10.1.1 to 10.1.66 ([#1414](https://github.com/awslabs/aws-lambda-powertools-python/issues/1414))
|
| 46 | +* **deps:** bump jsii from 1.57.0 to 1.63.2 ([#1400](https://github.com/awslabs/aws-lambda-powertools-python/issues/1400)) |
41 | 47 | * **deps:** bump constructs from 10.1.1 to 10.1.64 ([#1405](https://github.com/awslabs/aws-lambda-powertools-python/issues/1405))
|
42 | 48 | * **deps:** bump attrs from 21.4.0 to 22.1.0 ([#1397](https://github.com/awslabs/aws-lambda-powertools-python/issues/1397))
|
43 | 49 | * **deps:** bump constructs from 10.1.1 to 10.1.63 ([#1402](https://github.com/awslabs/aws-lambda-powertools-python/issues/1402))
|
44 |
| -* **deps:** bump constructs from 10.1.1 to 10.1.60 ([#1399](https://github.com/awslabs/aws-lambda-powertools-python/issues/1399)) |
| 50 | +* **deps:** bump constructs from 10.1.1 to 10.1.65 ([#1407](https://github.com/awslabs/aws-lambda-powertools-python/issues/1407)) |
45 | 51 | * **deps-dev:** bump types-requests from 2.28.5 to 2.28.6 ([#1401](https://github.com/awslabs/aws-lambda-powertools-python/issues/1401))
|
46 | 52 | * **deps-dev:** bump types-requests from 2.28.6 to 2.28.7 ([#1406](https://github.com/awslabs/aws-lambda-powertools-python/issues/1406))
|
47 | 53 | * **docs:** remove pause sentence from roadmap ([#1409](https://github.com/awslabs/aws-lambda-powertools-python/issues/1409))
|
|
2193 | 2199 | * Merge pull request [#5](https://github.com/awslabs/aws-lambda-powertools-python/issues/5) from jfuss/feat/python38
|
2194 | 2200 |
|
2195 | 2201 |
|
2196 |
| -[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.7...HEAD |
| 2202 | +[Unreleased]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.27.0...HEAD |
| 2203 | +[v1.27.0]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.7...v1.27.0 |
2197 | 2204 | [v1.26.7]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.6...v1.26.7
|
2198 | 2205 | [v1.26.6]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.5...v1.26.6
|
2199 | 2206 | [v1.26.5]: https://github.com/awslabs/aws-lambda-powertools-python/compare/v1.26.4...v1.26.5
|
|
0 commit comments