v2.0.1

MinishLab/model2vecv2.0.1Apr 11, 2026by lipku

AI Summary

Updated the `sessionid` data type from integer to string to improve extensibility. Frontend API interfaces must be modified to accommodate this change.

Key Highlights

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

Breaking Changes

  • Field type change: `sessionid` is now a string instead of an integer

New Features

  • Updated `sessionid` data type to string

Full Release Notes

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