v0.51.11-public
·
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
ResultDescriptorsubclass inInstanceclass 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
更新日志
[0.51.11-public] - 2025-03-18
主要改动
- 结构优化:
Instance类中ResultDescriptor子类由Map<String, String>升级为独立的 POJO 对象,专门适配 MCQA 2.0 场景 - 兼容保障:完全兼容旧版逻辑,现有代码无需修改即可正常运行