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

Update api and add api update logic #19

Merged
merged 3 commits into from
Nov 4, 2024

Conversation

tstirrat15
Copy link
Contributor

Description

Part of bringing in 1.38.0. Also converts the lib to use remote plugins, which allows us to use the automatic version bumping workflows.

Changes

  • Bump API version to 1.38.0
  • Use buf remote plugins
  • Regenerate lib with above
  • Add workflows for version bumping

Testing

Review. See that tests are green.

Comment on lines +257 to +261
if ((tag & 7) == 4) {
// Abort on any end group tag.
return;
}
switch(tag) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are present in most files; I imagine this is due to a new protobuf version rather than anything that buf is doing. Note that these files don't contain an annotation of the version of protobuf used to generate them, unlike other languages.

@tstirrat15 tstirrat15 merged commit f7a938b into main Nov 4, 2024
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants