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
+8-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,11 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
8
8
9
9
## [Unreleased]
10
10
11
-
## [1.3.0] - Coming soon!
11
+
## [1.3.0] - 2021-03-05
12
+
13
+
***Powertools**: It now works out of the box with [code guru profile handler implementation](https://docs.aws.amazon.com/codeguru/latest/profiler-ug/lambda-custom.html).
14
+
***Logging**: Ability to override object mapper used for logging event. This provides customers ability to customize how and what they want to log from event.
15
+
***Metrics**: Module now by default captures AWS Request id as property if used together with Metrics annotation. It will also capture Xray Trace ID as property if tracing is enabled. This ensures good observability and tracing.
16
+
***Metrics**:`withSingleMetric` from `MetricsUtils can now pick the default namespace specified either on Metrics annotation or via POWERTOOLS_METRICS_NAMESPACE env var, without need to specify explicitly for each call.
17
+
***Metrics**:`Metrics` annotation captures metrics even in case of unhandled exception from Lambda function.
18
+
***Docs**: Migrated from Gatsby to MKdocs documentation system
0 commit comments