File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
- ## [ 0.10.1 ] - 2020-06-08
9
+ ## [ 0.11.0 ] - 2020-06-08
10
10
### Fixed
11
11
- ** Metrics** : Fix a bug with Metrics causing an exception to be thrown when logging metrics if dimensions were not explicitly added.
12
12
13
+ ### Changed
14
+ - ** Metrics** : No longer throws exception by default in case no metrics are emitted when using the log_metrics decorator.
15
+
13
16
## [ 0.10.0] - 2020-06-08
14
17
### Added
15
18
- ** Metrics** : ` capture_cold_start_metric ` parameter added to ` log_metrics ` decorator
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 0.10.1 "
3
+ version = " 0.11.0 "
4
4
description = " Python utilities for AWS Lambda functions including but not limited to tracing, logging and custom metric"
5
5
authors = [" Amazon Web Services" ]
6
6
classifiers =[
You can’t perform that action at this time.
0 commit comments