Protocol Buffers v30.1 发布
Protocol Buffers 30.1 已经发布。Protocol Buffers(protobuf)是Google 开源的语言无关、平台无关的可扩展机制,用于序列化结构化数据。 具体更新内容包括: Announcements Protobuf News可能包括即将发生的变化的额外公告或预告。 Bazel 放宽 py_proto_library 检查,使其位于导入路径上,而不是完整目录(即不包括 external/module-name 前缀)。(#20569) (3576a1f) Compiler 修复使用 C++ 特性时 Python codegen 崩溃的问题。(#20577) (250c550) Kotlin 从 kotlin 版本中删除 Java 运行时类。(#20607)(4747628) Python 修复使用 C++ 特性时 Python codegen 崩溃的问题。(#20577) (250c550) 其他 将system_pythonrepo 别名重新添加到 MODULE.bazel (#20662) (ebb5224) 更新说明:https://github....