Oliver Sun
Oliver Sun
Migrate API usage in `buf beta registry draft [delete, list]` from v1alpha1 to v1. There should be no change in the observed behavior of this command.
Update `buf beta registry repository [create, delete, deprecate, get, list, undeprecate, update]` to use v1 APIs (`ModuleService`). Keep most of the variable names consistent with the existing code, when it...
This PR updates `buf beta registry organization [create, get, delete]` to use v1 API. Do not merge because the endpoints are not yet implemented on the BSR.
In `buf push`, only the dependency commit IDs (not the dependency module names) are included in `UploadRequest`. This means if one of the dependency commit IDs is not found, the...
This fetches gRPC go v1.5.1 ([skipping v1.5.0](https://github.com/grpc/grpc-go/releases/tag/cmd%2Fprotoc-gen-go-grpc%2Fv1.5.1)), updates the patch and re-enables auto fetch for this plugin. Diff in patch: ``` $ diff plugins/grpc/go/v1.5.1/separate-package.patch plugins/grpc/go/v1.4.0/separate-package.patch 2c2 < index abc21602..7d9dd638 100644...
Ran `go run ./internal/cmd/fetcher plugins/grpc-ecosystem ` and updated the patch for the version. [upstream release changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.20.0...v2.21.0) Patch diff: ``` diff plugins/grpc-ecosystem/gateway/v2.21.0/separate_pkg_additional_imports.patch plugins/grpc-ecosystem/gateway/v2.20.0/separate_pkg_additional_imports.patch 71c71 < index 684fc5b6..c1b69363 100644 --- > index...
This is still WIP, but it seems to work with the base case. Fixes https://github.com/bufbuild/buf/issues/3056, the problem where only non-imports are split by directory in `buf generate`. The original issue...
`librdkafka`'s current (SASL) authentication behavior: 1. It sends an `APIVersions` request and sets `RD_KAFKA_FEATURE_SASL_HANDSHAKE` if the supported versions of [`SASLHandshake` from server overlap with `[0, 0]`](https://github.com/confluentinc/librdkafka/blob/93877617709eb071a0f4ec7038c54e2764abefc9/src/rdkafka_feature.c#L159). 2. If not set,...