Nonebot-plugin-chatrecorder

Latest version: v0.7.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.7.0

What's Changed

💥 破坏性变更
* drop support for adapter red by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/62
* feat!: migrate to nonebot-plugin-uninfo by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/63

> [!WARNING]
> 本次更新将会话信息获取插件由 [nonebot-plugin-session](https://github.com/noneplugin/nonebot-plugin-session) 迁移至 [nonebot-plugin-uninfo](https://github.com/RF-Tar-Railt/nonebot-plugin-uninfo)
>
> 需安装 [nonebot-session-to-uninfo](https://github.com/noneplugin/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_scene`、`filter_user` 控制会话级别

**Full Changelog**: https://github.com/noneplugin/nonebot-plugin-chatrecorder/compare/v0.6.2...v0.7.0

0.6.2

What's Changed
* enlarge message_id length by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/58


**Full Changelog**: https://github.com/noneplugin/nonebot-plugin-chatrecorder/compare/v0.6.1...v0.6.2

0.6.1

What's Changed
* drop support for py3.8 by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/51
* replace deprecated utcnow and utcfromtimestamp by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/52
* add check for fake event by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/53
* adjust tests by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/54
* don't record satori message-deleted and message-updated https://github.com/noneplugin/nonebot-plugin-chatrecorder/commit/171345a801584a789f46dc9dc074412732e1a83c

**Full Changelog**: https://github.com/noneplugin/nonebot-plugin-chatrecorder/compare/v0.6.0...v0.6.1

0.6.0

What's Changed

💥 破坏性变更
* 移除 qqguild 适配器 by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/41

🚀 新功能
* feat: support adapter dodo by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/33
* feat: support adapter satori by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/35
* feat: support adapter qq by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/44
* feat: 适配 Pydantic V2 by he0119 in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/43

🐛 Bug 修复
* fix feishu call_api result by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/45
* constrain platform in satori, onebot v12 by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/46

💫 杂项
* style: 使用 ruff 格式化代码 by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/32
* style: use ruff-format by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/42

**Full Changelog**: https://github.com/noneplugin/nonebot-plugin-chatrecorder/compare/v0.5.1...v0.6.0

0.5.1

What's Changed
* update nonebot-plugin-orm by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/31


**Full Changelog**: https://github.com/noneplugin/nonebot-plugin-chatrecorder/compare/v0.5.0...v0.5.1

0.5.0

What's Changed

💥 破坏性变更
* feat!: 迁移至 nb orm 插件 by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/27
* feat: 迁移 datastore 中的数据 by MeetWq in https://github.com/noneplugin/nonebot-plugin-chatrecorder/pull/30

> [!WARNING]
> 本次更新将数据库插件由 [nonebot-plugin-datastore](https://github.com/he0119/nonebot-plugin-datastore) 迁移至 [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm)
>
> 若希望保留之前的数据,需要确保同时安装 [nonebot-plugin-datastore](https://github.com/he0119/nonebot-plugin-datastore) 和 [nonebot-plugin-orm](https://github.com/nonebot/plugin-orm),并运行 `nb orm upgrade` 进行迁移
>

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.