What's New in v0.0.2
Released 2026-04-04.
Features
- Self-update — run
nanosync updateto upgrade to the latest version without re-running the installer.nanosync versionnow shows whether you’re on the latest release or hints to upgrade. - Stream flags —
--snapshot-onlyexits cleanly after snapshotting existing rows.--query "SQL"runs a custom SELECT once and streams results to the sink.
Bug Fixes
- SQL Server CDC — fixed a query against
cdc.captured_columnsthat caused connector startup failures. - Snapshot stability — fixed a race condition in the snapshot coordinator that caused premature pipeline cancellation.
- Security — bumped
go-jose/v4to patch CVE-2026-34986, updated Go 1.26.1 for stdlib CVE fixes. - Installer — now installs to
~/.nanosync/binwith no sudo required and auto-adds to your shell PATH.