2 Commits

Author SHA1 Message Date
Jiajun Yao
f5fbe8b678 [Core] Auto generate protobuf and grpc code (#40663)
Revert back to the old way (before #39210) of auto-generating protobuf and grpc code so we don't need to manually generate and check them in. Also decouple the protobuf version we use in c++ and the protobuf version we use to auto generate python and java code (the protobuf version to auto generate python code affects the python protobuf library version that Ray can support) so that they can be upgraded independently.

Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
2023-10-26 07:57:01 -07:00
Jiajun Yao
07d6e67a74 [Core] Upgrade grpc from 1.46.6 to 1.57.0 (#39210)
1.46.6 has a memory leak and 1.57.0 fixes it.

grpc: 1.46.6 -> 1.57.0
protobuf: v19.4 -> v23.4
absl: 20220623.1 -> 20230125.3
boringssl: b9232f9e27e5668bc0414879dcdedb2a59ea75f2 -> 342e805bc1f5dfdd650e3f031686d6c939b095d9

Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
Co-authored-by: Yi Cheng <74173148+iycheng@users.noreply.github.com>
2023-09-08 07:03:20 +08:00