Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

downgrade protobuf dependency to v3 #428

Merged
merged 1 commit into from
Jan 9, 2025
Merged

downgrade protobuf dependency to v3 #428

merged 1 commit into from
Jan 9, 2025

Conversation

dariuszkuc
Copy link
Member

We are using protobuf to generate ftv1 tracing information. Protobuf v4 made a backwards incompatible change that prevents using those messages with v3 services. Since there are a lot of existing libraries (including grpc-java) that still depend on the v3 format and generated protobuf v3 message can be used for both v3 and v4 services we'll be reverting to v3 as well.

See: grpc/grpc-java#11015 (comment)

Resolves: #421

We are using protobuf to generate `ftv1` tracing information. Protobuf v4 made a backwards incompatible change that prevents using those messages with v3 services. Since there are a lot of existing libraries (including `grpc-java`) that still depend on the v3 format and generated protobuf v3 message can be used for both v3 and v4 services we'll be reverting to v3 as well.

See: grpc/grpc-java#11015 (comment)

Resolves: #421
@dariuszkuc dariuszkuc added the change: minor New functionality added in backwards compatible manner label Jan 9, 2025
Copy link

github-actions bot commented Jan 9, 2025

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@dariuszkuc dariuszkuc merged commit 1c56ca0 into main Jan 9, 2025
5 checks passed
@dariuszkuc dariuszkuc deleted the protov3 branch January 9, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change: minor New functionality added in backwards compatible manner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Major update to protobuf 4.x causing conflicts with popular packages.
1 participant