Skip to content

Releases: farcasterxyz/hub-monorepo

@farcaster/hubble@1.16.0

16 Oct 21:52
3955dba
Compare
Choose a tag to compare

1.16.0

Minor Changes

  • chore: Update protocol version

Patch Changes

  • Updated dependencies [91b7720]
    • @farcaster/hub-nodejs@0.12.6

@farcaster/hubble@1.15.6

08 Oct 16:06
7370ee4
Compare
Choose a tag to compare

1.15.6

Patch Changes

  • c2c409f: chore: add metrics for grpc server
  • 1ca66d8: fix: Limit message bundle size

@farcaster/hubble@1.15.5

02 Oct 23:13
3b9f2e8
Compare
Choose a tag to compare

1.15.5

Patch Changes

  • dbf1f15: fix: Split sync health job into 10 min chunks to limit memory usage
  • fff8d7b: Ignore local/loopback IP traffic in connection limiter
  • 44126c2: feat: Add --announce-rpc-port flag
  • 8923cb7: Ignore rate limits for local loopback traffic
  • 8ce6169: fix: serialize contact info into a string before logging in sync health job
  • 2717d44: chore: add contact info to sync health logs
  • cda909b: fix: add request length limit for getAllMessagesBySyncIds
    • @farcaster/hub-nodejs@0.12.4

@farcaster/hubble@1.15.3

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/hubble@1.15.2...@farcaster/hubble@1.15.3

@farcaster/hubble@1.15.2

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

1.15.2

Patch Changes

  • f084daa: feat: request missing on chain events on related submit message errors
  • e5a8611: feat: support bulk message writing rpcs
  • Updated dependencies [e5a8611]
    • @farcaster/hub-nodejs@0.12.3

@farcaster/hubble@1.15.1

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/hubble@1.15.0

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/hubble@1.14.5

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/hub-nodejs@0.12.1

@farcaster/hubble@1.14.4

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

1.14.4

Patch Changes

  • 97c6814: fix: Add env var to specify hubble node arguments
  • dd634c7: feat: Implement Storage Extension FIP
  • Updated dependencies [dd634c7]
    • @farcaster/hub-nodejs@0.12.0

@farcaster/hubble@1.14.3

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