File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
mirai-api-http/src/main/resources Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11# 更新日志
22
33
4+ ## \[ 2.7.0\] - 2022-12-17
5+
6+ ### 修复
7+
8+ + 修复无法从其他插件中加载消息持久化 SPI 的问题 (#639 )
9+ + 修复开启 single mode 并 关闭 verify 时, 无法使用 http 接口 (#658 ). (不建议这样使用)
10+ + 修复 webhook 在 bot 下线后无法发送 bot 离线事件 (#641 )
11+ + 修复上传群文件后没有发送群消息提醒 (#637 )
12+
13+ ### 新增
14+
15+ + 支持反向 websocket 重连, 详情见 [ 反向 ws 配置文件] ( docs/adapter/ReverseWebsocketAdapter.md ) (#621 )
16+ + 支持反向 websocket 未认证时执行 ` about ` , ` botList ` 指令 (#610 )
17+ + 转发消息支持从其他群、好友对话的缓存中获取消息来进行转发消息的构建,新增 ` messageRef ` 字段,[ 详情见文档] ( docs/api/MessageType.md#forwardmessage ) (#623 )
18+ + 用户申请入群事件 ` MemberJoinRequestEvent ` 新增可空字段 ` invitorId ` , 表示可能存在的邀请人
19+
20+ ### 变更
21+
22+ + 升级 kotlin, ktor 版本
23+ + 升级 mirai core 版本, 支持 2.13.2
24+
25+
26+
427## \[ 2.6.2\] - 2022-8-31
528
629### 修复
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55org.gradle.parallel =true
66
77# build
8- httpVersion =2.6.2
8+ httpVersion =2.7.0
99
1010# kotlin
1111kotlinVersion =1.7.10
Original file line number Diff line number Diff line change 11id : net.mamoe.mirai-api-http
22name : mirai-api-http
33main : net.mamoe.mirai.api.http.HttpApiPluginBase
4- version : 2.6.2
4+ version : 2.7.0
55author : ryoii
66info : Mirai HTTP API Server Plugin
You can’t perform that action at this time.
0 commit comments