Skip to content

v2.6.2

Choose a tag to compare

@github-actions github-actions released this 13 Aug 16:24
· 2 commits to main since this release

Bugfix release closing all open issues reported against v2.6.1. Thanks to @a-gorbunov and @mywalcoin-gif for the detailed reports.

Fixed

  • Telemetry time filters now work with DateTime64 columns (#143). Time bounds are validated as RFC3339 and sent through parseDateTime64BestEffort instead of raw string literals, which failed with TYPE_MISMATCH on standard OTEL-style tables.
  • Telemetry Setup Wizard config is actually used (#142). The saved logs database/table is loaded when the Telemetry page opens and the wizard passes your values straight to the Log Explorer, so custom tables no longer fall back to default.otel_logs after a reload.
  • Negative LIMIT queries run correctly (#139). Queries like SELECT ... LIMIT -10 no longer fail with a syntax error caused by the internal column-metadata rewrite.

Changed

  • Dependency bumps: github.com/IBM/sarama 1.60.1, modernc.org/sqlite (#144) and docker/login-action 4.5.2 (#140).

Install

Download the binary for your platform and run it:

# Linux (amd64)
curl -L -o ch-ui https://github.com/caioricciuti/ch-ui/releases/download/v2.6.2/ch-ui-linux-amd64
chmod +x ch-ui
sudo install -m 755 ch-ui /usr/local/bin/ch-ui
ch-ui

If you don't want a global install, run it as ./ch-ui.

Verify checksum

sha256sum -c checksums.txt

Full changelog: v2.6.1...v2.6.2