Skip to content

Releases: ClickHouse/clickhousectl

v0.3.1

15 Jun 20:09
c2baa07

Choose a tag to compare

What's Changed

  • cloud service query: support OAuth login without Query API key provisioning by @sdairs in #248
  • Bump version to 0.3.1 by @sdairs in #249

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Jun 22:10
ca14cf4

Choose a tag to compare

What's Changed

  • Try local before remote when resolving version specs (#217) by @sdairs in #218
  • feat: Read .env file to load CLICKHOUSE_ environment variables by @ohlookadollar in #223
  • Auto-detect agent contexts for JSON output; gh-style exit codes by @kcmannem in #222
  • Hide deprecated fields from CLI output (#228) by @sdairs in #230
  • Add bug report issue template (#197) by @sdairs in #232
  • Remove storageSize from Postgres create/update requests by @sdairs in #236
  • Remove support for provisioning Postgres 16 by @sdairs in #239
  • Add custom config files for local servers (#226) by @sdairs in #231
  • Detect struct fields removed from the spec but left in models.rs (#237) by @sdairs in #240
  • Create postgres project scaffold on local init by @sdairs in #241
  • Bump version to 0.3.0 by @sdairs in #245
  • Fix README drift found in pre-0.3.0 audit by @sdairs in #246
  • Provision Query API endpoint lazily instead of at service create by @sdairs in #243

New Contributors

Full Changelog: v0.2.4...v0.3.0

v0.2.4

02 Jun 15:41
cf6f697

Choose a tag to compare

What's Changed

  • Fix misalignment with OpenAPI spec for Kafka pipes by @markdawson in #207
  • Close OpenAPI drift: upgradeWindow, Pub/Sub, dashboard containers, on-click by @sdairs in #205
  • Add global ~/.local/bin/clickhouse symlink on local use (#202) by @sdairs in #204
  • Bump version to 0.2.4 by @sdairs in #210
  • Refresh CLAUDE.md by @sdairs in #219
  • Drop legacy rustls 0.21 stack from aws-sdk-* dev-deps by @sdairs in #220
  • Add CustomPrivateDnsMapping and customPrivateDnsMappings field by @sdairs in #213
  • Add pip wrapper for clickhousectl via maturin by @sdairs in #216

Full Changelog: v0.2.3...v0.2.4

v0.2.3

20 May 16:50
21618cb

Choose a tag to compare

What's Changed

  • Download release artifacts from builds.clickhouse.com; bump to 0.2.3 by @sdairs in #201

Full Changelog: v0.2.2...v0.2.3

v0.2.2

19 May 16:17
4a495c3

Choose a tag to compare

What's Changed

  • Fix self-update: download tarball and extract binary by @graphaelli in #198
  • Release prep: bump to 0.2.2 in lockstep; document lockstep policy by @sdairs in #200

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 May 21:51
dc8d4c4

Choose a tag to compare

What's Changed

  • ci: bump Node to 24 in publish-npm job for Trusted Publishing OIDC by @Copilot in #194
  • Use root README on crates.io and npm pages by @sdairs in #195

New Contributors

  • @Copilot made their first contribution in #194

Full Changelog: v0.2.0...v0.2.1

v0.1.18

14 Apr 14:10
2c6fca8

Choose a tag to compare

What's Changed

  • Bump version to 0.1.18 by @sdairs in #108
  • Restore strict validation for user-input enums by @sdairs in #104
  • Add process discovery and global server management by @sdairs in #105
  • Add local server dotenv command by @sdairs in #107
  • Add self-update command and background update check by @sdairs in #106
  • Only show update notice on --help output by @sdairs in #112

Full Changelog: v0.1.17...v0.1.18

v0.1.17

09 Apr 17:02
59b2412

Choose a tag to compare

What's Changed

  • Add beta callout and OAuth feature flag note to README by @sdairs in #97
  • add signup command by @kcmannem in #78
  • Enforce OAuth read-only for cloud commands by @sdairs in #99
  • Accept unknown values in API response enums by @sdairs in #100

Full Changelog: v0.1.16...v0.1.17

v0.1.16

07 Apr 23:26
a68fb5c

Choose a tag to compare

What's Changed

  • Switch Linux builds to musl for fully static binaries by @sdairs in #93
  • Address dependency security vulnerabilities by @sdairs in #92
  • Bump version to 0.1.16 by @sdairs in #94
  • Fix static-link verification to accept static-pie by @sdairs in #95
  • Fix ldd check for static binaries by @sdairs in #96

Full Changelog: v0.1.15...v0.1.16

v0.1.15

05 Apr 11:04
dd65357

Choose a tag to compare

What's Changed

  • Restructure CLI into local/ and cloud/ modules by @sdairs in #84
  • Add --version flag to local server start by @sdairs in #85
  • Use tabled for human-readable list output by @sdairs in #88
  • Add --json flag, restructure CLI modules, server --version flag, and table output by @sdairs in #82

Full Changelog: v0.1.14...v0.1.15