You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* develop: (33 commits)
fix(docs): remove Slack link (aws-powertools#1210)
docs(roadmap): add new roadmap section (aws-powertools#1204)
fix(batch): missing space in BatchProcessingError message (aws-powertools#1201)
fix(batch): docstring fix for success_handler() record parameter (aws-powertools#1202)
chore(deps): bump email-validator from 1.1.3 to 1.2.1 (aws-powertools#1199)
docs(layer): upgrade to 1.25.10
chore: include regression in changelog
chore: bump to 1.25.10
feat(parameters): add clear_cache method for providers (aws-powertools#1194)
chore(ci): changelog pre-generation to fetch tags from origin
revert(parser): Add missing fields for SESEvent (aws-powertools#1027) (aws-powertools#1190)
fix(parser): Add missing fields for SESEvent (aws-powertools#1027)
fix(data-classes): Add missing SES fields and (aws-powertools#1045)
fix(event_handler): exception_handler to handle ServiceError exceptions (aws-powertools#1160)
chore(deps-dev): bump flake8-bugbear from 22.1.11 to 22.4.25 (aws-powertools#1156)
chore(deps-dev): bump mypy from 0.942 to 0.950 (aws-powertools#1162)
chore(deps-dev): bump flake8-eradicate from 1.2.0 to 1.2.1 (aws-powertools#1158)
chore(deps): bump github/codeql-action from 1 to 2 (aws-powertools#1154)
chore(ci): post release on tagged issues too
fix(event_handler): Allow for event_source support (aws-powertools#1159)
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+63Lines changed: 63 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,69 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
7
+
## 1.25.10 - 2022-04-29
8
+
9
+
### Bug Fixes
10
+
11
+
***data-classes:** Add missing SES fields and ([#1045](https://github.com/awslabs/aws-lambda-powertools-python/issues/1045))
12
+
***deps:** Ignore boto3 changes until needed ([#1151](https://github.com/awslabs/aws-lambda-powertools-python/issues/1151))
13
+
***deps-dev:** remove jmespath due to dev deps conflict ([#1148](https://github.com/awslabs/aws-lambda-powertools-python/issues/1148))
14
+
***event_handler:** exception_handler to handle ServiceError exceptions ([#1160](https://github.com/awslabs/aws-lambda-powertools-python/issues/1160))
15
+
***event_handler:** Allow for event_source support ([#1159](https://github.com/awslabs/aws-lambda-powertools-python/issues/1159))
16
+
***parser:** Add missing fields for SESEvent ([#1027](https://github.com/awslabs/aws-lambda-powertools-python/issues/1027))
17
+
18
+
### Documentation
19
+
20
+
***layer:** upgrade to 1.25.9
21
+
22
+
### Features
23
+
24
+
***parameters:** add clear_cache method for providers ([#1194](https://github.com/awslabs/aws-lambda-powertools-python/issues/1194))
25
+
26
+
### Maintenance
27
+
28
+
***ci:** changelog pre-generation to fetch tags from origin
29
+
***ci:** post release on tagged issues too
30
+
***ci:** disable mergify configuration after breaking changes ([#1188](https://github.com/awslabs/aws-lambda-powertools-python/issues/1188))
31
+
***deps:** bump codecov/codecov-action from 3.0.0 to 3.1.0 ([#1143](https://github.com/awslabs/aws-lambda-powertools-python/issues/1143))
32
+
***deps:** bump github/codeql-action from 1 to 2 ([#1154](https://github.com/awslabs/aws-lambda-powertools-python/issues/1154))
33
+
***deps-dev:** bump flake8-bugbear from 22.1.11 to 22.4.25 ([#1156](https://github.com/awslabs/aws-lambda-powertools-python/issues/1156))
34
+
***deps-dev:** bump flake8-eradicate from 1.2.0 to 1.2.1 ([#1158](https://github.com/awslabs/aws-lambda-powertools-python/issues/1158))
***deps-dev:** bump mypy from 0.942 to 0.950 ([#1162](https://github.com/awslabs/aws-lambda-powertools-python/issues/1162))
37
+
***deps-dev:** bump xenon from 0.8.0 to 0.9.0 ([#1145](https://github.com/awslabs/aws-lambda-powertools-python/issues/1145))
38
+
***deps-dev:** bump mypy from 0.931 to 0.942 ([#1133](https://github.com/awslabs/aws-lambda-powertools-python/issues/1133))
39
+
40
+
### Regression
41
+
42
+
***parser:** Add missing fields for SESEvent ([#1027](https://github.com/awslabs/aws-lambda-powertools-python/issues/1027)) ([#1190](https://github.com/awslabs/aws-lambda-powertools-python/issues/1190))
43
+
44
+
## 1.25.9 - 2022-04-21
45
+
46
+
### Bug Fixes
47
+
48
+
***deps**: correct py36 marker for jmespath
49
+
## 1.25.8 - 2022-04-21
50
+
51
+
### Bug Fixes
52
+
53
+
***governance:** removed ambiguous quotes from labels
54
+
***deps:** update jmespath marker to support 1.0 and py3.6 ([#1139](https://github.com/awslabs/aws-lambda-powertools-python/issues/1139))
55
+
***governance:** update label in names in issues
56
+
57
+
### Documentation
58
+
59
+
***install:** instructions to reduce pydantic package size ([#1077](https://github.com/awslabs/aws-lambda-powertools-python/issues/1077))
60
+
***layer:** remove link from clipboard button ([#1135](https://github.com/awslabs/aws-lambda-powertools-python/issues/1135))
61
+
***layer:** update to 1.25.7
62
+
63
+
### Maintenance
64
+
65
+
***deps:** bump codecov/codecov-action from 2.1.0 to 3.0.0 ([#1102](https://github.com/awslabs/aws-lambda-powertools-python/issues/1102))
66
+
***deps:** bump actions/upload-artifact from 2 to 3 ([#1103](https://github.com/awslabs/aws-lambda-powertools-python/issues/1103))
67
+
***deps-dev:** bump mkdocs-material from 8.2.4 to 8.2.7 ([#1131](https://github.com/awslabs/aws-lambda-powertools-python/issues/1131))
68
+
***deps-dev:** bump pytest from 6.2.5 to 7.0.1 ([#1063](https://github.com/awslabs/aws-lambda-powertools-python/issues/1063))
A suite of Python utilities for AWS Lambda functions to ease adopting best practices such as tracing, structured logging, custom metrics, and more. (AWS Lambda Powertools [Java](https://github.com/awslabs/aws-lambda-powertools-java) and [Typescript](https://github.com/awslabs/aws-lambda-powertools-typescript) is also available).
8
8
9
-
**[📜Documentation](https://awslabs.github.io/aws-lambda-powertools-python/)** | **[🐍PyPi](https://pypi.org/project/aws-lambda-powertools/)** | **[Roadmap](https://github.com/awslabs/aws-lambda-powertools-roadmap/projects/1)** | **[Detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/)**
9
+
**[📜Documentation](https://awslabs.github.io/aws-lambda-powertools-python/)** | **[🐍PyPi](https://pypi.org/project/aws-lambda-powertools/)** | **[Roadmap](https://awslabs.github.io/aws-lambda-powertools-python/latest/roadmap/)** | **[Detailed blog post](https://aws.amazon.com/blogs/opensource/simplifying-serverless-best-practices-with-lambda-powertools/)**
***AWS Developers Slack**: `#lambda-powertools` - **[Invite, if you don't have an account](https://join.slack.com/t/awsdevelopers/shared_invite/zt-yryddays-C9fkWrmguDv0h2EEDzCqvw)**
If you think you’ve found a potential security issue, please do not post it in the Issues. Instead, please follow the instructions [here](https://aws.amazon.com/security/vulnerability-reporting/) or [email AWS security directly](mailto:[email protected]).
0 commit comments