Skip to content

Commit 9e1d8d2

Browse files
authored
chore: Release 1.12.2 (#2007)
## Motivation Release 1.12.2 ## 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 - [x] PR has a [changeset](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#35-adding-changesets) - [x] 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) ## Additional Context If this is a relatively large or complex change, provide more details here that will help reviewers <!-- start pr-codex --> --- ## PR-Codex overview This PR updates version numbers across multiple packages and adds a new method `approxSize` to `getInfo()` in the core package. ### Detailed summary - Updated versions to 0.14.12 in core package - Updated versions to 0.11.12 in hub-nodejs package - Updated versions to 0.8.9 in hub-web package - Added `approxSize` method to `getInfo()` in core package - Various dependency updates and fixes in different packages > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 8c759d6 commit 9e1d8d2

File tree

14 files changed

+44
-38
lines changed

14 files changed

+44
-38
lines changed

.changeset/fast-emus-own.md

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

.changeset/few-impalas-call.md

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

.changeset/lovely-lizards-build.md

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

.changeset/tame-flowers-fry.md

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

.changeset/tiny-trains-shout.md

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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
jobs:
1616
build-image:
1717
timeout-minutes: 10
18-
runs-on: 'warp-ubuntu-latest-arm64-32x'
18+
runs-on: 'warp-ubuntu-latest-arm64-16x'
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -59,9 +59,9 @@ jobs:
5959
matrix:
6060
include:
6161
- node_version: 20
62-
runs_on: 'warp-ubuntu-latest-x64-32x'
62+
runs_on: 'warp-ubuntu-latest-x64-16x'
6363
- node_version: 21
64-
runs_on: 'warp-ubuntu-latest-arm64-32x'
64+
runs_on: 'warp-ubuntu-latest-arm64-16x'
6565

6666
runs-on: ${{ matrix.runs_on }}
6767
name: test (${{ matrix.node_version }})

apps/hubble/CHANGELOG.md

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

3+
## 1.12.2
4+
5+
### Patch Changes
6+
7+
- 8e7dec10: fix: Fix incorrect link message padding
8+
- c261fba6: added approxSize to getInfo()
9+
- 0e342af3: fix: Fetch previous snapshot if current db one is not present
10+
- 8c759d66: fix: Throttle pruning so hub is not overloaded
11+
- Updated dependencies [c261fba6]
12+
- @farcaster/hub-nodejs@0.11.12
13+
314
## 1.12.1
415

516
### 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.12.1",
3+
"version": "1.12.2",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",
@@ -75,7 +75,7 @@
7575
"@chainsafe/libp2p-noise": "^11.0.0 ",
7676
"@datastructures-js/priority-queue": "^6.3.1",
7777
"@faker-js/faker": "~7.6.0",
78-
"@farcaster/hub-nodejs": "^0.11.11",
78+
"@farcaster/hub-nodejs": "^0.11.12",
7979
"@fastify/cors": "^8.4.0",
8080
"@figma/hot-shots": "^9.0.0-figma.1",
8181
"@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.12
4+
5+
### Patch Changes
6+
7+
- c261fba6: added approxSize to getInfo()
8+
39
## 0.14.11
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.11",
3+
"version": "0.14.12",
44
"main": "./dist/index.js",
55
"module": "./dist/index.mjs",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)