Skip to content

Commit

Permalink
Deprecate connectrpc es and query-es
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Nov 20, 2024
1 parent a873729 commit 0f1afa2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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 deprecated, see [Migration Guide](https://github.com/connectrpc/connect-es/blob/v2.0.0/MIGRATING.md) to upgrade to the latest version.
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 deprecated, see [Migration Guide](https://github.com/connectrpc/connect-es/blob/v2.0.0/MIGRATING.md) to upgrade to the latest version.
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 0f1afa2

Please sign in to comment.