v2.0.1
ekzhang/borev2.0.1Apr 11, 2026by lipku
AI Summary
Changed the session ID type from integer to string to facilitate better extensibility.
Key Highlights
- Changed sessionid type from int to str.
Breaking Changes
- Frontend API interface field type must be changed from int to str.
Full Release Notes
sessionid类型由int改成str,方便扩展。 **注意:前端api接口该字段类型都需要改**