v2.0.1
ruixenui/ruixen.comv2.0.1Apr 11, 2026by lipku
AI Summary
This release modifies the session ID data type from integer to string to facilitate future extensibility. A critical note accompanies this change, requiring the frontend API interface to update the field type accordingly.
Key Highlights
- Changed `sessionid` type from `int` to `str` for extensibility.
- Requires updates to the frontend API interface to match the new type.
- No other specific features or fixes were mentioned in the provided notes.
Breaking Changes
- The `sessionid` field type changed from `int` to `str`, requiring API contract updates.
Full Release Notes
sessionid类型由int改成str,方便扩展。 **注意:前端api接口该字段类型都需要改**