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": "",