From eb20227a84bca6218753151c13a1c905f8aede99 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 2 Jul 2021 14:34:05 +0200 Subject: [PATCH 1/2] chore: bump version to 1.17.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2e950fa968..aea741921de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,28 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo ## [Unreleased] +## [1.17.1] - 2021-07-02 + +### Bug Fixes + +* **Validator:** Handle built-in custom formats like `date-time` when type is `string` ([#498](https://github.com/awslabs/aws-lambda-powertools-python/issues/498)) + +### Documentation + +* **Layers:** Add Layers example for Serverless framework & CDK ([#500](https://github.com/awslabs/aws-lambda-powertools-python/issues/500)) +* **Misc.:** Enable dark mode switch ([#471](https://github.com/awslabs/aws-lambda-powertools-python/issues/471)) +* **Tracer:** Additional scenario when to disable auto-capture for responses larger than 64K ([#499](https://github.com/awslabs/aws-lambda-powertools-python/issues/499)) + +### Maintenance + +* **deps:** bump boto3 from 1.17.101 to 1.17.102 ([#493](https://github.com/awslabs/aws-lambda-powertools-python/issues/493)) +* **deps:** bump boto3 from 1.17.91 to 1.17.101 ([#490](https://github.com/awslabs/aws-lambda-powertools-python/issues/490)) +* **deps:** bump email-validator from 1.1.2 to 1.1.3 ([#478](https://github.com/awslabs/aws-lambda-powertools-python/issues/478)) +* **deps:** bump boto3 from 1.17.89 to 1.17.91 ([#473](https://github.com/awslabs/aws-lambda-powertools-python/issues/473)) +* **deps-dev:** bump flake8-eradicate from 1.0.0 to 1.1.0 ([#492](https://github.com/awslabs/aws-lambda-powertools-python/issues/492)) +* **deps-dev:** bump isort from 5.8.0 to 5.9.1 ([#487](https://github.com/awslabs/aws-lambda-powertools-python/issues/487)) +* **deps-dev:** bump mkdocs-material from 7.1.7 to 7.1.9 ([#491](https://github.com/awslabs/aws-lambda-powertools-python/issues/491)) + ## [1.17.0] - 2021-06-08 ### Added diff --git a/pyproject.toml b/pyproject.toml index 6d0b4c85d09..f7743f2eba2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws_lambda_powertools" -version = "1.17.0" +version = "1.17.1" description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric" authors = ["Amazon Web Services"] include = ["aws_lambda_powertools/py.typed"] From 15d7fc04561731ad3b1e742b2fac866a259ad516 Mon Sep 17 00:00:00 2001 From: heitorlessa Date: Fri, 2 Jul 2021 14:34:23 +0200 Subject: [PATCH 2/2] chore: adjust changelog tpl --- .chglog/CHANGELOG.tpl.md | 11 +++++++---- .chglog/config.yml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.chglog/CHANGELOG.tpl.md b/.chglog/CHANGELOG.tpl.md index c2b5a55cdb4..bbbb9caef30 100755 --- a/.chglog/CHANGELOG.tpl.md +++ b/.chglog/CHANGELOG.tpl.md @@ -5,8 +5,9 @@ {{ if .Unreleased.CommitGroups -}} {{ range .Unreleased.CommitGroups -}} ### {{ .Title }} + {{ range .Commits -}} -- {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} +* {{ if .Scope }}**{{ .Scope }}:** {{ end }}{{ .Subject }} {{ end }} {{ end -}} {{ end -}} @@ -17,22 +18,24 @@ ## {{ if .Tag.Previous }}[{{ .Tag.Name }}]{{ else }}{{ .Tag.Name }}{{ end }} - {{ datetime "2006-01-02" .Tag.Date }} {{ range .CommitGroups -}} ### {{ .Title }} + {{ range .Commits -}} -- {{ if .Scope }}**{{ upperFirst .Scope }}:** {{ end }}{{ .Subject }} +* {{ if .Scope }}**{{ upperFirst .Scope }}:** {{ end }}{{ .Subject }} {{ end }} {{ end -}} {{- if .RevertCommits -}} ### Reverts {{ range .RevertCommits -}} -- {{ .Revert.Header }} +* {{ .Revert.Header }} {{ end }} {{ end -}} {{- if .MergeCommits -}} ### Pull Requests + {{ range .MergeCommits -}} -- {{ .Header }} +* {{ .Header }} {{ end }} {{ end -}} diff --git a/.chglog/config.yml b/.chglog/config.yml index 294b3289981..035aa04e2fa 100755 --- a/.chglog/config.yml +++ b/.chglog/config.yml @@ -20,7 +20,7 @@ options: perf: Performance Improvements refactor: Code Refactoring docs: Documentation - chore: Project maintenance + chore: Maintenance header: pattern: "^(\\w*)(?:\\(([\\w\\$\\.\\-\\*\\s]*)\\))?\\:\\s(.*)$" pattern_maps: