Skip to content

Commit

Permalink
Release 1.4.0 (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf committed Feb 28, 2024
1 parent 3ed398e commit 5ded26a
Show file tree
Hide file tree
Showing 34 changed files with 3,089 additions and 1,910 deletions.
4,887 changes: 3,033 additions & 1,854 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/connect-conformance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-node": "1.3.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0",
"node-forge": "^1.3.1",
"asn1js": "^3.0.5",
"fflate": "^0.8.1",
Expand Down

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

4 changes: 2 additions & 2 deletions packages/connect-conformance/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": ["src/**/*.ts"],
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowSyntheticDefaultImports": true
},
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
6 changes: 3 additions & 3 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": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,8 +31,8 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-node": "1.3.0"
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0"
},
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-express/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"files": ["src/index.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
6 changes: 3 additions & 3 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": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"fastify": "^4.22.1",
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-node": "1.3.0"
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0"
},
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-fastify/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"files": ["src/index.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
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": "1.3.0",
"version": "1.4.0",
"description": "This tool updates your Connect project to use the new @connectrpc packages.",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-migrate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"include": ["src/**/*.ts"],
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"esModuleInterop": true, // required for jscodeshift
},
"esModuleInterop": true // required for jscodeshift
}
}
6 changes: 3 additions & 3 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": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,8 +29,8 @@
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"next": "^13.2.4",
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-node": "1.3.0"
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-node": "1.4.0"
},
"files": [
"dist/**"
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-next/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
// We see a row of errors from Next.js typings here, most likely simply
// because of dependencies we do not install. For simplicity, we are
// ignoring them, because we do not want to check Next.js typings.
"skipLibCheck": true,
},
"skipLibCheck": true
}
}
10 changes: 5 additions & 5 deletions packages/connect-node-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-express": "1.3.0",
"@connectrpc/connect-fastify": "1.3.0",
"@connectrpc/connect-node": "1.3.0",
"@connectrpc/connect-web": "1.3.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-express": "1.4.0",
"@connectrpc/connect-fastify": "1.4.0",
"@connectrpc/connect-node": "1.4.0",
"@connectrpc/connect-web": "1.4.0",
"@grpc/grpc-js": "^1.9.14",
"@types/express": "^4.17.18",
"@types/jasmine": "^5.0.0",
Expand Down

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

2 changes: 1 addition & 1 deletion packages/connect-node-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"include": ["src/**/*.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
4 changes: 2 additions & 2 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": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.3.0"
"@connectrpc/connect": "1.4.0"
},
"devDependencies": {
"@types/jasmine": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-node/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"files": ["src/index.ts"],
"include": ["src/**/*.spec.ts", "src/testdata/*.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
2 changes: 1 addition & 1 deletion packages/connect-web-bench/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ it like a web server would usually do.

| code generator | bundle size | minified | compressed |
|----------------|-------------------:|-----------------------:|---------------------:|
| connect | 122,811 b | 53,916 b | 14,497 b |
| connect | 122,811 b | 53,916 b | 14,492 b |
| grpc-web | 415,212 b | 300,936 b | 53,420 b |
2 changes: 1 addition & 1 deletion packages/connect-web-bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"@bufbuild/protobuf": "^1.7.2",
"@bufbuild/protoc-gen-es": "^1.7.2",
"@connectrpc/connect-web": "1.3.0",
"@connectrpc/connect-web": "1.4.0",
"brotli": "^1.3.3",
"esbuild": "^0.19.8",
"google-protobuf": "^3.21.0",
Expand Down

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

2 changes: 1 addition & 1 deletion packages/connect-web-bench/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"include": ["src/**/*.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
4 changes: 2 additions & 2 deletions packages/connect-web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"default": "./dist/esm/index.js"
},
"dependencies": {
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect-web": "1.3.0",
"@connectrpc/connect": "1.4.0",
"@connectrpc/connect-web": "1.4.0",
"@types/jasmine": "^5.0.0",
"esbuild": "^0.19.8",
"jasmine": "^5.1.0",
Expand Down

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

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

2 changes: 1 addition & 1 deletion packages/connect-web-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"include": ["src/**/*.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
4 changes: 2 additions & 2 deletions packages/connect-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect-web",
"version": "1.3.0",
"version": "1.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
},
"peerDependencies": {
"@bufbuild/protobuf": "^1.4.2",
"@connectrpc/connect": "1.3.0"
"@connectrpc/connect": "1.4.0"
},
"files": [
"dist/**"
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-web/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"files": ["src/index.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/connect",
"version": "1.3.0",
"version": "1.4.0",
"description": "Type-safe APIs with Protobuf and TypeScript.",
"license": "Apache-2.0",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/connect/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"src/index.ts",
"src/protocol-connect/index.ts",
"src/protocol-grpc/index.ts",
"src/protocol-grpc-web/index.ts",
"src/protocol-grpc-web/index.ts"
],
"include": ["src/**/*.spec.ts"],
"extends": "../../tsconfig.base.json",
"extends": "../../tsconfig.base.json"
}
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"dependencies": {
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect-node": "^1.3.0",
"@connectrpc/connect-web": "^1.3.0",
"@connectrpc/connect-node": "^1.4.0",
"@connectrpc/connect-web": "^1.4.0",
"tsx": "^4.7.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.29.0",
"@bufbuild/protoc-gen-es": "^1.7.2",
"@connectrpc/protoc-gen-connect-es": "^1.3.0",
"@connectrpc/protoc-gen-connect-es": "^1.4.0",
"@types/express": "^4.17.18",
"esbuild": "^0.19.8",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/src/gen/eliza_connect.ts

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

4 changes: 2 additions & 2 deletions packages/example/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"noUnusedParameters": true,
"noImplicitReturns": true,
"skipLibCheck": true,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": true
},
"include": ["src/**/*.ts"],
"include": ["src/**/*.ts"]
}
4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-es/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@connectrpc/protoc-gen-connect-es",
"version": "1.3.0",
"version": "1.4.0",
"description": "Code generator for Connect",
"license": "Apache-2.0",
"repository": {
Expand All @@ -24,7 +24,7 @@
"@bufbuild/protoplugin": "^1.7.2"
},
"peerDependencies": {
"@connectrpc/connect": "1.3.0",
"@connectrpc/connect": "1.4.0",
"@bufbuild/protoc-gen-es": "^1.7.2"
},
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/protoc-gen-connect-es/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"files": ["src/protoc-gen-connect-es-plugin.ts"],
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"resolveJsonModule": true,
},
"resolveJsonModule": true
}
}

0 comments on commit 5ded26a

Please sign in to comment.