Skip to content

v26.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 09:31
· 29 commits to main since this release
v26.1.1

Highlights

Navigation

  • Add tables parts support (server-wide and per-table) - 08d35d6
  • Add per-table merges/mutations - 6b2c7c8

Usability:

  • Search in log_comment (useful for clickhouse-test) - 5a30897
  • Highlight miss events in query view - 3dd879c
  • Hash-based colorization of hostnames in logs - 106af8d
  • Add filtering by hostname in logs - edf24f5
  • Add --skip-unavailable-shards - cf61ca5

Fixes

  • Fix filtering on some views - ef3b5b5
  • Fix issues with updating multiple SQLQueryView (usually dialogs) - e87a93b

Minor

  • Add database/table for part_log if it was called as main view - 8385d3f
  • Add database/table for table parts if was called as main view - f4039ce
  • Rename actions for sharing flamegraph to include "Share" - 88c9042
  • Implement filtering in query view (by profile events) - d3169ad
  • Show information about specific "sub" query if it is selected - f376d38
  • Bind "Show all queries" to "_" as well - 54d4abb
  • Use hostname column from system.*_log over hostName() - 909764a

asciicast

Commits

  • 3e4f324: Update demo .gif for release 25.12.1 (Azat Khuzhin)
  • 08d35d6: Add tables parts support (server-wide and per-table) (Azat Khuzhin)
  • bf95c67: Add part_log support (server-wide and per-table) (Azat Khuzhin)
  • ef3b5b5: Fix filtering on some views (Azat Khuzhin)
  • e87a93b: Fix issues with updating multiple SQLQueryView (usually dialogs) (Azat Khuzhin)
  • 8385d3f: Add database/table for part_log if it was called as main view (Azat Khuzhin)
  • f4039ce: Add database/table for table parts if was called as main view (Azat Khuzhin)
  • abe048f: Add system.asynchronous_inserts support (Azat Khuzhin)
  • 997e887: Add todo list for tables actions (Azat Khuzhin)
  • 6b2c7c8: Add per-table merges/mutations (Azat Khuzhin)
  • 0df2ffe: Remove copy-paste for params filtering (Azat Khuzhin)
  • 88c9042: Rename actions for sharing flamegraph to include "Share" (Azat Khuzhin)
  • d3169ad: Implement filtering in query view (by profile events) (Azat Khuzhin)
  • a93f3c2: Bundle cursive_table_view create into chdig (Azat Khuzhin) #205
  • ac17081: Join ExtTableView into TableView (Azat Khuzhin) #205
  • ff94ee5: Calculate column width based on the input rows (Azat Khuzhin) #205
  • 4d108ed: Add few words into spell typos excludes (Azat Khuzhin) #205
  • 9487dbd: Optimize column width calculation (udpate it only on items changes) (Azat Khuzhin) #205
  • 15acb97: Fix TableView example (it is private, it won't compile, so use ignore) (Azat Khuzhin) #205
  • dbcfdb0: Calculate column width based on the input rows (#205) (Azat Khuzhin) #205
  • 3dd879c: Highlight miss events in query view (Azat Khuzhin)
  • 377e589: Implement profile events difference for multiple queries (Azat Khuzhin)
  • 681484d: Support *Nanoseconds events (Azat Khuzhin)
  • dea5439: Add query duration as separate event (Azat Khuzhin)
  • f376d38: Show information about specific "sub" query if it is selected (Azat Khuzhin)
  • 54d4abb: Bind "Show all queries" to "_" as well (Azat Khuzhin)
  • 106af8d: Hash-based colorization of hostnames in logs (Azat Khuzhin)
  • edf24f5: Add filtering by hostname in logs (Azat Khuzhin)
  • 1c6510b: Strip common suffix/prefix from hostnames (Azat Khuzhin)
  • efa9833: Use more modern sorting indicators (Azat Khuzhin)
  • b69b294: Add padding for sorting indicators to the column width in TableView (Azat Khuzhin)
  • 3a46787: Fix comment for column width padding (Azat Khuzhin)
  • 49a117b: More modern look (remove borders) (Azat Khuzhin)
  • 46e3ec2: Remove extra space between columns (Azat Khuzhin)
  • da28548: Use cyan bold for full screen view titles (Azat Khuzhin)
  • 303bd75: Store original host name as-is in logs for later filtering (Azat Khuzhin)
  • cf61ca5: Add --skip-unavailable-shards (Azat Khuzhin)
  • f5652b2: Set short hostname (for display) in all llines not only 1000 sample (Azat Khuzhin)
  • 0b7fac2: Contextual log filtering with Ctrl+S (Azat Khuzhin)
  • 909764a: Use hostname column from system.*_log over hostName() (Azat Khuzhin)
  • 55b2866: Cleanup TextLogView (Azat Khuzhin)
  • 2a7561f: Fix calculating column position for resize (Azat Khuzhin)
  • 5a30897: Search in log_comment (useful for clickhouse-test) (Azat Khuzhin)
  • bac1b48: cargo update (Azat Khuzhin)
  • 5e0f0dc: v26.1.1 (Azat Khuzhin)