generated from template/go
-
v1.1.0
Stablereleased this
2026-06-11 18:01:33 -04:00 | 38 commits to main since this release- feat(victoriametrics): add query metadata and export ratio gating (
e34825bf58) - feat(victoriametrics): capture container memory and database metrics (
54c6be9cac) - feat: add telemetry endpoint and inserted metrics (
0970de0b2c) - feat(duckdb): package quack extension and add vm benchmark (
e600aed55a) - feat(quack): auto-generate quack token when omitted (
df42157e47) - feat(dashboard): add zap logger to startup path (
9a46c77c55) - feat(dashboard): add integrated dashboard mode (
51c54acabe) - feat(quack-dashboard): join number points with series server-side (
485dc561bc) - feat(quack-dashboard): serve telemetry dashboard via local HTTP (
6c8f17856b) - feat(examples): add quack-dashboard cli example (
d75ce5241f) - feat(config): support environment variables for cli options (
4b71e5a9d7) - fix(quack): restrict Quack remote queries to read-only (
5c44632c4e) - fix(dashboard): change default listen address to 0.0.0.0 (
a94794fac8) - fix(dashboard): parse timestamps as UTC and render client-local times (
9468b1145b) - fix(config): normalize duckdb path and extract config helpers (
041d4d4318) - fix(duckdb): handle schema marker conflicts by recreating db (
f7e62f537b) - bump: v1.0.0 -> v1.1.0 (
bb69bbbae9) - chore(deps): add otel metric as direct dependency (
d51e91b5b2) - refactor(benchmarks): rewrite vm benchmark as Go runner (
ad6d755ca8) - style(schema): add noqa to duckdb enum declarations (
6bc00c893f) - chore(build): add docs headings and bump flake dependencies (
475e53e73a) - test(dashboard): split dashboard tests into focused files (
4997a7f101) - refactor(dashboard): rename dashboard section headers (
b724b0ab91) - chore(zed): enable oxfmt formatting for HTML, JS, and CSS (
43aff63923) - style(dashboard): reformat template and formatter globs (
e1b617898b) - refactor(quack-dashboard): wrap SQL with duckmetrics.query (
abc23a7838) - docs(quack-dashboard): add dashboard usage and setup documentation (
65a049eaea) - docs(readme): normalize section heading capitalization (
cfcbbec4e2) - chore(release): pin release version and bump paths (
38d7980e28) - docs(readme): add mermaid architecture flowchart to README (
5cef0cada5) - refactor(quack): streamline startup log fields (
9ebe9990d8) - build(flake): expose required container ports (
3ff59fecef) - build(release): add appimages output for release workflow (
e1e8120836) - build(flake): configure GOPROXY for go builds (
09e51682ad) - build(nix): update go vendor hash (
f259df9af3)
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- feat(victoriametrics): add query metadata and export ratio gating (