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
+12-5Lines changed: 12 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
### Changed
12
+
13
+
### Fixed
14
+
15
+
### Removed
16
+
17
+
## [1.29.0]
18
+
9
19
### Added
10
20
- New flowmachine query `CalendarActivity`, which retrives subscribers pattern of active days
11
21
- New flowmachine queries `PerValueAggregate` and `RedactedPerValueAggregate`, which group by the value column of another query and apply an aggregate to subscribers with that grouping.
@@ -17,10 +27,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
17
27
-`Statistic` moved to `flowmachine.core.statistic_types`
18
28
-`TotalActivePeriodsSubscriber` no longer returns an extra `inactive_periods` column
19
29
20
-
### Fixed
21
-
22
-
### Removed
23
-
24
30
## [1.28.1]
25
31
26
32
### Fixed
@@ -1150,7 +1156,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
0 commit comments