Skip to content

Commit 47835e6

Browse files
committed
Release 2.7.0
1 parent 7cbc8e6 commit 47835e6

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
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
### 修复

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
55
org.gradle.parallel=true
66

77
# build
8-
httpVersion=2.6.2
8+
httpVersion=2.7.0
99

1010
# kotlin
1111
kotlinVersion=1.7.10
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: net.mamoe.mirai-api-http
22
name: mirai-api-http
33
main: net.mamoe.mirai.api.http.HttpApiPluginBase
4-
version: 2.6.2
4+
version: 2.7.0
55
author: ryoii
66
info: Mirai HTTP API Server Plugin

0 commit comments

Comments
 (0)