Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 13:45
087e691

Changes

Powertools now works out of the box with code guru profile handler implementation.

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.

  • 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.

  • Metrics annotation captures metrics even in case of unhandled exception from Lambda function.

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.

image

📜 Documentation updates

This release also marks our documentation system migration from Gatsby to MKdocs, including navigation improvements to address customers feedback.

image

This release was made possible by the following contributors:

@michaelbrewer, @msailes and @pankajagrawal16