Skip to content

Commit

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

Release 1.14.1

## 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.1` with
patch changes including upgrading `grpc-js` and `libp2p`.

### Detailed summary
- Bumped `grpc-js` to version 1.11
- Updated `libp2p` to 0.45.0
- Added message merge timing at store level
- Reverted storage cache migration to rust

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

<!-- end pr-codex -->
  • Loading branch information
sanjayprabhu committed Jul 27, 2024
1 parent a9dd162 commit 047d79d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/gold-hounds-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-bananas-lick.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.1

### Patch Changes

- 2fa29ad4: fix: Upgrade grpc-js to 1.11
- 095cca97: upgrade libp2p to 0.45.0
- 7bee8436: perf: Add message merge timing at the store level
- a9dd1621: revert: storage cache migration to rust

## 1.14.0

### Minor 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.0",
"version": "1.14.1",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down

0 comments on commit 047d79d

Please sign in to comment.