We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 267414b commit a325e5dCopy full SHA for a325e5d
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
## [Unreleased]
8
9
## [0.11.0] - 2020-06-08
10
+### Added
11
+- Imports can now be made from top level of module, e.g.: `from aws_lambda_powertools import Logger, Metrics, Tracer`
12
+
13
### Fixed
14
- **Metrics**: Fix a bug with Metrics causing an exception to be thrown when logging metrics if dimensions were not explicitly added.
15
0 commit comments