Releases: ClickHouse/clickhousectl
Releases · ClickHouse/clickhousectl
v0.3.1
v0.3.0
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
- @ohlookadollar made their first contribution in #223
Full Changelog: v0.2.4...v0.3.0
v0.2.4
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
What's Changed
Full Changelog: v0.2.2...v0.2.3
v0.2.2
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
- @graphaelli made their first contribution in #198
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.1.18
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 dotenvcommand 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
v0.1.16
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
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