Plugins
CockroachDB logo

CockroachDB

Grafana Labs

Get plugin

Changelog

0.4.1

  • ⚙️ Chore: Update dependencies

0.4.0

Minor Changes

  • 26c1f7f: 🐛 Fix: Dashboard template variables are now interpolated into queries. Previously the raw $variable text was sent to CockroachDB, causing panels to return no data (quoted usage) or a syntax error (unquoted usage). Multi-value variables are quoted and comma-joined so IN ($variable) works, and query-type variables can now fetch their options by running a SQL query against CockroachDB.

v0.3.13 - 2026-07-02

  • ⚙️ Chore: Update dependencies

0.3.12

Patch Changes

  • a4078e1: 🔒 Security: Bumped CVE-affected backend dependencies.

    • cockroachdb: jackc/pgx/v5 v5.9.0 → v5.9.2 — fixes CVE-2026-33816 (SQL injection via placeholder confusion in dollar-quoted string literals with QueryExecModeSimpleProtocol) and CVE-2026-41889.
    • databricks, snowflake: pinned apache/thrift v0.22.0 → v0.23.1-0.20260429145742-d2acd3c49e58 — fixes CVE-2026-41602 (integer overflow in TFramedTransport). The v0.23.0 release fix uses math.MaxUint32 in a way that overflows int on 32-bit platforms, breaking our linux_arm build target; the pinned commit (one of two post-release commits, apache/thrift@d2acd3c49e58) casts to uint64 before the comparison. Will roll back to a tag once thrift cuts v0.23.1.

0.3.11

  • ⚙️ Chore: New Go version supported

v0.3.10 - 2026-05-08

  • ⚙️ Chore: Update dependencies

0.3.9

  • ⚙️ Chore: New Go version supported

v0.3.8 - 2026-04-21

  • 🐛 Fix: Classify SQL errors from CockroachDB as downstream errors

v0.3.7 - 2026-04-15

  • ⚙️ Chore: Update dependencies

v0.3.6 - 2026-03-06

  • 🐛 Fix: Mark SQL errors properly

v0.3.5 - 2026-03-03

  • 🐛 Fix: Use QueryExecModeSimpleProtocol to fix caching issues with queries

v0.3.4 - 2026-02-26

  • ⚙️ Chore: Update dependencies

v0.3.3 - 2026-02-26

  • ⚙️ Chore: Update dependencies to ensure React 19 compatibility
  • ⚙️ Chore: Minimal supported Grafana version is now 11.6.11

v0.3.2 - 2025-12-03

  • ⚙️ Chore: Update frontend dependencies
  • ⚙️ Chore: Minimal supported Grafana version is now 11.6.7

v0.3.1 - 2025-08-26

  • 🚀 Feature: Add support for Kerberos Server Name in the plugin config

v0.3.0 - 2025-07-21

  • ⚙️ Chore: Improve handling DB connections

v0.2.4 - 2025-07-16

  • ⚙️ Chore: Update backend dependencies

v0.2.3 - 2025-06-09

  • ⚙️ Chore: Improve error handling and logging

v0.2.2 - 2025-05-13

  • ⚙️ Chore: Update backend and frontend dependencies

v0.2.1 - 2025-05-20

  • Fix Kerberos credential cache retrieval
  • Dependency updates

v0.2.0 - 2025-07-01

  • Add PDC support

v0.1.4 - 2025-07-01

  • Dependency updates

v0.1.3 - 2025-07-01

  • Fixes invalid password bug with Kerberos Authentication
  • Dependency updates

v0.1.2 - 2025-07-01

  • Dependency updates

v0.1.1 - 2025-07-01

  • Dependency updates

v0.1.0 - 2025-07-01

  • Macro support - timeFilter, timeFrom, and timeTo are supported. Read more about macros in CockroachDB query editor.
  • Update documentation.

v0.0.0 - 2025-07-01

  • Initial release.