Skip to content

Commit 3ecd0cc

Browse files
grrowlclaude
andcommitted
chore(release): v0.4.0-dev.0
SSR support as a prerelease on the `dev` dist-tag, so people can try it without it becoming the default install (`latest` stays 0.3.1). SSR is additive, so the next minor is 0.4.0; this is its first -dev iteration and bumps as PR #1564 evolves. The adapter installs and imports cleanly against a released @tanstack/db (it imports only stable exports), but end-to-end SSR is DORMANT until paired with the PR #1564 build — dehydrate/hydrate/DbClient and the syncMeta hook calls are upstream and unreleased. The vendored tarballs remain devDeps only; the published package depends on @tanstack/db purely as a peer (>=0.6.0). Publish with: npm publish --tag dev (NOT plain publish — a prerelease still goes to `latest` without the tag). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent c31ccce commit 3ecd0cc

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ While pre-1.0, the public API may change between 0.x releases.
88

99
## [Unreleased]
1010

11+
_Nothing yet._
12+
13+
## [0.4.0-dev.0] — 2026-06-11
14+
15+
Prerelease on the `dev` dist-tag (`npm i tanstack-do-db-collection@dev`); does
16+
not affect `latest` (0.3.1). The SSR adapter installs and imports against a
17+
released `@tanstack/db`, but is **dormant until paired with the PR #1564 build**
18+
(`dehydrate`/`hydrate`/`DbClient` and the hook calls are upstream and unreleased).
19+
1120
### Added
1221

1322
- **SSR support (experimental — ADR-0011; tracks TanStack DB draft PR

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tanstack-do-db-collection",
3-
"version": "0.3.2",
3+
"version": "0.4.0-dev.0",
44
"description": "Sync a TanStack DB collection to a Cloudflare Durable Object over WebSockets — optimistic mutations, live queries, and single-ordered-stream write confirmation.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)