Skip to content

Releases: APIJSON/APIJSON-Demo

升级依赖; 录制回放; 全能接口 等

02 Sep 23:02
Compare
Choose a tag to compare

Java

所有 Demo 升级 APIJSON 6.2.0, apijson-framework 6.2.0, apijson-column 1.7.0, apijson-router 1.7.0, 自身 6.2.0;
MultiDataSource 更新内置的 APIAuto 代码;

新增全能增删改查接口,可同时进行 增、删、改、查 多种操作,感谢 cloudAndMonkey 贡献 CRUD 功能;
MultiDataSource /delegate 新增录制&回放请求信息;

新增使用 SpringBoot 3.0+ 的 Demo;
新增 RediSQL Demo,支持 Redis 零代码 CRUD,感谢 cloudAndMonkey 的贡献 #31
MultiDataSource 为 APIJSON 和 SQLAuto 新增支持 Cassandra, Snowflake, Data, bricks InfluxDB;

完善兼容 APIJSON 5.0.0+ 对接 Oracle DATETIME, TIMESTAMP 等日期时间类型;

解决有时打开 MultiDataSource 报错找不到 spring-boot-maven-plugin 或 maven-compiler-plugin;

SQLConfig 和 SQLExecutor 也指定主键泛型;
远程函数:改用支持引用路径的 getArgVal 方法来取参数值;
解决 /delegate 请求某些报错不返回实际 Resopnse Body/HTTP Status Code;
解决依赖 APIJSON 6.0.0+ 的 /put/balance 在已传 tag 时也报错未传 tag;

优化代码和注释;
优化 .gitignore 忽略文件,感谢 sjbwylbs 的贡献 #33

MySQL:

更新表;

PostgreSQL:

更新表;

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

JS, Lua 等脚本 和 ES, Redis, Kafka 等数据源 Demo; 升级依赖; 更新表

30 Jan 10:53
b491acd
Compare
Choose a tag to compare

Java

新增 JS, Lua 等动态脚本 Demo: APIJSONDemo-Script,更好地满足 低代码/零代码、Serverless, BaaS 等平台的动态业务逻辑需求,感谢 @cloudAndMonkey 的贡献 #30
新增全文检索&大数据 Elasticsearch Demo: APIJSONDemo-ElasticsearchAPIJSONDemo-MultiDataSource-Elasticsearch,感谢 @cloudAndMonkey 的贡献 #27
新增缓存 Redis Demo: APIJSONDemo-Redis,并在 APIJSONBoot-MultiDataSource 中加入 Redis 示例代码;
新增消息队列 Kafka Demo:APIJSONDemo-MultiDataSource-Kafka,感谢 @cloudAndMonkey 的贡献 #29

Fix: 修改达梦数据库的sql脚本 1.修复Login表中双引号重复问题 2.修复Request表中detail字段超出达梦数据库长度限制问题,感谢 @LeonemZhang 的贡献 #26

所有 Demo 升级 APIJSON 6.0.0, apijson-framework 6.0.0, apijson-column 1.5.0, apijson-router 1.5.0, 自身 6.0.0;
优化代码和注释;

MySQL

更新表;

PostgreSQL

更新表;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/6.0.0
https://github.com/APIJSON/apijson-framework/releases/tag/6.0.0
https://github.com/APIJSON/apijson-framework/releases/tag/6.0.1
https://github.com/APIJSON/apijson-column/releases/1.5.0
https://github.com/APIJSON/apijson-router/releases/1.5.0
https://github.com/APIJSON/apijson-router/releases/1.5.1

升级依赖版本;更新表;更新 APIAuto

11 Nov 12:34
Compare
Choose a tag to compare

Java

所有 Demo 升级 APIJSON 5.4.0, apijson-framework 5.4.0, apijson-column 1.2.9, apijson-router 1.1.0, 自身 5.4.0;
MultiDataSource 更新内置的 APIAuto 代码;
优化代码和注释;

MySQL:

更新表;

PostgreSQL:

更新表;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/5.4.0
https://github.com/APIJSON/apijson-framework/releases/tag/5.4.0
https://github.com/APIJSON/apijson-column/releases/1.2.9
https://github.com/APIJSON/apijson-router/releases/1.1.0

升级依赖版本;更新表;更新 APIAuto

20 Oct 19:19
Compare
Choose a tag to compare

Java

所有 Demo 升级 APIJSON 5.3.0, apijson-framework 5.3.0, apijson-column 1.2.7, apijson-router 1.0.8, 自身 5.3.0;
MultiDataSource 更新内置的 APIAuto 代码,解决对 PostgreSQL 不显示请求注释、不能显示测试用例等;
优化代码和注释;

MySQL:

更新表;

PostgreSQL:

更新表;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/5.3.0
https://github.com/APIJSON/apijson-framework/releases/tag/5.3.0
https://github.com/APIJSON/apijson-column/releases/1.2.7
https://github.com/APIJSON/apijson-router/releases/1.0.8

新增支持 SQLAuto-智能零代码数据库功能测试

11 Sep 10:40
Compare
Choose a tag to compare

Java:
MultiDataSource 新增 /execute 接口来支持 SQLAuto;

https://github.com/TommyLemon/SQLAuto

升级依赖版本;更新表;更新 APIAuto

08 Aug 15:21
Compare
Choose a tag to compare

Java

所有 Demo 升级 APIJSON 5.2.0, apijson-framework 5.2.0, apijson-column 1.2.5, apijson-router 1.0.6, 自身 5.2.0;
解决连接池 Demo 的连接池配置未生效;
MultiDataSource 更新内置的 APIAuto 代码;
优化代码;

MySQL:

更新表;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/5.2.0
https://github.com/APIJSON/apijson-framework/releases/tag/5.2.0
https://github.com/APIJSON/apijson-column/releases/1.2.5
https://github.com/APIJSON/apijson-router/releases/1.0.6

升级依赖版本;更新表;更新 APIAuto

11 Jul 20:49
Compare
Choose a tag to compare

Java

所有 Demo 升级 APIJSON, apijson-framework, 自身版本为 5.1.5, 升级 apijson-column, fastjson 版本分别为 1.2.4, 1.2.83;
APIJSONBoot 删除 UnitAuto 单元测试中多余的 Context 配置代码;
MultiDataSource 更新内置的 APIAuto 代码;

MySQL:

更新表;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/5.1.5
https://github.com/APIJSON/apijson-framework/releases/tag/5.1.5
https://github.com/APIJSON/apijson-column/releases/1.2.4
https://github.com/APIJSON/apijson-router/releases/1.0.5

升级依赖版本;新增类 RESTful 简单接口

03 May 20:03
Compare
Choose a tag to compare

升级依赖版本;新增当前用户相关的远程函数等

27 Mar 17:43
Compare
Choose a tag to compare

Java

所有 Demo 升级自身, APIJSON, apijson-framework 版本为 5.0.0,升级 apijson-column, fastjson, UnitAuto 版本分别为 1.2.0, 1.2.79, 2.6.4;
APIJSONBoot 系列新增当前用户相关的远程函数,默认开启 * CROSS JOIN、非等价的复杂 JOIN ON 关联方式;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/5.0.0
https://github.com/APIJSON/apijson-framework/releases/tag/5.0.0
https://github.com/APIJSON/apijson-column/releases/1.2.0
https://github.com/TommyLemon/unitauto-java/releases/tag/2.6.4
https://github.com/TommyLemon/unitauto-jar/releases/tag/2.6.4

升级依赖版本;完善注释及链接

06 Feb 16:29
Compare
Choose a tag to compare

Java:
所有 Demo 升级 APIJSON, apijson-framework, 自身版本为 4.9.1;
所有 Demo 升级 apijson-column 至 1.1.7;

相关更新见
https://github.com/Tencent/APIJSON/releases/tag/4.9.1
https://github.com/APIJSON/apijson-framework/releases/tag/4.9.1
https://github.com/APIJSON/apijson-column/releases/tag/1.1.7