Releases: farcasterxyz/hub-monorepo
Releases · farcasterxyz/hub-monorepo
@farcaster/[email protected]
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/[email protected]
Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/[email protected]...@farcaster/[email protected]
@farcaster/[email protected]
@farcaster/[email protected]
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/[email protected]
@farcaster/[email protected]
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/[email protected]
@farcaster/[email protected]
1.13.1
Patch Changes
- c424e11: feat: Add support for long casts
- Updated dependencies [c424e11]
- @farcaster/[email protected]
@farcaster/[email protected]
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/[email protected]
@farcaster/[email protected]
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/[email protected]
@farcaster/[email protected]
@farcaster/[email protected]
@farcaster/[email protected]
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/[email protected]