Skip to content

Releases: APIJSON/apijson-framework

7.0.0

19 May 10:21
Compare
Choose a tag to compare

升级 APIJSON 6.4.0-springboot3 及 Maven 3.12.1

12 Mar 13:04
4c17ace
Compare
Choose a tag to compare

升级 APIJSON 6.4.0-springboot3 及 Maven 3.12.1

升级 APIJSON 6.4 及 Maven 插件、优化代码

12 Mar 12:11
aecf3ce
Compare
Choose a tag to compare

1.在6.3.0版本基础上更新 springboot3 分支,感谢 @calmcc 的贡献 #24
2.更新 apijson 依赖版本至 6.4.3-springboot3,感谢 @calmcc 的贡献 #24
3.更新 maven-compiler-plugin 版本至 3.12.1,感谢 @calmcc 的贡献 #24
4.Simplify the code and misspelled word, thx to @aozeyu #25

升级 APIJSON 6.4.3-springboot3 及 Maven 插件、优化代码

12 Mar 13:10
6f3efbb
Compare
Choose a tag to compare

1.在6.3.0版本基础上更新 springboot3 分支,感谢 @calmcc 的贡献 #24
2.更新 apijson 依赖版本至 6.4.3-springboot3,感谢 @calmcc 的贡献 #24
3.更新 maven-compiler-plugin 版本至 3.12.1,感谢 @calmcc 的贡献 #24
4.Simplify the code and misspelled word, thx to @aozeyu #25

升级 APIJSON 及自身 6.3.0,apijson-column 1.8.0,unitauto-java 及 unitauto-jar 3.0.5

集成字段插件; 升级 APIJSON 6.2.0

09 Aug 15:32
Compare
Choose a tag to compare

集成字段插件 apijson-column,通过 ENABLE_VERIFY_COLUMN 启用初始化及校验,通过 ENABLE_COLUMN_ CONFIG 启用配置;
优化假删除,支持 notDeletedValue,适配 deletedTime = NULL 表示未删除等需求;
SQLConfig 和 SQLExecutor 也指定主键泛型;
解决启动自检远程函数配置报错 tag 不匹配;
解决 @column:"toId;(parentId)" 等写法可能绕过字段插件的校验;
升级 APIJSON, apijson-column, 自身 版本分别为 6.2.0, 1.7.0, 6.2.0;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/6.2.0
https://github.com/APIJSON/apijson-column/releases/tag/1.7.0

升级 APIJSON 6.2.0

09 Aug 15:27
Compare
Choose a tag to compare

升级 APIJSON 6.2.0

新增支持 SpringBoot 3.x

23 May 14:45
Compare
Choose a tag to compare

使用 6.1.0_springboot_3 分支,在 JitPack 上打包:
https://jitpack.io/#APIJSON/apijson-framework/6.1.0_springboot3

可以这样依赖

	<dependency>
	    <groupId>com.github.APIJSON</groupId>
	    <artifactId>apijson-framework</artifactId>
	    <version>6.1.0_springboot3</version>
	</dependency>
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>

除了支持 SpringBoot 3.0+ 外,其它与 master 分支 6.1.0 版一致
https://github.com/APIJSON/apijson-framework/releases/tag/6.1.0

升级 APIJSON 6.1.0, UnitAuto 2.9.0, MySQL JDBC 8.0.33, PostgreSQL JDBC 42.3.8

28 Apr 16:05
Compare
Choose a tag to compare

升级 APIJSON 及自身 6.1.0,UnitAuto 2.9.0,MySQL JDBC 8.0.33,PostgreSQL JDBC 42.3.8;
优化代码;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/6.1.0

JS, Lua 等脚本引擎相关代码补充(6.0.0 缺失)

02 Feb 10:00
91f0c8b
Compare
Choose a tag to compare

补充 6.0.0 JS, Lua 等脚本引擎相关的缺失代码,感谢 @cloudAndMonkey 的贡献 #18

相关更新
https://github.com/APIJSON/apijson-framework/releases/tag/6.0.0

注意事项

1.依赖 apijson-framework 且用到脚本引擎功能的所有项目需要同步升级版本,例如 apijson-router, APIJSON-Demo 等;
2.apijson-framework 6.0.1 依赖的 APIJSON 版本为 6.0.0 以上,APIJSON 不一定有 6.0.1 版本,具体看 APIJSON Releases