You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.10.0] - 2020-06-08
10
+
### Added
11
+
-**Metrics**: `capture_cold_start_metric` parameter added to `log_metrics` decorator
12
+
-**Metrics**: Optional `namespace` and `service` parameters added to Metrics constructor to more closely resemble other core utils
13
+
14
+
### Changed
15
+
-**Metrics**: Default dimension is now created based on `service` parameter or `POWERTOOLS_SERVICE_NAME` env var
16
+
17
+
### Deprecated
18
+
-**Metrics**: `add_namespace` method deprecated in favor of using `namespace` parameter to Metrics constructor or `POWERTOOLS_METRICS_NAMESPACE` env var
19
+
9
20
## [0.9.5] - 2020-06-02
10
21
### Fixed
11
22
-**Metrics**: Coerce non-string dimension values to string
0 commit comments