Skip to content

Commit

Permalink
Release 2.0.0-beta.1
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Stamm <ts@timostamm.de>
  • Loading branch information
timostamm committed Sep 20, 2024
1 parent 3ebee77 commit e79fdc4
Show file tree
Hide file tree
Showing 15 changed files with 76 additions and 76 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/connect-cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
},
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240821.1",
"wrangler": "^3.73.0",
"tsx": "^4.19.0",
"@connectrpc/connect-conformance": "^2.0.0-alpha.1"
"@connectrpc/connect-conformance": "^2.0.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-conformance",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"private": true,
"type": "module",
"main": "./dist/cjs/src/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect": "2.0.0-beta.1",
"fflate": "^0.8.1",
"tar-stream": "^3.1.7"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/connect-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-express",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,16 +32,16 @@
"node": ">=18.14.1"
},
"devDependencies": {
"@connectrpc/connect-conformance": "^2.0.0-alpha.1",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1",
"@connectrpc/connect-conformance": "^2.0.0-beta.1",
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1",
"@types/express": "^4.17.18",
"express": "^4.19.2",
"tsx": "^4.19.0"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1"
}
}
12 changes: 6 additions & 6 deletions packages/connect-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-fastify",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,14 +31,14 @@
"node": ">=18.14.1"
},
"devDependencies": {
"@connectrpc/connect-conformance": "^2.0.0-alpha.1",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
"@connectrpc/connect-conformance": "^2.0.0-beta.1",
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1"
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.1.0",
"fastify": "^4.22.1",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1"
}
}
2 changes: 1 addition & 1 deletion packages/connect-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-migrate",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"description": "This tool updates your Connect project to use the new @connectrpc packages.",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-migrate/src/migrations/v2.0.0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import {
import { writeBufGenYamlFile } from "../lib/bufgenyaml";

export const targetVersionProtobufEs = "2.1.0";
export const targetVersionConnectEs = "2.0.0-alpha.1"; // TODO
export const targetVersionConnectEs = "2.0.0-beta.1"; // TODO
export const targetVersionConnectQuery = "2.0.0"; // TODO
export const targetVersionConnectPlaywright = "0.4.0"; // TODO

Expand Down
10 changes: 5 additions & 5 deletions packages/connect-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-next",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,11 +32,11 @@
"peerDependencies": {
"@bufbuild/protobuf": "^2.1.0",
"next": "^13.2.4 || ^14.2.5",
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1"
},
"devDependencies": {
"@connectrpc/connect": "2.0.0-alpha.1",
"@connectrpc/connect-node": "2.0.0-alpha.1"
"@connectrpc/connect": "2.0.0-beta.1",
"@connectrpc/connect-node": "2.0.0-beta.1"
}
}
6 changes: 3 additions & 3 deletions packages/connect-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-node",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,10 +34,10 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@connectrpc/connect": "2.0.0-alpha.1"
"@connectrpc/connect": "2.0.0-beta.1"
},
"devDependencies": {
"@connectrpc/connect-conformance": "^2.0.0-alpha.1",
"@connectrpc/connect-conformance": "^2.0.0-beta.1",
"@types/jasmine": "^5.0.0",
"jasmine": "^5.2.0"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/connect-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ usually do. We repeat this for an increasing number of RPCs.

| code generator | RPCs | bundle size | minified | compressed |
| -------------- | ---: | ----------: | --------: | ---------: |
| Connect-ES | 1 | 276,158 b | 176,214 b | 35,709 b |
| Connect-ES | 4 | 280,410 b | 179,316 b | 36,533 b |
| Connect-ES | 8 | 285,273 b | 183,747 b | 37,477 b |
| Connect-ES | 16 | 294,401 b | 191,371 b | 38,966 b |
| Connect-ES | 1 | 276,157 b | 176,213 b | 35,724 b |
| Connect-ES | 4 | 280,409 b | 179,315 b | 36,525 b |
| Connect-ES | 8 | 285,272 b | 183,746 b | 37,426 b |
| Connect-ES | 16 | 294,400 b | 191,370 b | 38,944 b |
| gRPC-Web | 1 | 876,563 b | 548,495 b | 52,300 b |
| gRPC-Web | 4 | 928,964 b | 580,477 b | 54,673 b |
| gRPC-Web | 8 | 1,004,833 b | 628,223 b | 57,118 b |
Expand Down
10 changes: 5 additions & 5 deletions packages/connect-web-bench/chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@bufbuild/buf": "^1.39.0",
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/protoc-gen-es": "^2.1.0",
"@connectrpc/connect-web": "2.0.0-alpha.1",
"@connectrpc/connect-web": "2.0.0-beta.1",
"@types/brotli": "^1.3.4",
"brotli": "^1.3.3",
"esbuild": "^0.19.8",
Expand Down
Loading

0 comments on commit e79fdc4

Please sign in to comment.