Skip to content

v0.6.0 (2026-06-03)

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jun 08:08
v0.6.0
e8d5950

Release Notes

Breaking Changes

  • Remove --header options and the REPL /headers command.
  • REPL command now starts with slash (/) instead of backslash (\), e.g. \format becomes /format.
  • Drop scopeql gen config command since connection management is now handled by scopeql config subcommands.
  • Connection specs now requires an "auth" field, like:
[connections.local]
endpoint = "http://127.0.0.1:6543"
auth = "direct"

[connections.cloud]
endpoint = "https://c065.aws.scopedb.cloud"
auth = "api_key"
api_key = "sk_..."

New Features

  • Allow custom HTTP headers to be configured through connection configuration or SCOPEQL_CONFIG_CONNECTIONS_<CONNECTION_NAME>_HEADERS.
  • Support new command scopeql config with subcommands set-connection, delete-connection, get-connections, and use-connection to manage connection specs.
  • Support REPL command /connections to list available connections and the current connection.

Install scopeql 0.6.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/scopedb/scopeql/releases/download/v0.6.0/scopeql-installer.sh | sh

Download scopeql 0.6.0

File Platform Checksum
scopeql-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
scopeql-x86_64-pc-windows-msvc.zip x64 Windows checksum
scopeql-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
scopeql-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
scopeql-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum