Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/[email protected]

23 Sep 22:12
@sds sds
39be986
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/farcasterxyz/hub-monorepo/compare/@farcaster/[email protected]...@farcaster/[email protected]

@farcaster/[email protected]

17 Sep 06:39
e2ce82b
Compare
Choose a tag to compare

1.15.2

Patch Changes

@farcaster/[email protected]

10 Sep 22:54
f3752b2
Compare
Choose a tag to compare

Patch Changes

1943a02: chore: adjust announcement interval for contact info
ec80ff3: fix: direct peering data needs to be processed by the worker due to obscure node behavior

@farcaster/[email protected]

04 Sep 20:10
845d5bd
Compare
Choose a tag to compare

1.15.0

Minor Changes

  • feat: Release protocol version 2024.9.4

Patch Changes

  • 8aaae2a: remove superfluous warn log

@farcaster/[email protected]

20 Aug 22:02
e342280
Compare
Choose a tag to compare

1.14.5

Patch Changes

  • fbd3ba5: fix: Move storage unit type helper functions to hub-nodejs package
  • cc0d0a3: feat: added start/stop time filters for bulk queries
  • Updated dependencies [cc0d0a3]

@farcaster/[email protected]

16 Aug 22:53
4fdfb04
Compare
Choose a tag to compare

1.14.4

Patch Changes

@farcaster/[email protected]

12 Aug 19:15
366ffff
Compare
Choose a tag to compare

1.14.3

Patch Changes

  • 63dd7c9: feat: make snapshot sync retry and parallelize
  • b2272f7: submit missing messages via the sync health job and enrich output logs
  • cb5ee7a: feat: added a sync health measurement job
  • 9e0c932: fix: query for all impacted sync ids via sync health job/command

@farcaster/[email protected]

01 Aug 23:18
45e16ce
Compare
Choose a tag to compare

1.14.2

Patch Changes

  • fb2645e: fix: Include peerid in bootstrap multiaddr
  • 501ceff: fix: Ensure onchain + username proofs are always assigned to the same shard for linear ordering
  • 6195946: upgrade libp2p/gossipsub and dependencies
  • 939dde8: chore: upgrade viem to v2
  • Updated dependencies [939dde8]

@farcaster/[email protected]

27 Jul 17:54
047d79d
Compare
Choose a tag to compare

1.14.1

Patch Changes

  • 2fa29ad: fix: Upgrade grpc-js to 1.11
  • 095cca9: upgrade libp2p to 0.45.0
  • 7bee843: perf: Add message merge timing at the store level
  • a9dd162: revert: storage cache migration to rust

@farcaster/[email protected]

24 Jul 22:36
f1d80de
Compare
Choose a tag to compare

1.14.0

Minor Changes

  • be54d20: fix: full state events should not include deleted messages

Patch Changes

  • a5f867f: fix: Fix incorrect target fid check for link messages older than the compact state
  • d1dce89: fix: do not let deleted fname events allow old fname events to be re-added
  • 554d82a: fix: Migrate storage cache to rust and fix race condition