Skip to content

Changelog

Rocky ships four artifacts on independent version numbers, so each keeps its own changelog. The canonical notes live in the repository and on the release pages below; this page just points you to them.

Artifact Version tag Changelog Release page
rocky CLI (engine) engine-v* engine/CHANGELOG.md GitHub Releases
rocky-sdk wheel sdk-v* sdk/python/CHANGELOG.md PyPI
dagster-rocky wheel dagster-v* integrations/dagster/CHANGELOG.md PyPI
Rocky VS Code extension vscode-v* editors/vscode/CHANGELOG.md Marketplace

Each changelog follows Keep a Changelog and the project uses semantic versioning.

The CLI, the Python SDK, the Dagster integration, and the VS Code extension are released separately because they move at different speeds and depend on each other loosely. The SDK and the extension both call the rocky binary as a subprocess, and the Dagster integration is a thin adapter over the SDK, so a CLI release doesn’t force a release of the others. Tagging engine-v1.47.0 builds and publishes only the CLI; the SDK, Dagster, and extension releases work the same way under their own tags.

To upgrade the CLI to the latest release:

Terminal window
curl -fsSL https://raw.githubusercontent.com/rocky-data/rocky/main/engine/install.sh | bash

Pin a specific version by passing it to the installer:

Terminal window
curl -fsSL https://raw.githubusercontent.com/rocky-data/rocky/main/engine/install.sh | bash -s -- <version>