这是一个预发布版本,部分功能仍在测试,请及时反馈在本版本发现的问题。
致服主:
- 此版本移除了内置的 HTTP-API 支持,请考虑使用
MiraiMCAddon-Overflow
。 - 此版本移除了内置的签名服务支持,可自行编写附属插件添加签名支持。
更新日志
主代码
新增
- 添加调试模式以避免无用日志输出
优化和修复
- 修复快照版本下载链接获取问题
- 重构插件配置
- 移除内置的签名服务支持
- 优化异常处理方法
- 将HikariCP改为外部加载
- 处理低版本服务端 HikariCP 无法使用 SQLite 驱动的问题
- 重写 HTTP 部分以缩减插件文件大小
- 抑制不必要的警告
- 优化登录验证器流程
- 让exec更安全
- 更改HTTP User-Agent
- 移除HTTP-API支持
- 调整 MiraiMC 插件接口
Sponge
新增
- 更新API版本到8
- 现在会自动匹配插件版本
Velocity
新增
- 更新API版本
- 现在会自动匹配插件版本
这是一个预发布版本,部分功能仍在测试,请及时反馈在本版本发现的问题。
更新日志
主代码
新增
- 允许不加载 mirai 核心启动插件
优化和修复
- 使用更先进的方式加载 mirai 核心
- 调整 LifeCycle 类名
Sponge
优化和修复
- 自动适应 maven 版本号
Velocity
优化和修复
- 自动适应 maven 版本号
由 GitHub 生成的版本说明见下
What's Changed
- Bump org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/487
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.1 to 3.5.2 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/486
- Bump kotlin.version from 1.9.22 to 1.9.23 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/489
- Bump org.apache.logging.log4j:log4j-core from 2.23.0 to 2.23.1 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/490
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/494
- Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/493
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/497
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.1 to 3.2.2 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/499
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/500
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/501
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.3 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/502
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.4 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/504
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/506
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/507
- Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/511
- Bump kotlin.version from 1.9.23 to 1.9.24 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/508
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/505
- Bump kotlin.version from 1.9.24 to 2.0.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/512
- Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/515
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/514
- Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/513
- Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.3 to 3.6.0 by @dependabot in https://github.com/DreamVoid/MiraiMC/pull/516
Full Changelog: https://github.com/DreamVoid/MiraiMC/compare/v1.8.3...v1.9-pre1
这是一个正式版本。此版本已经过测试确认没有大的问题,可以使用,建议所有用户和开发者都更新到此版本。
如果在本版本遇到任何问题,请提交 issue。
更新日志
Bukkit
优化和修复
- 修复重载配置时不保存修改的值的问题
- 修复缺失的命令
这是一个正式版本。此版本已经过测试确认没有大的问题,可以使用,建议所有用户和开发者都更新到此版本。
如果在本版本遇到任何问题,请提交 issue。
更新日志
主代码
新增
- 添加数据表前缀配置项
- 为
Contact
实现增加发送短视频方法
优化和修复
- 优化数据库连接
Velocity
优化和修复
- 修复配置文件加载时数组加载异常问题