Skip to content

Commit b30342d

Browse files
authored
chore: Release v 1.11.7 (#1932)
## Motivation Release v 1.11.7 with DiffSync v2 and several bug fixes ## Change Summary Describe the changes being made in 1-2 concise sentences. ## Merge Checklist _Choose all relevant options below by adding an `x` now or at any time before submitting for review_ - [X] PR title adheres to the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard - [ ] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [ ] PR has been tagged with a change label(s) (i.e. documentation, feature, bugfix, or chore) - [ ] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [X] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) <!-- start pr-codex --> --- ## PR-Codex overview This PR updates version numbers across packages and introduces a new feature for sharding event streams by fid. ### Detailed summary - Updated version numbers to `0.14.10` and `1.11.7` for various packages - Introduced feature to allow sharding event stream by fid - Fixed issues related to diagnostics reports and error handling > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 51907b0 commit b30342d

16 files changed

+44
-50
lines changed

.changeset/big-ants-drive.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/big-readers-beg.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/large-bobcats-destroy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-tigers-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-zebras-melt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/spicy-pens-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thirty-cows-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-rivers-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/hubble/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @farcaster/hubble
22

3+
## 1.11.7
4+
5+
### Patch Changes
6+
7+
- ee1e0543: fix: Restrict `yarn snapshot-url` to mainnet - snapshots are not supported on other networks
8+
- 4c9fb617: feat: allow sharding event stream by fid
9+
- dd10cdb1: fix: update diagnostics reports to prefix tags with fid and peer_id
10+
- 7a1ccc38: fix: Handle axios errors while reporting to Datadog
11+
- 51907b05: perf: DiffSync v2
12+
- 3977c682: fix: Don't allow parallel storage cache scans
13+
- a7b309ee: fix: Use threadpool for trie node ops
14+
- ac229e2e: fix: Use pagesize=1 when scanning for first key
15+
- Updated dependencies [4c9fb617]
16+
- @farcaster/hub-nodejs@0.11.10
17+
318
## 1.11.6
419

520
### Patch Changes

apps/hubble/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hubble",
3-
"version": "1.11.6",
3+
"version": "1.11.7",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",
@@ -74,7 +74,7 @@
7474
"@chainsafe/libp2p-gossipsub": "6.1.0",
7575
"@chainsafe/libp2p-noise": "^11.0.0 ",
7676
"@faker-js/faker": "~7.6.0",
77-
"@farcaster/hub-nodejs": "^0.11.9",
77+
"@farcaster/hub-nodejs": "^0.11.10",
7878
"@fastify/cors": "^8.4.0",
7979
"@figma/hot-shots": "^9.0.0-figma.1",
8080
"@grpc/grpc-js": "~1.8.21",

0 commit comments

Comments
 (0)