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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,25 @@
4
4
<aname="unreleased"></a>
5
5
# Unreleased
6
6
7
+
## Features
8
+
9
+
***metrics:** add EphemeralMetrics as a non-singleton option ([#1676](https://github.com/awslabs/aws-lambda-powertools-python/issues/1676))
10
+
11
+
12
+
<aname="v2.1.0"></a>
13
+
## [v2.1.0] - 2022-10-31
7
14
## Bug Fixes
8
15
9
16
***ci:** linting issues after flake8-blackbear,mypy upgrades
10
17
***deps:** update build system to poetry-core ([#1651](https://github.com/awslabs/aws-lambda-powertools-python/issues/1651))
18
+
***idempotency:** idempotent_function should support standalone falsy values ([#1669](https://github.com/awslabs/aws-lambda-powertools-python/issues/1669))
19
+
***logger:** fix unknown attributes being ignored by mypy ([#1670](https://github.com/awslabs/aws-lambda-powertools-python/issues/1670))
11
20
12
21
## Documentation
13
22
14
23
***community:** fix social handlers for Ran ([#1654](https://github.com/awslabs/aws-lambda-powertools-python/issues/1654))
15
24
***community:** fix twitch parent domain for embedded video
25
+
***homepage:** remove 3.6 and add hero image
16
26
***homepage:** add Pulumi code example ([#1652](https://github.com/awslabs/aws-lambda-powertools-python/issues/1652))
0 commit comments