Skip to content

Commit

Permalink
Deprecate connectrpc/es and connectrpc/query-es (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman authored and smaye81 committed Nov 26, 2024
1 parent 4429a22 commit 10ad6cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/bufbuild/connect-es/v0.13.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v1
name: buf.build/bufbuild/connect-es
plugin_version: v0.13.0
source_url: https://github.com/bufbuild/connect-es
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web.
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.
deps:
- plugin: buf.build/bufbuild/es:v1.3.0
output_languages:
Expand Down
2 changes: 1 addition & 1 deletion plugins/bufbuild/connect-query/v0.4.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: v1
name: buf.build/bufbuild/connect-query
plugin_version: v0.4.1
source_url: https://github.com/bufbuild/connect-query
description: Generates client stubs for calling Connect services with TanStack Query.
description: Generates client stubs for calling Connect services with TanStack Query. This plugin is deprecated because it has moved to the connectrpc org.
deps:
- plugin: buf.build/bufbuild/es:v1.3.0
output_languages:
Expand Down
2 changes: 1 addition & 1 deletion plugins/bufbuild/es/v2.2.2/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: buf.build/bufbuild/es
plugin_version: v2.2.2
source_url: https://github.com/bufbuild/protobuf-es
integration_guide_url: https://github.com/bufbuild/protobuf-es#quickstart
description: Base types for TypeScript/JavaScript for use in web browsers and Node.js. Generates message and enum types.
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.
output_languages:
- javascript
- typescript
Expand Down
3 changes: 2 additions & 1 deletion plugins/connectrpc/es/v1.6.1/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: buf.build/connectrpc/es
plugin_version: v1.6.1
source_url: https://github.com/connectrpc/connect-es
integration_guide_url: https://connectrpc.com/docs/web/getting-started
description: Generates code that is compatible with browsers and Node.js for working with Connect, gRPC, and gRPC-Web.
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.
deps:
- plugin: buf.build/bufbuild/es:v1.10.0
output_languages:
Expand All @@ -18,3 +18,4 @@ registry:
version: ^1.6.1
spdx_license_id: Apache-2.0
license_url: https://github.com/connectrpc/connect-es/blob/v1.6.1/LICENSE
deprecated: true
3 changes: 2 additions & 1 deletion plugins/connectrpc/query-es/v1.4.2/buf.plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: buf.build/connectrpc/query-es
plugin_version: v1.4.2
source_url: https://github.com/connectrpc/connect-query-es
integration_guide_url: https://connectrpc.com/docs/web/query/getting-started
description: Generates client stubs for calling Connect services with TanStack Query.
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.
deps:
- plugin: buf.build/bufbuild/es:v1.10.0
output_languages:
Expand All @@ -20,3 +20,4 @@ registry:
version: ^v1.10.0
spdx_license_id: Apache-2.0
license_url: https://github.com/connectrpc/connect-query-es/blob/v1.4.2/LICENSE
deprecated: true

0 comments on commit 10ad6cd

Please sign in to comment.