Skip to content

v26.5.1

Choose a tag to compare

@github-actions github-actions released this 27 May 09:50
· 73 commits to main since this release
v26.5.1

Highlights

  • Configurable custom query columns — extend query views with your own columns via config (6aa777d) #248
  • CLI export for Perfetto traces — capture traces without entering the TUI - #246 - by @UnamedRus

Improvements

  • Highlight newly appeared queries with bold style (f36523a)
  • Highlight queries that finished with an exception in red (eaa3855)
  • current_database added to the query filter (ce1f59a)
  • Replication delay shown in the summary (418e99d)
  • Memory used for PK/index granularity now also reported for projections (7cb30bd)
  • Interactive settings dialog refactor with Enter key submit and a dedicated view module (7394b22, d9c36de)
  • Forbid secure connections when built without the tls feature, instead of silently producing a broken URL (8e074b6)

Fixes

  • Omit skip_verify from the URL when verificationMode is not "none" (10aad8e)

Commits

  • 7cb30bd: Add amount of memory used for PK/index granularity for projections (Azat Khuzhin)
  • d9c36de: Refactor settings dialog into separate view module (Azat Khuzhin)
  • 7394b22: Add Enter key support to settings dialog (Azat Khuzhin)
  • 418e99d: Add replication delay into summary (Azat Khuzhin)
  • ce1f59a: Add current_database to query filter (Azat Khuzhin)
  • 6aa777d: Add support of custom queries columns (configurable columns and list of optional) (Azat Khuzhin) #248
  • eaa3855: Highlight queries that finished with an exception in red (Azat Khuzhin)
  • f36523a: Highlight newly appeared queries with bold style (Azat Khuzhin)
  • 9011336: Add CLI export for perfetto traces (UnamedRus)
  • 1eae896: Restore flat view subcommands ("chdig client" not "chdig view client") (Azat Khuzhin)
  • 8e074b6: Forbid secure connections when built without the tls feature (Azat Khuzhin)
  • 10aad8e: Omit skip_verify from URL when verificationMode is not "none" (Azat Khuzhin)
  • 24d3d71: cargo update (Azat Khuzhin)
  • d9fd91f: v26.5.1 (Azat Khuzhin)