Skip to content

Commit

Permalink
chore: Release 1.9 (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayprabhu authored Jan 2, 2024
1 parent eba02bd commit 56f8ab1
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-tools-do.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/rotten-files-poke.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- chore: Release 1.9

### Patch Changes

- 20b65759: chore: rename/remove v2 contract address cli params after migration
- 704e0777: feat: Add usage information to getCurrentStorageLimitsByFid rpc call
- Updated dependencies [704e0777]
- @farcaster/hub-nodejs@0.10.20

## 1.8.0

### Minor Changes
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.8.0",
"version": "1.9.0",
"description": "Farcaster Hub",
"author": "",
"license": "",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@chainsafe/libp2p-gossipsub": "6.1.0",
"@chainsafe/libp2p-noise": "^11.0.0 ",
"@faker-js/faker": "~7.6.0",
"@farcaster/hub-nodejs": "^0.10.17",
"@farcaster/hub-nodejs": "^0.10.20",
"@farcaster/rocksdb": "^5.5.0",
"@fastify/cors": "^8.4.0",
"@grpc/grpc-js": "~1.8.21",
Expand Down
5 changes: 3 additions & 2 deletions apps/hubble/src/hubble.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,16 @@ export const APP_NICKNAME = process.env["HUBBLE_NAME"] ?? "Farcaster Hub";
export const SNAPSHOT_S3_DEFAULT_BUCKET = "download.farcaster.xyz";
export const S3_REGION = "us-east-1";

export const FARCASTER_VERSION = "2023.11.15";
export const FARCASTER_VERSION = "2023.12.27";
export const FARCASTER_VERSIONS_SCHEDULE: VersionSchedule[] = [
{ version: "2023.3.1", expiresAt: 1682553600000 }, // expires at 4/27/23 00:00 UTC
{ version: "2023.4.19", expiresAt: 1686700800000 }, // expires at 6/14/23 00:00 UTC
{ version: "2023.5.31", expiresAt: 1690329600000 }, // expires at 7/26/23 00:00 UTC
{ version: "2023.7.12", expiresAt: 1693958400000 }, // expires at 9/6/23 00:00 UTC
{ version: "2023.8.23", expiresAt: 1697587200000 }, // expires at 10/18/23 00:00 UTC
{ version: "2023.10.4", expiresAt: 1701216000000 }, // expires at 11/28/23 00:00 UTC
{ version: "2023.11.15", expiresAt: 1704844800000 }, // expires at 1/10/23 00:00 UTC
{ version: "2023.11.15", expiresAt: 1704844800000 }, // expires at 1/10/24 00:00 UTC
{ version: "2023.12.27", expiresAt: 1708473600000 }, // expires at 2/21/24 00:00 UTC
];

const MAX_CONTACT_INFO_AGE_MS = GOSSIP_SEEN_TTL;
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @farcaster/core

## 0.13.4

### Patch Changes

- 704e0777: feat: Add usage information to getCurrentStorageLimitsByFid rpc call

## 0.13.3

### Patch Changes
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.13.3",
"version": "0.13.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-nodejs

## 0.10.20

### Patch Changes

- 704e0777: feat: Add usage information to getCurrentStorageLimitsByFid rpc call
- Updated dependencies [704e0777]
- @farcaster/core@0.13.4

## 0.10.19

### 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.10.19",
"version": "0.10.20",
"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.13.3",
"@farcaster/core": "0.13.4",
"@grpc/grpc-js": "~1.8.21",
"@noble/hashes": "^1.3.0",
"neverthrow": "^6.0.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/hub-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @farcaster/hub-web

## 0.7.2

### Patch Changes

- 704e0777: feat: Add usage information to getCurrentStorageLimitsByFid rpc call
- Updated dependencies [704e0777]
- @farcaster/core@0.13.4

## 0.7.1

### 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.7.1",
"version": "0.7.2",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -28,7 +28,7 @@
"ts-proto": "^1.146.0"
},
"dependencies": {
"@farcaster/core": "^0.13.2",
"@farcaster/core": "^0.13.4",
"@improbable-eng/grpc-web": "^0.15.0",
"rxjs": "^7.8.0"
}
Expand Down

0 comments on commit 56f8ab1

Please sign in to comment.