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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
## v0.9.2 [2025-07-24]
2
+
_Bug fixes_
3
+
* Fix issue where a collection for zero-granularity data was missing collection boundaries which was causing incorrect collection ranges. ([#264](https://github.com/turbot/tailpipe-plugin-sdk/issues/264))
4
+
* Fix the crash when a collection state had null trunk states. ([#261](https://github.com/turbot/tailpipe-plugin-sdk/issues/261))
5
+
6
+
_Dependencies_
7
+
* Upgrade `golang.org/x/oauth2` to remediate high vulnerabilities.
8
+
1
9
## v0.9.1 [2025-07-02]
2
10
_Bug fixes_
3
11
* Do not clear end objects in TimeRangeCollectionState.OnCollectionComplete if granularity is zero. Closes ([#251](https://github.com/turbot/tailpipe-plugin-sdk/issues/251))
0 commit comments