Skip to content

Commit

Permalink
chore: Release v1.12.1 (#1984)
Browse files Browse the repository at this point in the history
## 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 -->
  • Loading branch information
adityapk00 authored May 3, 2024
1 parent 26ced76 commit 8cab5ca
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-goats-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-cycles-beg.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-suns-flow.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hubble

## 1.12.1

### Patch Changes

- 26ced763: fix: Retry uploads of snapshot chunks to R2
- 4286432d: fix: Check if we need to prune before actually pruning
- 7b850fb9: fix: Fname index from Little endian -> big endian migration

## 1.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/hubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hubble",
"version": "1.12.0",
"version": "1.12.1",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down

0 comments on commit 8cab5ca

Please sign in to comment.