Skip to content

Commit 3424e6d

Browse files
authored
Deprecate connectrpc/es and connectrpc/query-es (#1597)
1 parent a873729 commit 3424e6d

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1
22
name: buf.build/bufbuild/connect-es
33
plugin_version: v0.13.0
44
source_url: https://github.com/bufbuild/connect-es
5-
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web.
5+
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web. This plugin is deprecated because it has moved to the connectrpc org.
66
deps:
77
- plugin: buf.build/bufbuild/es:v1.3.0
88
output_languages:

plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: v1
22
name: buf.build/bufbuild/connect-query
33
plugin_version: v0.4.1
44
source_url: https://github.com/bufbuild/connect-query
5-
description: Generates client stubs for calling Connect services with TanStack Query.
5+
description: Generates client stubs for calling Connect services with TanStack Query. This plugin is deprecated because it has moved to the connectrpc org.
66
deps:
77
- plugin: buf.build/bufbuild/es:v1.3.0
88
output_languages:

plugins/bufbuild/es/v2.2.2/buf.plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: buf.build/bufbuild/es
33
plugin_version: v2.2.2
44
source_url: https://github.com/bufbuild/protobuf-es
55
integration_guide_url: https://github.com/bufbuild/protobuf-es#quickstart
6-
description: Base types for TypeScript/JavaScript for use in web browsers and Node.js. Generates message and enum types.
6+
description: Types for TypeScript/JavaScript for use in web browsers and Node.js. Generates message and enum types, but also services for use with Connect v2.
77
output_languages:
88
- javascript
99
- typescript

plugins/connectrpc/es/v1.6.1/buf.plugin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: buf.build/connectrpc/es
33
plugin_version: v1.6.1
44
source_url: https://github.com/connectrpc/connect-es
55
integration_guide_url: https://connectrpc.com/docs/web/getting-started
6-
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web.
6+
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web. This plugin is for Connect-ES v1. For Connect-ES v2, you'll only need the bufbuild/es plugin.
77
deps:
88
- plugin: buf.build/bufbuild/es:v1.10.0
99
output_languages:
@@ -18,3 +18,4 @@ registry:
1818
version: ^1.6.1
1919
spdx_license_id: Apache-2.0
2020
license_url: https://github.com/connectrpc/connect-es/blob/v1.6.1/LICENSE
21+
deprecated: true

plugins/connectrpc/query-es/v1.4.2/buf.plugin.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: buf.build/connectrpc/query-es
33
plugin_version: v1.4.2
44
source_url: https://github.com/connectrpc/connect-query-es
55
integration_guide_url: https://connectrpc.com/docs/web/query/getting-started
6-
description: Generates client stubs for calling Connect services with TanStack Query.
6+
description: Generates client stubs for calling Connect services with TanStack Query. This plugin is for Connect-ES v1. For Connect-ES v2, you'll only need the bufbuild/es plugin.
77
deps:
88
- plugin: buf.build/bufbuild/es:v1.10.0
99
output_languages:
@@ -20,3 +20,4 @@ registry:
2020
version: ^v1.10.0
2121
spdx_license_id: Apache-2.0
2222
license_url: https://github.com/connectrpc/connect-query-es/blob/v1.4.2/LICENSE
23+
deprecated: true

0 commit comments

Comments
 (0)