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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## v0.9.0 [2025-07-02]
2
+
_Whats new_
3
+
4
+
- Refactor collection state to support time ranges, enabling `--to` flag support. ([#241](https://github.com/turbot/tailpipe-plugin-sdk/issues/241))
5
+
- TimeRangeCollectionState supports array of time ranges
6
+
- ShouldCollect ensures that the gaps between the ranges are filled but we do not collect for times we have already collected
7
+
- The time ranges, of type DirectionalTimeRange, are direction aware and work for collection in forwards or backwards direction
8
+
- A Clear function allows clearing the state for a specified time range
9
+
- Move all persistence logic into SaveableCollectionState
10
+
- Added `overwrite` parameter to CollectRequest - if set, clear collection state becore collecting
11
+
- Added migration support for legacy collection states
12
+
13
+
_Bug fixes_
14
+
* Fix issue where collection state end-objects are cleared when collection is complete,
15
+
meaning no further data will be collected for that day. ([#250](https://github.com/turbot/tailpipe-plugin-sdk/issues/250))
16
+
17
+
1
18
## v0.8.0 [2025-06-23]
2
19
_Whats new_
3
20
* Remove row validation and rely entirely on CLI to execute validation. ([#202](https://github.com/turbot/tailpipe-plugin-sdk/issues/202))
0 commit comments