Releases: farcasterxyz/hub-monorepo
Releases · farcasterxyz/hub-monorepo
@farcaster/hubble@1.13.5
What's Changed
- fix(shuttle): Bump max receive size to fix resource exhaustion error by @sanjayprabhu in #2106
- fix(shuttle): Use more efficient lookup to avoid errors by @sds in #2107
- chore(shuttle): Release 0.4.2 by @sds in #2108
- feat: add endpoints to control sync by @sanjayprabhu in #2110
- feat: add experimental HTTP APIs to control sync by @Wazzymandias in #2111
- fix: contact info updates by @Wazzymandias in #2113
- chore: release 1.13.5 by @Wazzymandias in #2114
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
@farcaster/hubble@1.13.3
@farcaster/hubble@1.13.2
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
@farcaster/hubble@1.13.0
@farcaster/hubble@1.12.3
@farcaster/hubble@1.12.2
@farcaster/hubble@1.12.1
@farcaster/hubble@1.12.0
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