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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
45
- Remove datadog-specific code from [general] section. Instead add [metrics] which can be extended with baker.MetricsClient interfaces. [#34](https://github.com/AdRoll/baker/pull/34)
46
46
- Remove duration parameter from baker.Main [#62](https://github.com/AdRoll/baker/pull/62)
47
47
- TimestampRange filter accepts 'now' as range [#106](https://github.com/AdRoll/baker/pull/106)
48
-
- standardize the components' structs names [#105](https://github.com/AdRoll/baker/pull/105)
48
+
- Standardize the components' structs names [#105](https://github.com/AdRoll/baker/pull/105)
49
+
-**Breaking** Change func FieldName to FieldNames (slice) as it allows to know the number of defined fields [#110](https://github.com/AdRoll/baker/pull/110)
0 commit comments