Skip to content

Commit 3dad804

Browse files
authored
core: release(hubble): v1.11.3 (#1849)
## Motivation - release hubble 1.11.3 ## Change Summary - e3f4997: fix(hubble): handle edge cases of rocksdb instantiation for snapshot uploads ## 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) - [x] PR includes [documentation](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#32-writing-docs) if necessary. - [x] All [commits have been signed](https://github.com/farcasterxyz/hub-monorepo/blob/main/CONTRIBUTING.md#22-signing-commits) ## Additional Context If this is a relatively large or complex change, provide more details here that will help reviewers <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the version of `@farcaster/hubble` to `1.11.3` and includes a patch to handle edge cases of rocksdb instantiation for snapshot uploads. ### Detailed summary - Updated package version to `1.11.3` - Patched edge cases of rocksdb instantiation for snapshot uploads > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent e3f4997 commit 3dad804

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/modern-planes-nail.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/hubble/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @farcaster/hubble
22

3+
## 1.11.3
4+
5+
### Patch Changes
6+
7+
- e3f49976: fix(hubble): handle edge cases of rocksdb instantiation for snapshot uploads
8+
39
## 1.11.2
410

511
### Patch Changes

apps/hubble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@farcaster/hubble",
3-
"version": "1.11.2",
3+
"version": "1.11.3",
44
"description": "Farcaster Hub",
55
"author": "",
66
"license": "",

0 commit comments

Comments
 (0)