v2.0.1

soxoj/socid-extractorv2.0.1Apr 11, 2026by lipku

AI Summary

This release modifies the `sessionid` type from integer to string to facilitate future extensibility, requiring updates to frontend API interfaces.

Key Highlights

  • Changed `sessionid` type from `int` to `str`
  • Facilitates extension of the session ID handling
  • Requires updates to frontend API interfaces

Breaking Changes

  • Changed `sessionid` type from `int` to `str`

New Features

  • Changed `sessionid` type to `str` for extensibility

Full Release Notes

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