v2.6.2
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
DateTime64columns (#143). Time bounds are validated as RFC3339 and sent throughparseDateTime64BestEffortinstead of raw string literals, which failed withTYPE_MISMATCHon 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_logsafter a reload. - Negative
LIMITqueries run correctly (#139). Queries likeSELECT ... LIMIT -10no longer fail with a syntax error caused by the internal column-metadata rewrite.
Changed
- Dependency bumps:
github.com/IBM/sarama1.60.1,modernc.org/sqlite(#144) anddocker/login-action4.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-uiIf you don't want a global install, run it as ./ch-ui.
Verify checksum
sha256sum -c checksums.txtFull changelog: v2.6.1...v2.6.2