Skip to content

Releases: nonebot/adapter-onebot

Release 2.2.3

27 Apr 10:10
712e596

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

  • Fix: 修复自定义回复函数无法生效的问题 by @he0119 in #60
  • Fix: 修复日志 loguru tag 转义错误 by @yanyongyu in #64

Full Changelog: v2.2.2...v2.2.3

Release 2.2.2

17 Mar 08:07
0bae45a

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

  • Feature: 添加 f2s 转换文件类型数据 by @yinghanwen in #46
  • ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #51
  • Feature: 增加 OneBot v12 事件模型和动作类型标注 by @he0119 in #52
  • Feature: 为不同的实现和平台指定不同的 send 函数 by @j1g5awi in #53
  • Feat: OneBot 12 支持发送 msgpack 编码数据 by @he0119 in #56
  • Test: 升级 NoneBug 0.3.1 by @he0119 in #57
  • Fix: 删除 get_file 类型标注中多余的重载 by @he0119 in #58
  • ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #59

New Contributors

Full Changelog: v2.2.1...v2.2.2

Release 2.2.1

23 Jan 03:20
c6a2695

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

  • CI: add Python 3.11 into test by @StarHeartHunt in #40
  • ⬆️ auto update by pre-commit hooks by @pre-commit-ci in #42
  • Fix: 修复 Sec-WebSocket-Protocol 格式不正确时的报错 by @he0119 in #43
  • Feature: 优化消息和消息段的repr()显示效果 by @mnixry in #44
  • Fix: 修复遇到不同协议相同 ID 的机器人连接时没有正常报错断开连接的问题 by @he0119 in #45

Full Changelog: v2.2.0...v2.2.1

Release 2.2.0

18 Dec 09:16
e8deeb6

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

  • Feature: 适配多机器人账号连接复用 by @he0119 in #34
  • CI: 移除过时的 actions 用法及升级部分 actions 依赖 by @StarHeartHunt in #35
  • Feature: 添加通过 query 参数获取 token by @he0119 in #36

New Contributors

Full Changelog: v2.1.5...v2.2.0

Release 2.1.5

20 Oct 14:39
915fffb

Choose a tag to compare

Release 2.1.4

15 Oct 07:10
13a439e

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

New Contributors

Full Changelog: v2.1.3...v2.1.4

Release 2.1.3

11 Aug 14:00
008a32c

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

Full Changelog: v2.1.2...v2.1.3

Release 2.1.2

10 Aug 14:20
e5356a9

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.1.2

Release 2.1.1

17 Jun 03:49
e655c63

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.1.1

Release 2.1.0

31 May 09:34

Choose a tag to compare

Documentation

https://onebot.adapters.nonebot.dev/

What's Changed

  • Feature: Add parallel option to command cooldown by @mnixry in #3
  • Docs: Add dark logo by @j1g5awi in #4
  • Feature: Support custom per call_api timeout by @mnixry in #5
  • Docs: Add docstrings for adapter helpers by @mnixry in #6
  • Feature: 重构 bot.send 以优化可读性 by @mnixry in #7
  • Docs: add tips for choosing connection method by @StarHeartHunt in #8
  • Feat: add reply_message by @MeetWq in #13
  • Feature: Add helper method autorevoke_send by @mnixry in #12
  • Feature: 添加 OneBot V12 适配器支持 by @abrahum in #11

New Contributors

Full Changelog: v2.0.0-beta.1...v2.1.0