Skip to content

Commit 862e3fc

Browse files
committed
chore: bump to 1.25.7
1 parent 44b537e commit 862e3fc

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file.
44

55
This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format for changes and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 1.25.7 - 2022-04-08
8+
9+
### Bug Fixes
10+
11+
* **idempotency:** pass by value on idem key to guard inadvertent mutations ([#1090](https://github.com/awslabs/aws-lambda-powertools-python/issues/1090))
12+
* **logger:** clear_state should keep custom key formats ([#1095](https://github.com/awslabs/aws-lambda-powertools-python/issues/1095))
13+
* **middleware_factory:** ret type annotation for handler dec ([#1066](https://github.com/awslabs/aws-lambda-powertools-python/issues/1066))
14+
15+
### Documentation
16+
17+
* **layer:** update to 1.25.6; cosmetic changes
18+
19+
### Maintenance
20+
21+
* **governance:** refresh pull request template sections
22+
* **governance:** update external non-triage effort disclaimer
23+
* **governance:** update static typing to a form
24+
* **governance:** update rfc to a form
25+
* **governance:** update feat request to a form
26+
* **governance:** bug report form typo
27+
* **governance:** update docs report to a form
28+
* **governance:** update bug report to a form
29+
* **governance:** new ask a question
30+
* **governance:** new static typing report
31+
732
## 1.25.6 - 2022-04-01
833

934
* **logger:** clear_state regression on absent standard keys like level, location, timestamp ([#1088](https://github.com/awslabs/aws-lambda-powertools-python/issues/1088))

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.25.6"
3+
version = "1.25.7"
44
description = "A suite of utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, batching, idempotency, feature flags, and more."
55
authors = ["Amazon Web Services"]
66
include = ["aws_lambda_powertools/py.typed", "THIRD-PARTY-LICENSES"]

0 commit comments

Comments
 (0)