v2.0.1
zaidmukaddam/scirav2.0.1Apr 11, 2026by lipku
AI Summary
This release modifies the `sessionid` data type from integer to string to facilitate future extensibility, though it requires corresponding updates to the frontend API interface.
Key Highlights
- Changed `sessionid` type from `int` to `str` for extensibility.
- Requires frontend API interface updates for this field.
Breaking Changes
- Changed sessionid type from int to str
- Frontend API interface field type updates required
New Features
- Type change for sessionid extensibility
Full Release Notes
sessionid类型由int改成str,方便扩展。 **注意:前端api接口该字段类型都需要改**