From beadeed25d0e0459512dd3e9f0d8b405c1d64d7d Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Sat, 30 May 2026 11:21:06 -0400 Subject: [PATCH 1/3] Fix buf.plugin.yaml for connect-rust v0.6.1 --- plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml b/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml index b3d6dac5a..7763f78b3 100644 --- a/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml +++ b/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml @@ -4,7 +4,7 @@ plugin_version: v0.6.1 source_url: https://github.com/anthropics/connect-rust description: Generates ConnectRPC service traits, typed clients, and monomorphic dispatchers for Rust. Compatible with the Connect, gRPC, and gRPC-Web protocols. Passes the full ConnectRPC conformance suite. deps: - - plugin: buf.build/anthropics/buffa:v0.7.0 + - plugin: buf.build/anthropics/buffa:v0.6.0 output_languages: - rust spdx_license_id: Apache-2.0 @@ -22,7 +22,7 @@ registry: # buffa::bytes::Bytes directly. Message types live in the buffa SDK # crate (via the plugin dep above); this dep is for the runtime API. - name: "buffa" - req: "0.6.1" + req: "0.6.0" default_features: true # Well-known types. Service stubs whose request/response types are # WKTs (e.g. google.longrunning.Operations) reference them as @@ -30,7 +30,7 @@ registry: # extern_path mapping for `.google.protobuf`. Must be a direct dep # so the `::buffa_types` path resolves in the generated crate. - name: "buffa-types" - req: "0.6.1" + req: "0.6.0" default_features: true features: - json From 2d81566fb0ac1c20858da1526de214d2ea73a680 Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Mon, 1 Jun 2026 10:31:45 -0400 Subject: [PATCH 2/3] buffa 0.6.0 -> 0.6.1 --- plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml b/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml index 7763f78b3..fce191bd0 100644 --- a/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml +++ b/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml @@ -4,7 +4,7 @@ plugin_version: v0.6.1 source_url: https://github.com/anthropics/connect-rust description: Generates ConnectRPC service traits, typed clients, and monomorphic dispatchers for Rust. Compatible with the Connect, gRPC, and gRPC-Web protocols. Passes the full ConnectRPC conformance suite. deps: - - plugin: buf.build/anthropics/buffa:v0.6.0 + - plugin: buf.build/anthropics/buffa:v0.6.1 output_languages: - rust spdx_license_id: Apache-2.0 @@ -22,7 +22,7 @@ registry: # buffa::bytes::Bytes directly. Message types live in the buffa SDK # crate (via the plugin dep above); this dep is for the runtime API. - name: "buffa" - req: "0.6.0" + req: "0.6.1" default_features: true # Well-known types. Service stubs whose request/response types are # WKTs (e.g. google.longrunning.Operations) reference them as @@ -30,7 +30,7 @@ registry: # extern_path mapping for `.google.protobuf`. Must be a direct dep # so the `::buffa_types` path resolves in the generated crate. - name: "buffa-types" - req: "0.6.0" + req: "0.6.1" default_features: true features: - json From b29113ecd7a391be9a95d1fa1f3121806a24cab3 Mon Sep 17 00:00:00 2001 From: Oliver Sun Date: Mon, 1 Jun 2026 10:32:53 -0400 Subject: [PATCH 3/3] Revert "buffa 0.6.0 -> 0.6.1" This reverts commit 2d81566fb0ac1c20858da1526de214d2ea73a680. --- plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml b/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml index fce191bd0..7763f78b3 100644 --- a/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml +++ b/plugins/anthropics/connect-rust/v0.6.1/buf.plugin.yaml @@ -4,7 +4,7 @@ plugin_version: v0.6.1 source_url: https://github.com/anthropics/connect-rust description: Generates ConnectRPC service traits, typed clients, and monomorphic dispatchers for Rust. Compatible with the Connect, gRPC, and gRPC-Web protocols. Passes the full ConnectRPC conformance suite. deps: - - plugin: buf.build/anthropics/buffa:v0.6.1 + - plugin: buf.build/anthropics/buffa:v0.6.0 output_languages: - rust spdx_license_id: Apache-2.0 @@ -22,7 +22,7 @@ registry: # buffa::bytes::Bytes directly. Message types live in the buffa SDK # crate (via the plugin dep above); this dep is for the runtime API. - name: "buffa" - req: "0.6.1" + req: "0.6.0" default_features: true # Well-known types. Service stubs whose request/response types are # WKTs (e.g. google.longrunning.Operations) reference them as @@ -30,7 +30,7 @@ registry: # extern_path mapping for `.google.protobuf`. Must be a direct dep # so the `::buffa_types` path resolves in the generated crate. - name: "buffa-types" - req: "0.6.1" + req: "0.6.0" default_features: true features: - json