Skip to content

Commit

Permalink
chore: release hubble v1.15.3 (#2327)
Browse files Browse the repository at this point in the history
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.


<!-- start pr-codex -->

---

## 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}`

<!-- end pr-codex -->
  • Loading branch information
aditiharini committed Sep 20, 2024
1 parent 5504e05 commit 39be986
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-icons-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-news-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-squids-sparkle.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.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
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.15.2",
"version": "1.15.3",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down

0 comments on commit 39be986

Please sign in to comment.