·
1 commit
to release/0.51.x
since this release
Changelog
[0.51.11-public] - 2025-03-18
Key Changes
- MCQA 2.0 Structural Improvement: The
ResultDescriptor
subclass inInstance
class has been upgraded fromMap<String, String>
to a dedicated POJO object, specifically optimized for MCQA 2.0 scenarios - Backward Compatibility: Fully compatible with legacy logic - existing code will continue to function without modification
Important Notes
- Future server-side updates may adjust
ResultDescriptor
data formats. MCQA 2.0 users are recommended to upgrade to this version
更新日志
[0.51.11-public] - 2025-03-18
主要改动
- 结构优化:
Instance
类中ResultDescriptor
子类由Map<String, String>
升级为独立的 POJO 对象,专门适配 MCQA 2.0 场景 - 兼容保障:完全兼容旧版逻辑,现有代码无需修改即可正常运行
注意事项
- 未来服务端可能调整
ResultDescriptor
数据格式,建议 MCQA 2.0 用户升级到本版本