Skip to content

Releases: turbot/powerpipe

v1.2.2

05 Feb 05:28
1b339c3
Compare
Choose a tag to compare

Bug fixes

  • When DashboardServer executes a dashboard, ensure search path prefix is respected. (#717)

v1.2.2-rc.202502041753

04 Feb 18:03
5725e6e
Compare
Choose a tag to compare
Pre-release
v1.2.2

v1.2.1

04 Feb 11:39
c8cb727
Compare
Choose a tag to compare

Bug Fixes

  • Fix backend support if the database is specified by a connection string. (#713)
  • Improve search path button config popover to handle narrower screens. (#711)
  • Dashboard UI sending changed_input field at wrong level in input_changed event. (#708)

v1.2.1-alpha.202502031407

03 Feb 14:18
45c57a1
Compare
Choose a tag to compare
Pre-release
Update backendSupport.setFromDb to support ConnectionString

log errors from dashboard execution

v1.2.1-alpha.202501311619

31 Jan 16:29
25996e8
Compare
Choose a tag to compare
Pre-release
Ensure GetDefaultDatabaseConfig is only called once

Update GetDefaultDatabaseConfig to accept mod
remove DefaultDatabase global
dashboardServer and dashboardExecutor store defaultDatabase and defaultSearchPathConfig
tidy determineBackendSupport
v1.2.1

v1.2.0

30 Jan 15:07
4f66f5c
Compare
Choose a tag to compare

Whats new

  • Add support for tailpipe detections and detection benchmarks.
  • Add tailpipe connection type.
  • Add detection command.
  • Add default column support for tables. (#567)
  • Allow multiple benchmarks/controls to be filtered/grouped on a single dashboard. (#588)
  • Add support for equal / not_equal / in / not_in filters. (#594)
  • Show documentation in Benchmark UI. (#591)
  • Combine snap / open button into single split button. (#606)
  • Add table column selection to table panel controls. (#631)
  • Add table row view. (#636)
  • Add support for draggable split pane for dashboard UI right content section. (#648)
  • Update default date_range input to be 7 days. (#641)
  • Add cell filtering to tables. (#662)
  • Add href support to detection column data. (#642)
  • Add table filter side panel for regular tables. (#670)
  • Add 500 MB limit for opening snapshots. (#671)
  • Add control row detail side panel view. (#672)
  • Add heatmap chart. (#673)

v1.2.0-rc.202501301217

30 Jan 12:28
02c497c
Compare
Choose a tag to compare
Pre-release
Ensure "home" navigation is to root path and not up one level to work…

v1.2.0-beta.202501292303

29 Jan 23:14
dcdfcfb
Compare
Choose a tag to compare
Pre-release
Update pipe-fittings ref

v1.2.0-beta.202501281737

28 Jan 17:48
46b1561
Compare
Choose a tag to compare
Pre-release
Set minor version back to 2

v1.2.0-alpha.202501271724

27 Jan 17:35
3093541
Compare
Choose a tag to compare
Pre-release
Move date range controls to be global controls rather than injected i…