Upgrade tonic to 0.14.2, prost to 0.14.1, thiserror to 2.0#255
Open
nazq wants to merge 1 commit intoqdrant:masterfrom
Open
Upgrade tonic to 0.14.2, prost to 0.14.1, thiserror to 2.0#255nazq wants to merge 1 commit intoqdrant:masterfrom
nazq wants to merge 1 commit intoqdrant:masterfrom
Conversation
- Update tonic features for 0.14 API (tls-ring, tls-native-roots, channel) - Add tonic-prost runtime dependency for ProstCodec - Add tonic-prost-build dev dependency for proto generation - Regenerate protobuf code with new tonic-prost-build - Remove redundant Hash impl for PointId (now auto-derived by prost) - Update tests/protos.rs to use tonic_prost_build API
|
Would this help with the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Upgrades gRPC stack to latest versions for compatibility with downstream projects requiring newer tonic/prost.
Note: tonic 0.14 is the final milestone before the grpc-rust migration. See the release video for details on upcoming changes.
Changes
Dependencies Updated
New Dependencies
Tonic Feature Changes
Tonic 0.14 restructured TLS features:
tls→tls-ringtls-roots→tls-native-rootschannelfeature for client transportCode Changes
src/qdrant.rswith tonic-prost-build 0.14tests/protos.rsto usetonic_prost_buildAPITest Plan