Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@MeetWq MeetWq released this 19 Dec 11:13
· 2 commits to main since this release

What's Changed

💥 破坏性变更

  • drop support for adapter red by @MeetWq in #62
  • feat!: migrate to nonebot-plugin-uninfo by @MeetWq in #63

Warning

本次更新将会话信息获取插件由 nonebot-plugin-session 迁移至 nonebot-plugin-uninfo

需安装 nonebot-session-to-uninfo(迁移完成后可删除),并运行 nb orm upgrade 进行聊天记录迁移

获取聊天记录的接口也进行了相应的修改,用法上大致有如下变化:

  • bot_id => self_id
  • bot_type => adapter
  • platform => scope
  • id1 => user_id
  • id2 / id3 => scene_id + scene_type
  • 通过 id_type 控制会话级别 => 通过 filter_scenefilter_user 控制会话级别

Full Changelog: v0.6.2...v0.7.0