Bug Fixes ci/runner bump Go 1.26.0 → 1.26.1 to fix stdlib security CVEs
ci add -tags noweb to coverage target to avoid embed failure [skip ci]
ci add actions/setup-go to test-go to resolve go1.26.1 mismatch
cmd gofmt trailing blank line in cmd_update.go
cmd remove unused newSelfUpdateCmd — lint unused
cmd resolve update command conflicts and test interference
cmd skip update hint for dev builds to avoid corrupting JSON output in tests
install auto-update ~/.zshrc/.bashrc/.profile with PATH entry [skip ci]
install install to ~/.nanosync/bin, no sudo required [skip ci]
install use full version tag in archive filename (nanosync_v0.0.1_... not nanosync_0.0.1_...) [skip ci]
integration increase SS-BQ-04 timeout 10min→20min for GKE DinD
lint remove unused date var from cmd_version.go
platform post-merge fixes — security CVEs, snapshot race, CI stability
release add debug output to diagnose scope parsing [skip ci]
release checkout main for dispatch, create tag locally for goreleaser [skip ci]
release clean changelog format, base release notes, auto-remove private tags [skip ci]
release correct bold scope parsing — colon inside bold not after [skip ci]
release force-push website branch to handle re-releases [skip ci]
release generate MDX entirely in Python to fix scope/text parsing [skip ci]
release print char ordinals to debug scope parsing [skip ci]
release publish to nanosync-public, replace Apache with proprietary license [skip ci]
release push tags to nanosync-public, remove commit hashes from changelog [skip ci]
release remove -f from curl so 422 PR-exists is handled gracefully [skip ci]
release remove invalid last-release-sha input from release-please action
release remove invalid last-release-sha, anchor v0.0.0 at HEAD
release remove invalid secrets if-condition on website-pr job
release remove unsupported commit_msg_template field [skip ci]
release rewrite website PR script — structured frontmatter, only write v{VERSION}.mdx [skip ci]
release use -j flag in zip to avoid empty directory error
release use echo instead of printf to avoid dash flag issues [skip ci]
release use gh API to mirror tag to nanosync-public [skip ci]
release use GITHUB_TOKEN for release-please
release use GITHUB_TOKEN for release-please — PAT expired/inaccessible [skip ci]
release use MDX comments in changelog index — HTML comments invalid in MDX [skip ci]
release use nanosync-public HEAD SHA for tag mirror [skip ci]
release use string find instead of regex for scope parsing [skip ci]
release website-pr checkout main not deleted tag [skip ci]
release wrap secrets expression in \${{ }} in website-pr if condition
release write changelog to src/pages/docs/changelog/*.mdx for Astro routing [skip ci]
release write install.sh to public/ not static/ in website repo [skip ci]
security address Trivy/govulncheck CVEs and remove unused Rust engine
security also skip ConnectorEdit.tsx from trivy secrets scan
security bump go 1.26.0→1.26.1 and suppress trivy false positive
security bump go-jose/v4 v4.1.3→v4.1.4 to fix CVE-2026-34986
snapshot allDone race — add 'running' status to prevent premature cancelWork
sources/sqlserver connector-tests-sqlserver — tlog, CDC, and CI hardening
sqlserver fix listCDCCapturedColumns SQL — cdc.captured_columns has no capture_instance column
tests,connectors fix connector-tests-postgres-cuj, filtering, and tlog-13
tests increase PrometheusMetrics poll timeout 30s → 90s for GKE
tests increase waitForBQSinkEvents and Prometheus poll timeouts for GKE
tests SS-BQ-09 timeout, skip BQ duplicate checks in DinD
tests three fixes — syntax error, Prometheus metric root cause, Postgres parallelism
tests update asset filename fixtures to use v-prefix (nanosync_v0.2.0_...)
tlog/clid-riven retry pipeline start on transient coordinator failure
tlog/test13 insert row after WaitForLag to trigger recordBatchMetrics
tlog/tests add WaitRunning before inserts to prevent snapshot+tlog duplicates
updater fix remaining errcheck — defer os.Remove and resp.Body.Close
updater point to nanosync-public repo, fix asset filename v-prefix, remove sudo hint
updater resolve golangci-lint issues