File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
mirai-api-http/src/main/resources Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 22
33
44
5+ ## \[ 1.5.0-pre\] - 2020-04-05
6+
7+ ### 变更
8+
9+ * 更新 ` core ` 依赖到 0.33.0
10+ * 所有 ` messageId ` , ` time ` 由 ` Long ` 变更为 ` Int `
11+ * ` Quote ` 消息类型增加 ` targetId ` 作为获取原消息发送目标的依据
12+ * Breaking Change: ` /fetchMessage ` 接口返回带状态码对象, [ 详情] ( https://github.com/mamoe/mirai-api-http/blob/master/README.md#%E5%93%8D%E5%BA%94-%E8%BF%94%E5%9B%9Ejson%E5%AF%B9%E8%B1%A1 )
13+
14+ ### 新增
15+ * 支持 ` FlashImage ` 闪照类型,处理同 ` Image ` , ` imageId ` 可通用
16+
17+ ### 修复
18+ * 处理 ` 消息过长 ` 异常 (code: 30)
19+ * 处理意料之外的 ` Bot被禁言 ` 异常 (code: 20), #34
20+
21+
22+
523## \[ 1.5.0-pre\] - 2020-04-05
624
725### 变更
Original file line number Diff line number Diff line change 11# build
2- httpVersion =v1.4.1
2+ httpVersion =v1.5.0
33# style guide
44kotlin.code.style =official
55# config
Original file line number Diff line number Diff line change 11name : MiraiAPIHTTP
22path : net.mamoe.mirai.api.http.HttpApiPluginBase
3- version : v1.5.0-pre
3+ version : v1.5.0
44info : Mirai HTTP API Server Plugin
55author : " ryoii"
You can’t perform that action at this time.
0 commit comments