Skip to content

Commit cc128ad

Browse files
authored
chore: bump 1.17.1 (aws-powertools#502)
1 parent 02f9986 commit cc128ad

File tree

4 files changed

+31
-6
lines changed

4 files changed

+31
-6
lines changed

Diff for: .chglog/CHANGELOG.tpl.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
{{ if .Unreleased.CommitGroups -}}
66
{{ range .Unreleased.CommitGroups -}}
77
### {{ .Title }}
8+
89
{{ range .Commits -}}
9-
- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
10+
* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }}
1011
{{ end }}
1112
{{ end -}}
1213
{{ end -}}
@@ -17,22 +18,24 @@
1718
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }}
1819
{{ range .CommitGroups -}}
1920
### {{ .Title }}
21+
2022
{{ range .Commits -}}
21-
- {{ if .Scope }}**{{ upperFirst .Scope }}:** {{ end }}{{ .Subject }}
23+
* {{ if .Scope }}**{{ upperFirst .Scope }}:** {{ end }}{{ .Subject }}
2224
{{ end }}
2325
{{ end -}}
2426

2527
{{- if .RevertCommits -}}
2628
### Reverts
2729
{{ range .RevertCommits -}}
28-
- {{ .Revert.Header }}
30+
* {{ .Revert.Header }}
2931
{{ end }}
3032
{{ end -}}
3133

3234
{{- if .MergeCommits -}}
3335
### Pull Requests
36+
3437
{{ range .MergeCommits -}}
35-
- {{ .Header }}
38+
* {{ .Header }}
3639
{{ end }}
3740
{{ end -}}
3841

Diff for: .chglog/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ options:
2020
perf: Performance Improvements
2121
refactor: Code Refactoring
2222
docs: Documentation
23-
chore: Project maintenance
23+
chore: Maintenance
2424
header:
2525
pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$"
2626
pattern_maps:

Diff for: CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
77

88
## [Unreleased]
99

10+
## [1.17.1] - 2021-07-02
11+
12+
### Bug Fixes
13+
14+
* **Validator:** Handle built-in custom formats like `date-time` when type is `string` ([#498](https://github.com/awslabs/aws-lambda-powertools-python/issues/498))
15+
16+
### Documentation
17+
18+
* **Layers:** Add Layers example for Serverless framework & CDK ([#500](https://github.com/awslabs/aws-lambda-powertools-python/issues/500))
19+
* **Misc.:** Enable dark mode switch ([#471](https://github.com/awslabs/aws-lambda-powertools-python/issues/471))
20+
* **Tracer:** Additional scenario when to disable auto-capture for responses larger than 64K ([#499](https://github.com/awslabs/aws-lambda-powertools-python/issues/499))
21+
22+
### Maintenance
23+
24+
* **deps:** bump boto3 from 1.17.101 to 1.17.102 ([#493](https://github.com/awslabs/aws-lambda-powertools-python/issues/493))
25+
* **deps:** bump boto3 from 1.17.91 to 1.17.101 ([#490](https://github.com/awslabs/aws-lambda-powertools-python/issues/490))
26+
* **deps:** bump email-validator from 1.1.2 to 1.1.3 ([#478](https://github.com/awslabs/aws-lambda-powertools-python/issues/478))
27+
* **deps:** bump boto3 from 1.17.89 to 1.17.91 ([#473](https://github.com/awslabs/aws-lambda-powertools-python/issues/473))
28+
* **deps-dev:** bump flake8-eradicate from 1.0.0 to 1.1.0 ([#492](https://github.com/awslabs/aws-lambda-powertools-python/issues/492))
29+
* **deps-dev:** bump isort from 5.8.0 to 5.9.1 ([#487](https://github.com/awslabs/aws-lambda-powertools-python/issues/487))
30+
* **deps-dev:** bump mkdocs-material from 7.1.7 to 7.1.9 ([#491](https://github.com/awslabs/aws-lambda-powertools-python/issues/491))
31+
1032
## [1.17.0] - 2021-06-08
1133

1234
### Added

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws_lambda_powertools"
3-
version = "1.17.0"
3+
version = "1.17.1"
44
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed"]

0 commit comments

Comments
 (0)