Skip to content

Commit 771a5ee

Browse files
author
Pankaj Agrawal
committed
core:1.3.0 changelog
1 parent 087e691 commit 771a5ee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ This project follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) fo
88

99
## [Unreleased]
1010

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

Comments
 (0)