Skip to content

Commit

Permalink
chore: Release 1.14.3 (#2249)
Browse files Browse the repository at this point in the history
## Why is this change needed?

Release 1.14.3

## 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.


<!-- start pr-codex -->

---

## PR-Codex overview
This PR updates the version of `@farcaster/hubble` to `1.14.3` and
includes enhancements and fixes related to snapshot sync and sync health
monitoring.

### Detailed summary
- Updated version to `1.14.3`
- Added retry and parallelization for snapshot sync
- Improved missing messages submission and output logs
- Introduced sync health measurement job
- Enhanced querying for impacted sync ids

> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your
question}`

<!-- end pr-codex -->
  • Loading branch information
sanjayprabhu committed Aug 12, 2024
1 parent 8734181 commit 366ffff
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-owls-approve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-windows-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-timers-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-peas-report.md

This file was deleted.

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

## 1.14.3

### Patch Changes

- 63dd7c97: feat: make snapshot sync retry and parallelize
- b2272f76: submit missing messages via the sync health job and enrich output logs
- cb5ee7ac: feat: added a sync health measurement job
- 9e0c9323: fix: query for all impacted sync ids via sync health job/command

## 1.14.2

### Patch 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.14.2",
"version": "1.14.3",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down

0 comments on commit 366ffff

Please sign in to comment.