Releases: CarmJos/MineSQL
Releases · CarmJos/MineSQL
[1.4.2] Update: shaded libraries
BREAING CHANGES
Due to the design of Velocity plugins, it is not possible to use libby to load plugin dependencies when the plugin is initialized on the velocity platform.
Therefore, we can only return to the driver that provides the connection pool in a complete package.
If you have a solution, please let me know through issues or PR, thanks!
What's Changed
- build(deps): bump guava from 31.0.1-jre to 32.0.0-jre by @dependabot in #5
- build(deps): bump h2 from 2.1.214 to 2.2.220 by @dependabot in #6
- build(deps): bump com.mysql:mysql-connector-j from 8.0.31 to 8.2.0 by @dependabot in #7
- chore: Configure Renovate by @renovate in #8
- fix(deps): update deps.easyplugin.version to v1.5.12 by @renovate in #10
- chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v2.22.2 by @renovate in #9
New Contributors
- @dependabot made their first contribution in #5
- @renovate made their first contribution in #8
Full Changelog: 1.4.1...1.4.2
[1.4.1] 版本修复:初始化
Full Changelog: 1.4.0...1.4.1
[1.4.0] 版本更新
feat(lib)
独立数据库依赖加载,缩减文件体积。
Full Changelog: 1.3.1...1.4.0
[1.3.1] 版本更新
feat(platform)
Support Sponge8. (#4)fix(update)
修复更新检测配置读取错误的问题。
What's Changed
- Sponge8 support by @huanmeng-qwq in #4
Full Changelog: 1.2.2...1.3.1
[1.2.2] 版本修复
Full Changelog: 1.2.1...1.2.2
[1.2.1] 版本更新
feat(get)
添加快速获取首个SQLManager实例的方法。feat(table)
添加单独的表声明类及快速初始化表方法。
Full Changelog: 1.1.1...1.2.1
[1.1.1] 版本修复:修复部署
Full Changelog: 1.1.0...1.1.1
[1.1.0] 版本更新:支持独立创建注册池
refeactor(api)
支持独立创建注册池,以便于开发者自行管理。
Full Changelog: 1.0.0...1.1.0
[1.0.0] 初始版本
refactor(api): 重新设计API结构
[v0.0.2] 测试部署
测试部署与自动上传