File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.6.0] - 2020-09-22
10
+
9
11
### Added
10
- - ** Metrics** : Support adding multiple metric values to a metric name
12
+ - ** Metrics** : Support adding multiple metric values to a single metric name
11
13
- ** Utilities** : Add new ` Validator ` utility to validate inbound events and responses using JSON Schema
14
+ - ** Utilities** : Add new ` Event source data classes ` utility to easily describe event schema of popular event sources
15
+ - ** Docs** : Add new ` Testing your code ` section to both Logger and Metrics page, and content width is now wider
16
+ - ** Tracer** : Support for automatically disable Tracer when running a Chalice app
17
+
18
+ ### Fixed
19
+ - ** Docs** : Improve wording on log sampling feature in Logger, and removed duplicate content on main page
20
+ - ** Utilities** : Remove DeleteMessageBatch API call when there are no messages to delete
12
21
13
22
## [ 1.5.0] - 2020-09-04
14
23
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws_lambda_powertools"
3
- version = " 1.5 .0"
3
+ version = " 1.6 .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