Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Jul 19, 2021
1 parent 7088054 commit cdac1c4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 更新日志

## \[2.1.0\] - 2021-07-19

### 修复

+ 群文件相关接口字段错误 `isDictionary` -> `idDirectory`, `isDictionary` 保留一段时间兼容性, 涉及接口
+ http 文件上传 `/file/upload` 返回值(已兼容)
+ 创建群文件夹 `/file/mkdir` 请求参数(**不兼容**)
+ 查看群文件列表 `/file/list` 返回值(已兼容)
+ 获取文件信息 `/file/info` 返回值(已兼容)
+ websocket 部分异常没有返回正确的格式 #383
+ websocket 无法进行引用回复 #401
+ 若干文档说明,更正 反向ws adapter 的使用文档

### 新增
+ 获取 session 信息 #386 `[GET] /sessionInfo`, websocket 命令字 `sessionInfo`

## \[2.0.2\] - 2021-06-14

### 修复
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin.parallel.tasks.in.project=true


# build
httpVersion=2.0.2
httpVersion=2.1.0

# kotlin
kotlinVersion=1.5.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.io.File
* 主要职责为读取配置文件 [MainSetting] 和 启动具体实现 [MahPluginImpl]
*/
object HttpApiPluginBase : KotlinPlugin(
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.0.2") {
JvmPluginDescription(id = "net.mamoe.mirai-api-http", version = "2.1.0") {
author("ryoii")
info("Mirai HTTP API Server Plugin")
}
Expand Down

0 comments on commit cdac1c4

Please sign in to comment.