Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/[email protected]

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/[email protected]

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

1.13.1

Patch Changes

@farcaster/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

20 Apr 14:21
715905f
Compare
Choose a tag to compare

@farcaster/hubble

1.11.8

Patch Changes

  • cd7db2d: fix: Split the snapshot into 4GB chunks

@farcaster/[email protected]

19 Apr 15:53
b30342d
Compare
Choose a tag to compare

New Hubble release with DiffSync v2 and several bug fixes

@farcaster/hubble

1.11.7

Patch Changes

  • ee1e054: fix: Restrict yarn snapshot-url to mainnet - snapshots are not supported on other networks
  • 4c9fb61: feat: allow sharding event stream by fid
  • dd10cdb: fix: update diagnostics reports to prefix tags with fid and peer_id
  • 7a1ccc3: fix: Handle axios errors while reporting to Datadog
  • 51907b0: perf: DiffSync v2
  • 3977c68: fix: Don't allow parallel storage cache scans
  • a7b309e: fix: Use threadpool for trie node ops
  • ac229e2: fix: Use pagesize=1 when scanning for first key
  • Updated dependencies [4c9fb61]

@farcaster/core

0.14.10

Patch Changes

  • 4c9fb61: feat: allow sharding event stream by fid

@farcaster/hub-web

0.8.7

Patch Changes

@farcaster/hub-nodejs

0.11.10

Patch Changes

@farcaster/[email protected]

12 Apr 17:32
c5c0604
Compare
Choose a tag to compare

@farcaster/hubble

1.11.6

Patch Changes

  • 6b4ea83: chore: Run validateOrRevokeMessagesJob once a month for each fid
  • f1ffdd7: fix: Cleanup DB directory after destroy and reset TrieDB before catchupSyncwithSnapshot
  • ce3f424: perf: Use threadpool to getMany
  • 86566b1: tests: Cleanup after tests properly
  • 36191e5: chore: update catchup sync with snapshot default to true
  • 5ca5a4a: feat: Add gossip MessageBundles
  • Updated dependencies [5ca5a4a]

@farcaster/core

0.14.9

Patch Changes

  • 5ca5a4a: feat: Add gossip MessageBundles