v0.0.33
What's Changed
- CFR: Enhanced job statistics with optional reporting database support. Thanks, @WalBeh.
- Settings: Added settings comparison utility. Thanks, @WalBeh.
- Meta: Added parser for
https://cratedb.com/releases.jsonfile. Thanks, @WalBeh. - CFR: Added the ability to anonymize queries recorded by
collect - Cloud API: SDK and CLI for CrateDB Cloud Cluster and Import APIs
Supports headless/unattended operations on CrateDB Cloud clusters, covering
deploy/start/resume and data import procedures using fluent API and CLI - Cloud API: Added JWT authentication to client API and
ctk shell - Cloud API: Added
healthandpingsubcommands toctk cluster - CLI: Downgraded to Click 8.1, as the code is not compatible with 8.2 yet
Details
- Enhance job statistics commands with optional reporting database support by @WalBeh in #418
- Settings: Add settings comparison utility by @amotl in #421
- Update polars requirement from <1.28 to <1.29 by @dependabot in #425
- Update botocore requirement from <1.38 to <1.39 by @dependabot in #427
- Update pyarrow requirement from <19.1 to <20.1 by @dependabot in #426
- Meta: Add parser for
https://cratedb.com/releases.jsonfile by @amotl in #430 - Bump python from 3.11-slim-bookworm to 3.13-slim-bookworm in /release/oci by @dependabot in #293
- Update aiobotocore requirement from <2.22 to <2.23 by @dependabot in #433
- Update polars requirement from <1.29 to <1.30 by @dependabot in #434
- Anonymize sql statements by @WalBeh in #428
- SDK and CLI for CrateDB Cloud Cluster APIs by @amotl in #81
- CLI: Downgrade to Click 8.1, as the code is not compatible with 8.2 yet by @amotl in #435
Full Changelog: v0.0.32...v0.0.33