@@ -98,4 +98,5 @@ jobs:
title: 'update: mirai-api-http ${{ steps.tag.outputs.tag }}'
branch: create-pull-request/mah-update-version
delete-branch: true
+ path: ./mirai-repo-mirror
base: master
@@ -1,11 +1,12 @@
# 更新日志
-## \[2.9.0\] - 2023-3-2
+## \[2.9.1\] - 2023-3-2
### 修复
+ websocket 异常断开时连接无法释放
++ ForwardMessage 的 `display` 字段中属性可空 @ProgramRipper
### 新增
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
org.gradle.parallel=true
# build
-httpVersion=2.9.0
+httpVersion=2.9.1
# kotlin
kotlinVersion=1.7.10
@@ -1,6 +1,6 @@
id: net.mamoe.mirai-api-http
name: mirai-api-http
main: net.mamoe.mirai.api.http.HttpApiPluginBase
-version: 2.9.0
+version: 2.9.1
author: ryoii
info: Mirai HTTP API Server Plugin