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

Stop using deprecated protobuf API #2045

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Sep 5, 2024

Motivation:

swift-protobuf 1.27.0 deprecated the init from serializedData in favor of the serializedBytes variant.

Modifications:

  • Stop using serializedData

Result:

Fewer warnings

Motivation:

swift-protobuf 1.27.0 deprecated the `init` from `serializedData` in
favor of the `serializedBytes` variant.

Modifications:

- Stop using `serializedData`

Result:

Fewer warnings
@glbrntt glbrntt added the semver/patch No public API change. label Sep 5, 2024
@glbrntt glbrntt requested a review from gjcairo September 5, 2024 09:44
@glbrntt glbrntt enabled auto-merge (squash) September 5, 2024 10:00
@glbrntt glbrntt merged commit 3be62d5 into grpc:main Sep 5, 2024
15 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants