Skip to content

Releases: APIJSON/apijson-framework

升级 APIJSON 8.0.2

14 Jun 17:52

Choose a tag to compare

升级 APIJSON 8.0.2,自身 7.2.2;

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

兼容性:

7.2.0 暂时移除了 UnitAuto(依赖 fastjson 1.x) 依赖及 APIJSONFunctionParser 中对应的方法
getMethodArguments, getMethodDefinition, getMethodRequest,
但在 Function 表中,字段 name 和以上方法名相同的记录会导致启动报错找不到远程函数对应方法,
可以删除后再启动应用,或者在 DemoFunctionParser 加上对应的空实现。
image

解决远程函数最多只能加载默认每页数量 10 个

20 Apr 17:06

Choose a tag to compare

解决远程函数最多只能加载默认每页数量 10 个;
升级自身版本为 7.2.1;

升级 APIJSON 8 去除 fastjson

20 Apr 16:32
834e380

Choose a tag to compare

升级 APIJSON 8 去除 fastjson,M extends Map<String, Object> 替代 JSONObject, L extends List<Object> 替代 JSONArray:

1.支持 jackson, gson, fastjson2, fastjson 等各种 JSON 库;

2.目前已新增 fastjson2 插件,右上角点亮 ⭐️ Star 支持下吧 ^_^

https://github.com/APIJSON/apijson-fastjson2

3.新增使用 APIJSON 8 及 apijson-fastjson2 的 Demo

https://github.com/APIJSON/APIJSON-Demo/blob/master/APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml#L25-L35

整合 apijson-router 和 apijson-column;

新增 /crud 全能增删改查统一入口,按 ENABLE_APIJSON_ROUTER 及 Log.DEBUG 控制是否启用 /router/{method}/{tag} 及 /get 等万能通用接口;
新增支持 Doris-高性能实时湖仓一体数据库的默认配置;

完善其它数据库的默认配置;
解决返回多余的 version: null;

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

兼容 JDK 1.8+

16 Feb 14:43

Choose a tag to compare

兼容 JDK1.8, SpringBoot1.4 等

02 Feb 14:08

Choose a tag to compare

APIJSON 7.1.0, apijson-column 2.1.0

31 Jan 09:48
432f162

Choose a tag to compare

7.0.3;映射表名和数据库(模式)名

30 Jun 15:50
e5607d1

Choose a tag to compare

升级 APIJSON 和自身 7.0.3,apijson-column 2.0.3;
feat: 实现配置 TABLE_SCHEMA_MAP 映射表名和数据库(模式)名,感谢 csx-bill 的贡献 #27

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

7.0.0

19 May 10:21

Choose a tag to compare

7.0.0

升级 APIJSON 6.4.0-springboot3 及 Maven 3.12.1

12 Mar 13:04
4c17ace

Choose a tag to compare

升级 APIJSON 6.4.0-springboot3 及 Maven 3.12.1

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

12 Mar 12:11
aecf3ce

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