Skip to content

Commit

Permalink
chore: release new versions (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunsrin authored Apr 7, 2023
1 parent edea195 commit 038a647
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 32 deletions.
6 changes: 0 additions & 6 deletions .changeset/eighty-buckets-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-gifts-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-berries-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-beans-draw.md

This file was deleted.

13 changes: 10 additions & 3 deletions apps/hubble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/hubble

## 1.0.22

### Patch Changes

- edea195: Ensure hub networks match when syncing with peers
- @farcaster/hub-nodejs@0.6.3

## 1.0.21

### Patch Changes
Expand All @@ -13,14 +20,14 @@

### Patch Changes

- 71d6494: Helpful error when identitiy proto is not found
- 71d6494: Helpful error when identity proto is not found
- 142f3f5: add getIdRegistryEventByAddress rpc and engine method
- 8e46cac: Start rpcServer before ethEventsProvider
- 1f47906: remove grpc-js dependency from protobufs, refactor hubble to use hub-nodejs
hub-web to use @farcaster/protobufs and utils
- b9643b2: Fix issue where sync was off by 1
- 564f61e: Retry missing IdRegistry events from Eth node instead of peer
- 54dbf42: End iterator in while rebulding trie
- 54dbf42: End iterator in while rebuilding trie
- 13415ea: Write events to subscribe() with a timeout to prevent slow clients from clogging up memory
- d0239f8: Retry bootstrap nodes if all fail to connect
- 759e1cf: Ignore outdated hubs for sync
Expand All @@ -34,7 +41,7 @@
### Patch Changes

- fe74a1e: Close RPC connections to fix a memory leak
- 1025d3b: Support multiple RPC users via comma-separted-list
- 1025d3b: Support multiple RPC users via comma-separated-list
- de25020: Refuse to startup if DB network is mismatched
- 58cfbb9: Gossip server listens on 0.0.0.0 by default
- 9ee1076: Better grpc error messages when auth fails
Expand Down
4 changes: 2 additions & 2 deletions apps/hubble/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hubble",
"version": "1.0.21",
"version": "1.0.22",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@farcaster/hub-nodejs": "^0.6.2",
"@farcaster/hub-nodejs": "^0.6.3",
"@grpc/grpc-js": "~1.8.7",
"@libp2p/interface-connection": "^3.0.2",
"@libp2p/interface-peer-id": "^2.0.0",
Expand Down
8 changes: 7 additions & 1 deletion packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# @farcaster/utils
# @farcaster/core

## 0.6.1

### Patch Changes

- edea195: Ensure hub networks match when syncing with peers

## 0.6.0

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/core",
"version": "0.6.0",
"version": "0.6.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/hub-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @farcaster/hub-nodejs

## 0.6.3

### Patch Changes

- Updated dependencies [edea195]
- @farcaster/core@0.6.1

## 0.6.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hub-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-nodejs",
"version": "0.6.2",
"version": "0.6.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand All @@ -16,7 +16,7 @@
],
"license": "MIT",
"dependencies": {
"@farcaster/core": "0.6.0",
"@farcaster/core": "0.6.1",
"@grpc/grpc-js": "^1.8.13",
"@noble/hashes": "^1.3.0",
"ethers": "~6.2.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/hub-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @farcaster/hub-web

## 0.2.3

### Patch Changes

- 833c4cc: map grpc codes to hub error codes in client
- 7d58347: fix error code for no connection
- 74ec252: add grpc error code as fallback
- Updated dependencies [edea195]
- @farcaster/core@0.6.1

## 0.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/hub-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@farcaster/hub-web",
"version": "0.2.2",
"version": "0.2.3",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"ts-proto": "^1.146.0"
},
"dependencies": {
"@farcaster/core": "^0.6.0",
"@farcaster/core": "^0.6.1",
"@improbable-eng/grpc-web": "^0.15.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0"
}
Expand Down

0 comments on commit 038a647

Please sign in to comment.