Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/hubble@1.13.5

30 Jun 22:29
59bcfe7
Compare
Choose a tag to compare

What's Changed

1.13.5

Patch Changes

  • 224e75f: fix: gossip contact info every 30 minutes instead of every minute, avoid gossiping contact info on peer connect, skip contact info updates that happen too frequently
  • c723f65: feat: Add endpoints to control sync
  • 667a5b3: feat: add experimental HTTP APIs to control sync
  • Updated dependencies [c723f65]
    • @farcaster/hub-nodejs@0.11.19

Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/hubble@1.13.4...@farcaster/hubble@1.13.5

@farcaster/hubble@1.13.4

26 Jun 23:01
00d88c6
Compare
Choose a tag to compare

1.13.4

Patch Changes

  • 3f0fb85: fix: remove nemes from mainnet bootstrap peers (deprecated)
  • 366ce95: fix: Fix gossip worker spending too much time iterating peer store

@farcaster/hubble@1.13.3

24 Jun 23:56
2bf0959
Compare
Choose a tag to compare

1.13.3

Patch Changes

  • 2d26d30: CLI tool for measuring sync health
  • b150e90: fix: Use stricter socket timeout for gossip
  • eacf29c: fix: http endoint return not found instead of internal database error
    • @farcaster/hub-nodejs@0.11.18

@farcaster/hubble@1.13.2

21 Jun 23:21
ff4ec34
Compare
Choose a tag to compare

1.13.2

Patch Changes

  • e58e963: fix: Always log when updating contact info
  • 27a1cfc: fix: updated the cli tool to flush logs before exiting
  • f25f133: chore: Segment bundle delay stats by message status
  • dab9511: Add rpc to expose LinkCompactStateMessage + explicit handling of type
  • 6ceb8f5: add libp2p/peer-store patch to resolve corrupt peer id loads
  • Updated dependencies [dab9511]
    • @farcaster/hub-nodejs@0.11.17

@farcaster/hubble@1.13.1

13 Jun 18:37
bca9618
Compare
Choose a tag to compare

1.13.1

Patch Changes

  • c424e11: feat: Add support for long casts
  • Updated dependencies [c424e11]
    • @farcaster/hub-nodejs@0.11.16

@farcaster/hubble@1.13.0

12 Jun 19:29
deef953
Compare
Choose a tag to compare

1.13.0

Minor Changes

  • feat: Release 1.13

Patch Changes

  • 1c2dde7: feat: All HUB_OPTIONS env var to docker compose
  • 35d395f: [chore] Determine app version via manual JSON.parse instead of import
    • @farcaster/hub-nodejs@0.11.15

@farcaster/hubble@1.12.3

05 Jun 23:05
f36155a
Compare
Choose a tag to compare

1.12.3

Patch Changes

  • a636765: Retry fetching fname transfers on failed merge
  • 33d4371: feat: Remove the BySigner index to reduce disk usage
  • 053f3ac: Remove unnecessary database reads when merging casts
  • Updated dependencies [87c4f41]
    • @farcaster/hub-nodejs@0.11.13

@farcaster/hubble@1.12.2

17 May 00:20
9e1d8d2
Compare
Choose a tag to compare

1.12.2

Patch Changes

  • 8e7dec1: fix: Fix incorrect link message padding
  • c261fba: added approxSize to getInfo()
  • 0e342af: fix: Fetch previous snapshot if current db one is not present
  • 8c759d6: fix: Throttle pruning so hub is not overloaded
  • Updated dependencies [c261fba]
    • @farcaster/hub-nodejs@0.11.12

@farcaster/hubble@1.12.1

03 May 14:33
8cab5ca
Compare
Choose a tag to compare

@farcaster/hubble

1.12.1

Patch Changes

  • 26ced76: fix: Retry uploads of snapshot chunks to R2
  • 4286432: fix: Check if we need to prune before actually pruning
  • 7b850fb: fix: Fname index from Little endian -> big endian migration

@farcaster/hubble@1.12.0

01 May 18:04
a2e85b1
Compare
Choose a tag to compare

1.12.0

Minor Changes

  • chore: Release 1.12

Patch Changes

  • 23b9485: fix: Use PutObject to upload snapshot chunks to R2
  • e3afd5c: fix: Use priority queue for sync work
  • 063d4ed: fix: sharding events should work when requesting historical events
  • ec3b4e7: chore: Cleanup bundles code
  • 1642e61: fix: Remove backup fetching for get_node
  • 6bec999: perf: Use multiple workers for validateOrRevokeMessages job
  • 93de5d7: fix: Prevent unnecessary decode/encode in rpc APIs
  • 089d1d1: fix: Batch the de-dup check for merging messages
  • 006473d: perf: Improve getSyncMetadataByPrefix performance
  • 6374223: chore: Cleanup trie batch inserts to use batches
  • 1317f1c: fix: Use R2 for snapshots
  • f0bee81: fix: Batch insert merkle trie updates
  • 45cf3f4: fix(hubble): Add startup check for hub to verify gRPC port is reachable from public internet. Reachable address is required for hub to perform diff sync via gRPC API and sync with the network. Hub operators may need to enable port-forwarding of traffic to hub's host and port if they are behind a NAT. Startup check emits warning for now, but may be enforced in the future.
  • 5778e3a: perf: Disable WAL when generating snapshots
  • 7b37489: feat: Add Link CompactStateMessage type for link compaction
  • Updated dependencies [7b37489]
    • @farcaster/hub-nodejs@0.11.11