Skip to content

Releases: bitsocialnet/bitsocial-seeder

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:48

0.7.0 (2026-07-30)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.7.0

Changes

  • fix: a votes-only seeder no longer requires or starts a bitsocial daemon (6d89977)
  • chore: release 0.7.0 (b1219a8)

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 06:26

0.6.1 (2026-07-30)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.6.1

Changes

  • fix(votes): describe bulk root answers in the fetch-serve log (07350a6)
  • chore: release 0.6.1 (96fa67f)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:32

0.6.0 (2026-07-29)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.6.0

Changes

  • Update README.md (e6d3d9f)
  • feat: seed @bitsocial/pubsub-votes directory contests (8300f28)
  • chore: upgrade @bitsocial/bitsocial-cli to 0.19.84 (dfe3dab)
  • chore: remove @pkcprotocol/pkc-js override (0b8748c)
  • refactor(votes): Helia-only seeding — own blockstore, library announcer, npm pin (9c95271)
  • feat: pubsub-voting 0.1.2, AutoTLS browser reachability, memoized chain clients (44ff924)
  • refactor(votes): AutoTLS always on, drop VOTES_PUBLIC_IP/VOTES_AUTO_TLS (1380dec)
  • fix: start.js imported checkForRuntimeDependencyUpdates but update-check.js exports checkRuntimeDependencyUpdates (54b3b48)
  • feat(votes): borrow the daemon Kubo's confirmed public IP for announces and AutoTLS (d9a1ebf)
  • fix(votes): auto-confirm the AutoTLS /dns4 addr so it reaches the router announces (809b031)
  • feat(votes): chain-RPC health probe + decoded bundle and root-change logging (03fcd5f)
  • feat(votes): parallel RPC racing + bitsocial-cli's six-RPC eth default (514186a)
  • test(votes): pin chain-client behavior and wire-log decoding (ca38049)
  • feat(votes): log EIP-55 checksummed addresses so lines match wallet displays (1b2d731)
  • fix: sync package-lock (uint8arrays 5.1.1) so npm ci passes (3234442)
  • feat: migrate codebase to TypeScript (erasable syntax, Node 24 type stripping) (3ce1ce9)
  • test: cover pin reconciliation, seeder state, list fetching; add daemon e2e (74aec4f)
  • test(daemon): cover edge cases with fake RPC servers; fix SIGKILL escalation (9149903)
  • test: add start.ts boot smoke test (5db0ce7)
  • test(daemon-e2e): cover content pins end-to-end (02f8eb6)
  • test(discover): pin source-failure behavior (fbcb563)
  • docs(readme): sync defaults with code; document missing env vars (72c508b)
  • test: cover votes node/seeder, bitsocial clients, and remaining helpers (da1e2cc)
  • chore(deps): bump pubsub-voting to 0.1.4 and pkc-js to 0.0.72 (a617064)
  • mitigate honker-node AbortSignal listener leak via patch-package (9afad85)
  • pin patch-package to exact 8.0.1 (63fa405)
  • fix: let a zero-community discovery finish boot (votes-only seeder) (6c4af3c)
  • serve the Kubo peer's browser-dialable addrs over a votes fetch key (bitsocial-seeder/peers) (0b62fae)
  • chore(deps): bump pubsub-voting to 0.1.5 (acea05a)
  • feat(votes): seed the published 5chan directory manifest by default (4605d2c)
  • chore: release 0.6.0 (0c74c00)
  • fix(docker): apply patches in the image and unbreak the build (5e24da1)
  • ci: install dependencies in the release job (2e96725)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 09:05

0.5.0 (2026-07-10)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.5.0

Changes

  • docs: document public seeder defaults (ce230ee)
  • compose: ship memory guardrails (V8 heap cap + container mem_limit) (3228b47)
  • Seed official Seedit directories automatically (807ec3d)
  • chore: release 0.5.0 (9181770)
  • ci: pin npm 11 for trusted publishing (c8ba2a1)

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:14

0.4.0 (2026-06-29)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.4.0

Changes

  • Bump Bitsocial runtime dependencies (e49cf00)
  • Warn when reusing stale external daemons (22fa5af)
  • chore: release 0.4.0 (6924772)

v0.3.3

Choose a tag to compare

@github-actions github-actions released this 26 Jun 06:27

0.3.3 (2026-06-26)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.3.3

Changes

  • chore: upgrade @bitsocial/bitsocial-cli to 0.19.78 (7634761)
  • chore: upgrade @bitsocial/bitsocial-cli to 0.19.79 (5227c5b)

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 18 Jun 10:26

0.3.2 (2026-06-18)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.3.2

Changes

  • fix: continue pubsub provides when pins already exist (03a13bd)

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:28

0.3.1 (2026-06-15)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.3.1

Changes

  • chore: update bitsocial runtime for v0.3.1 (20ebfdd)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 31 May 05:14

0.3.0 (2026-05-31)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.3.0

Changes

  • docs: add Setup section with step-by-step quick-start (3383993)
  • Add extra community list sources (1aa01dc)

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 27 May 16:20

0.2.0 (2026-05-27)

Docker image: ghcr.io/bitsocialnet/bitsocial-seeder:0.2.0

Changes

  • feat: persist seeder state and durable work queues in SQLite via honker (9a126ab)
  • docs: position seeder as supplemental and document SQLite migration (1529699)
  • fix: re-enqueue discover-tick on each wait iteration to prevent boot hang (c2c4030)
  • refactor: extract pubsub-routing throttle helper to dedupe enqueue logic (fc68636)
  • fix: clear communities table when setCommunitiesSeeding is called with [] (57a2cf6)