From 39be986cdab1a9f90dd5b7cc6f45164a39b2b453 Mon Sep 17 00:00:00 2001 From: Aditi Srinivasan Date: Fri, 20 Sep 2024 16:37:36 -0400 Subject: [PATCH] chore: release hubble v1.15.3 (#2327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Releasing hubble v1.15.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.15.3` and includes enhancements related to syncing trie and log tags in the sync health job. ### Detailed summary - Updated version to `1.15.3` - Added missing messages to sync trie - Enhanced log tags in sync health job and errors > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .changeset/fast-icons-admire.md | 5 ----- .changeset/fifty-news-rest.md | 5 ----- .changeset/short-squids-sparkle.md | 5 ----- apps/hubble/CHANGELOG.md | 8 ++++++++ apps/hubble/package.json | 2 +- 5 files changed, 9 insertions(+), 16 deletions(-) delete mode 100644 .changeset/fast-icons-admire.md delete mode 100644 .changeset/fifty-news-rest.md delete mode 100644 .changeset/short-squids-sparkle.md diff --git a/.changeset/fast-icons-admire.md b/.changeset/fast-icons-admire.md deleted file mode 100644 index 0170623aaa..0000000000 --- a/.changeset/fast-icons-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -feat: add missing messages to sync trie via sync health job diff --git a/.changeset/fifty-news-rest.md b/.changeset/fifty-news-rest.md deleted file mode 100644 index 14a91e1b1e..0000000000 --- a/.changeset/fifty-news-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -chore: add more log tags to sync health job diff --git a/.changeset/short-squids-sparkle.md b/.changeset/short-squids-sparkle.md deleted file mode 100644 index 3d9be64a34..0000000000 --- a/.changeset/short-squids-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/hubble": patch ---- - -chore: add more log tags to sync health errors with message details diff --git a/apps/hubble/CHANGELOG.md b/apps/hubble/CHANGELOG.md index 48680dcc03..6b2fbe895a 100644 --- a/apps/hubble/CHANGELOG.md +++ b/apps/hubble/CHANGELOG.md @@ -1,5 +1,13 @@ # @farcaster/hubble +## 1.15.3 + +### Patch Changes + +- 5504e057: feat: add missing messages to sync trie via sync health job +- 7206e8c5: chore: add more log tags to sync health job +- 3b1d12ff: chore: add more log tags to sync health errors with message details + ## 1.15.2 ### Patch Changes diff --git a/apps/hubble/package.json b/apps/hubble/package.json index 487e416e54..e0c9947432 100644 --- a/apps/hubble/package.json +++ b/apps/hubble/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/hubble", - "version": "1.15.2", + "version": "1.15.3", "description": "Farcaster Hub", "author": "", "license": "",