v2.0.1

aiola-lab/draxv2.0.1Apr 11, 2026by lipku

AI Summary

Updated the session ID data type from integer to string to improve system extensibility and facilitate better integration with frontend APIs.

Key Highlights

  • Changed sessionid type from int to str
  • Requires updates to frontend API interfaces

Breaking Changes

  • sessionid field type changed from int to str

Full Release Notes

sessionid类型由int改成str,方便扩展。
**注意:前端api接口该字段类型都需要改**