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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,9 @@
1
-
v1.4.0
2
-
_Whats new_
3
-
- Add support for ducklake backend. Update pipe-fittings to v2.7.0. ([#760](https://github.com/turbot/pipe-fittings/issues/760))
4
-
- DbClient.Close calls Backend.Close if it supports it
5
-
- Update server command to call initData.Cleanup
6
-
- Optimise getSearchPathMetadata to not connect to backend unless needed
7
-
1
+
## v1.4.0 [2025-09-22]
2
+
_What's new_
3
+
- Updated the `tailpipe` connection to support the new Tailpipe v0.7.0 DuckLake backend. ([#889](https://github.com/turbot/powerpipe/issues/889))
4
+
**Note:** When using Powerpipe with Tailpipe v0.7.0, existing Tailpipe data must be migrated to DuckLake **before** running a dashboard that uses a Tailpipe backend. Data can be migrated by running `tailpipe query`.
5
+
- Updated pipe-fittings to v2.7.0. ([#760](https://github.com/turbot/pipe-fittings/issues/760))
6
+
**Note:** For CentOS/RHEL users, the minimum supported version is now **CentOS Stream 10 / RHEL 10** due to `libstdc++` library compatibility.
0 commit comments