From 366ffff09fd872e0e0130200bfa7b23296756991 Mon Sep 17 00:00:00 2001 From: Sanjay Date: Mon, 12 Aug 2024 12:03:10 -0700 Subject: [PATCH] chore: Release 1.14.3 (#2249) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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. --- ## 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}` --- .changeset/clever-owls-approve.md | 5 ----- .changeset/cuddly-windows-glow.md | 5 ----- .changeset/six-timers-jog.md | 5 ----- .changeset/unlucky-peas-report.md | 5 ----- apps/hubble/CHANGELOG.md | 9 +++++++++ apps/hubble/package.json | 2 +- 6 files changed, 10 insertions(+), 21 deletions(-) delete mode 100644 .changeset/clever-owls-approve.md delete mode 100644 .changeset/cuddly-windows-glow.md delete mode 100644 .changeset/six-timers-jog.md delete mode 100644 .changeset/unlucky-peas-report.md diff --git a/.changeset/clever-owls-approve.md b/.changeset/clever-owls-approve.md deleted file mode 100644 index 3bb837fb57..0000000000 --- a/.changeset/clever-owls-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -feat: make snapshot sync retry and parallelize diff --git a/.changeset/cuddly-windows-glow.md b/.changeset/cuddly-windows-glow.md deleted file mode 100644 index a7e47bb521..0000000000 --- a/.changeset/cuddly-windows-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -submit missing messages via the sync health job and enrich output logs \ No newline at end of file diff --git a/.changeset/six-timers-jog.md b/.changeset/six-timers-jog.md deleted file mode 100644 index 9cb6715b45..0000000000 --- a/.changeset/six-timers-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -feat: added a sync health measurement job diff --git a/.changeset/unlucky-peas-report.md b/.changeset/unlucky-peas-report.md deleted file mode 100644 index b624931cb0..0000000000 --- a/.changeset/unlucky-peas-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -fix: query for all impacted sync ids via sync health job/command diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 68eb0d964d..4cc8c99ebd 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -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 diff --git a/apps/hubble/package.json b/apps/hubble/package.json index dc98112495..b51d55397c 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.14.2", + "version": "1.14.3", "description": "Farcaster Hub", "author": "", "license": "",