Protocol Buffers 31.1 已经发布。Protocol Buffers(protobuf)是 Google 开源的语言无关、平台无关的可扩展机制,用于序列化结构化数据。
具体更新内容包括:
Announcements
- Protobuf News 可能包括即将发生的变化的额外公告或预告。
Compiler
- 支持在获取 feature set 扩展值的同时,允许从 FeatureSet 扩展中延迟注入语言 feature set 默认值。(3419598)
Java
Python
- Python pyi 为 Duration/Timestamp 字段打印“import datetime”(#21885)(0fe099a)
- 为 pure Python 添加递归深度限制(a3921fb)
其他
- 修复 cmake staleness 测试(96a9ef6)
详情可查看更新说明:https://github.com/protocolbuffers/protobuf/releases/tag/v31.1