Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All significant changes to this software be documented in this file.

## Unreleased

## v0.6.0 (2026-06-03)

### Breaking Changes

* Remove `--header` options and the REPL `/headers` command.
Expand All @@ -26,6 +28,7 @@ api_key = "sk_..."

* 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.

## v0.5.1 (2026-04-15)

Expand Down
Loading