Skip to content

Commit 8cab5ca

Browse files
authored
chore: Release v1.12.1 (#1984)
## Motivation v 1.12.1 <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the version of `@farcaster/hubble` to `1.12.1` and includes patch changes related to fixing upload retries, pruning checks, and index migration. ### Detailed summary - Updated version to `1.12.1` - Retry uploads of snapshot chunks to R2 - Check before pruning - Fname index migration from Little endian to big endian > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 26ced76 commit 8cab5ca

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/neat-goats-dance.md

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

.changeset/ten-cycles-beg.md

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

.changeset/tidy-suns-flow.md

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

apps/hubble/CHANGELOG.md

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

3+
## 1.12.1
4+
5+
### Patch Changes
6+
7+
- 26ced763: fix: Retry uploads of snapshot chunks to R2
8+
- 4286432d: fix: Check if we need to prune before actually pruning
9+
- 7b850fb9: fix: Fname index from Little endian -> big endian migration
10+
311
## 1.12.0
412

513
### Minor Changes

apps/hubble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hubble",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",

0 commit comments

Comments
 (0)