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

internal: cleanup proto enum #2003

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

thundergolfer
Copy link
Contributor

Backward/forward compatibility checks
  • Client+Server: this change is compatible with old servers
    • the server doesn't send this value to the client, and reducing enum scope is compatible with old servers.
  • Client forward compatibility: this change ensures client can accept data intended for later versions of itself
    • the client doesn't receive this enum value from the server

Copy link

@modal-pr-review-automation modal-pr-review-automation bot left a comment

Choose a reason for hiding this comment

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

Auto-approved 👍. This diff qualified for automatic approval and doesn't need follow up review.

@thundergolfer thundergolfer merged commit bd5d738 into main Jul 12, 2024
23 checks passed
@thundergolfer thundergolfer deleted the jonathon/cleanup-enum-jul11 branch July 12, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant