Skip to content

Commit c480fe8

Browse files
committed
chore: cut v0.17.1 (libsql Hrana wire fix)
1 parent 68b3f49 commit c480fe8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/).
66

7+
## [0.17.1] - 2026-04-29
8+
9+
### Fixed
10+
11+
- **TokenDB wire protocol** (#61): the v0.17.0 client assumed a generic `POST /query` body shape; the actual deployment target speaks libsql/Hrana v2 (`POST /v2/pipeline` with statements wrapped as `{requests: [{type: "execute", stmt: {sql, args}}]}` and rows returned as arrays of typed value objects). `TokenDB.execute` now speaks Hrana correctly, automatically rewrites `libsql://` URLs to `https://`, and accepts a Bearer auth token via the new `PC2NUTS_TOKEN_DB_AUTH_TOKEN` env var (and matching `--auth-token` CLI flag). Verified end-to-end against a real database instance.
12+
713
## [0.17.0] - 2026-04-29
814

915
### Added

0 commit comments

Comments
 (0)