Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/[email protected]

06 Jan 00:41
f1f5a13

Choose a tag to compare

1.9.1

Patch Changes

  • c78f01b: fix: Admin reset key event may have reset the wrong key sometimes

@farcaster/[email protected]

02 Jan 17:46
56f8ab1

Choose a tag to compare

1.9.0

Minor Changes

  • chore: Release 1.9

Patch Changes

  • 20b6575: chore: rename/remove v2 contract address cli params after migration
  • 704e077: feat: Add usage information to getCurrentStorageLimitsByFid rpc call
  • Updated dependencies [704e077]

@farcaster/[email protected]

15 Nov 06:14
45f071e

Choose a tag to compare

1.8.0

Minor Changes

  • Expiry date changed to 1/10/24 0:00:00 UTC

Patch Changes

  • 6bfb694: fix: Handle docker-compose versions in hubble.sh

@farcaster/[email protected]

11 Nov 00:23
d6b5b32

Choose a tag to compare

1.7.2

Patch Changes

  • 912f680: fix: catch and ignore provider errors during retry

@farcaster/[email protected]

10 Nov 22:44
3dd49ac

Choose a tag to compare

1.7.1

Patch Changes

  • 5199f66: fix: disallow empty casts
  • 6890969: fix: remove references to old contracts
  • 5199f66: fix: Allow syncTrie to handle names that are substrings
  • 5199f66: fix: Fix peer check job not actually starting
  • Updated dependencies [6890969]

@farcaster/[email protected]

26 Oct 23:35
ab6e76c

Choose a tag to compare

1.7.0

Minor Changes

  • 3313c23: Adds support for contact info content signing + strictNoSign
  • f3d3222: feat: Support v2 id and key registry contracts

Patch Changes

What's Changed

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

@farcaster/[email protected]

20 Oct 20:34
51c5724

Choose a tag to compare

Patch Changes

  • b47c65b: Adds application-specific peer scoring to peer scoring for gossipsub with early immune list
  • 559afd0: fix: hubble autoupgrade should ensure dependencies and clean unused docker data
  • 173c9d6: fix: Fix stale contactInfo caches on SyncEngine

@farcaster/[email protected]

20 Oct 20:34
9aaef8e

Choose a tag to compare

Patch Changes

  • 153da45: Remove PubSub PeerDiscovery in favor of ContactInfo based PeerDiscovery
  • ec2711d: fix: Lower seenTTL to 5 mins to reduce memory consumption
  • 6d54786: fix: Prevent hub startup if protocol version is expired
  • 2abaa11: add memory stats
  • Updated dependencies [153da45]

@farcaster/[email protected]

15 Oct 04:52
44aa4f4

Choose a tag to compare

1.6.4

Patch Changes

  • a3e12f5: fix: Fix contactInfo messages not being forwarded and increase seen ttl to prevent future loops

@farcaster/[email protected]

14 Oct 23:36
c2f0761

Choose a tag to compare

1.6.3

Patch Changes

  • 89ce7d2: fix: enable asyncValidation so we don't forward invalid messages on gossip
  • a5708f8: chore: Remove grpc-web
  • b518b97: fix: Cache numFids and numFnames
  • 86bed6f: fix: Make message counts on-demand to speed startup
  • ba86d37: feat: Allow signing raw message data bytes to support rust, Golang etc...
  • Updated dependencies [ba86d37]