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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
## master / unreleased
2
2
3
+
## 0.17.0 / 2024-11-04
4
+
5
+
Deprecation notice: The comma delimited flags `google.project-id` and `monitoring.metrics-type-prefixes` are being replaced by repeatable flags `google.project-ids` and `monitoring.metrics-prefixes`. The comma delimited flags will be supported for at least one more release.
6
+
7
+
-[CHANGE] Migrate logging to promslog #378
8
+
-[ENHANCEMENT] Sanitize metric type prefixes to prevent duplicate metrics #319
9
+
-[ENHANCEMENT] Add project ID to all logs from the collector #362
10
+
-[FEATURE] Add support for specifying comma-delimited string flags as repeatable flags #355
0 commit comments