v2.0.1
RyanCodrai/turbovecv2.0.1Apr 11, 2026by lipku
AI Summary
This version updates the sessionid type from integer to string to facilitate future extensions, requiring corresponding changes to the frontend API interface.
Key Highlights
- Changed sessionid data type from 'int' to 'str'.
- Requires updates to the frontend API interface to match the new string type.
Breaking Changes
- sessionid type changed from int to str
Full Release Notes
sessionid类型由int改成str,方便扩展。 **注意:前端api接口该字段类型都需要改**