v2.0.1

chaitin/SafeLinev2.0.1Apr 11, 2026by lipku

AI Summary

A minor patch release that changes the data type of the session ID to string to allow for better extensibility.

Key Highlights

  • Changed `sessionid` type from `int` to `str`.
  • Reason: Better extensibility support.

Breaking Changes

  • The `sessionid` field type has changed from `int` to `str`. Frontend API interfaces must be updated to reflect this change.

Full Release Notes

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