Skip to content

Commit c5c0604

Browse files
authored
chore: Release 1.11.6 (#1902)
## Motivation v 1.11.6 release <!-- start pr-codex --> --- ## PR-Codex overview This PR updates version numbers and dependencies across multiple packages. ### Detailed summary - Updated version to `0.14.9` in `@farcaster/core` - Updated version to `0.8.6` in `@farcaster/hub-web` - Updated version to `0.11.9` in `@farcaster/hub-nodejs` - Updated version to `1.11.6` in `@farcaster/hubble` - Added gossip `MessageBundles` feature > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 6b4ea83 commit c5c0604

File tree

14 files changed

+43
-41
lines changed

14 files changed

+43
-41
lines changed

.changeset/fair-lions-compete.md

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

.changeset/hungry-hounds-poke.md

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

.changeset/proud-feet-draw.md

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

.changeset/purple-buses-invent.md

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

.changeset/swift-eggs-sparkle.md

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

.changeset/wet-crabs-travel.md

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

apps/hubble/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @farcaster/hubble
22

3+
## 1.11.6
4+
5+
### Patch Changes
6+
7+
- 6b4ea835: chore: Run validateOrRevokeMessagesJob once a month for each fid
8+
- f1ffdd73: fix: Cleanup DB directory after destroy and reset TrieDB before catchupSyncwithSnapshot
9+
- ce3f4241: perf: Use threadpool to getMany
10+
- 86566b15: tests: Cleanup after tests properly
11+
- 36191e5a: chore: update catchup sync with snapshot default to true
12+
- 5ca5a4a5: feat: Add gossip MessageBundles
13+
- Updated dependencies [5ca5a4a5]
14+
- @farcaster/hub-nodejs@0.11.9
15+
316
## 1.11.5
417

518
### Patch Changes
@@ -25,7 +38,7 @@
2538
- Add CLI flag `--diagnostic-report-url <url>`, and environment variables `HUB_DIAGNOSTICS_API_KEY`, `HUB_DIAGNOSTICS_APP_KEY` environment variables to pass in configurable DataDog-compatible URL and authorization tokens.
2639

2740
fix(hubble): Add `L2_RPC_AUTHORIZATION_HEADER` environment variable for use with L2 RPC URLs that require authorization headers for access.
28-
41+
2942
## 1.11.4
3043

3144
### 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.5",
3+
"version": "1.11.6",
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.8",
77+
"@farcaster/hub-nodejs": "^0.11.9",
7878
"@fastify/cors": "^8.4.0",
7979
"@figma/hot-shots": "^9.0.0-figma.1",
8080
"@grpc/grpc-js": "~1.8.21",

packages/core/CHANGELOG.md

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

3+
## 0.14.9
4+
5+
### Patch Changes
6+
7+
- 5ca5a4a5: feat: Add gossip MessageBundles
8+
39
## 0.14.8
410

511
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/core",
3-
"version": "0.14.8",
3+
"version": "0.14.9",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)