Skip to content

Commit

Permalink
Release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed May 29, 2020
1 parent ea9dd62 commit 4bd11cd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@



## \[1.7.1\] - 2020-05-29

### 变更

* 更新 `core` 依赖到 1.0.1
* 更新 `console` 依赖到 0.5.2

### 新增

* 上报服务中,在请求中添加`bot`请求头,以区分不同bot的上报事件 #88
* 支持配置Http服务器监听的ip地址,默认为`0.0.0.0` #89

### 修复

* 修复上报配置的问题,导致上报不可用 #81 @AsakuraMizu
* 修复事件响应接口响应成功,但返回时报错的问题 #82

> 由于core的更新问题,暂时关闭事件响应接口的使用!!!
> 恢复时间待定为core更新至1.1.0时


## \[1.7.0\] - 2020-05-11

### 变更
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build
httpVersion=v1.7.0
httpVersion=v1.7.1
# style guide
kotlin.code.style=official
# config
Expand Down
2 changes: 1 addition & 1 deletion mirai-api-http/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MiraiAPIHTTP
path: net.mamoe.mirai.api.http.HttpApiPluginBase
version: v1.7.0
version: v1.7.1
info: Mirai HTTP API Server Plugin
author: "ryoii"

0 comments on commit 4bd11cd

Please sign in to comment.