We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f574e94 + 2c2d950 commit 541b051Copy full SHA for 541b051
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.10.1] - 2020-06-08
10
+### Fixed
11
+- **Metrics**: Fix a bug with Metrics causing an exception to be thrown when logging metrics if dimensions were not explicitly added.
12
+
13
## [0.10.0] - 2020-06-08
14
### Added
15
- **Metrics**: `capture_cold_start_metric` parameter added to `log_metrics` decorator
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "aws_lambda_powertools"
3
-version = "0.10.0"
+version = "0.10.1"
4
description = "Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
authors = ["Amazon Web Services"]
classifiers=[
0 commit comments