v1.8.2
版本发布时间: 2021-12-05 21:37:07
hhyo/Archery最新发布版本:v1.11.3(2024-08-24 17:28:58)
Release date: 2021年12月05日
代码变更: https://github.com/hhyo/Archery/compare/v1.8.1...v1.8.2 贡献者: @DB-wang2, @GloomyNAN, @LeoQuote, @Linuxgt, @Nexpro, @cpzt, @dependabot, @dependabot[bot], @hhyo, @mxlxm, @nick2wang, @swords1999, @txmzzl, @weideguo and taochao
变更说明
- 修复oracle审核正则匹配问题 #1169 @nick2wang (#1194)
- mongodb查询优化 (hhyo#1252) @weideguo (#1253)
- 发送企业微信消息带有url的优化 (hhyo#1244) @weideguo (#1247)
- 禁止普通账号查询mysql.user (hhyo#1202) @weideguo (#1222)
- 问题:表名带-符号无法正常解析,原因:\w只匹配[a-zA-Z0-9_],修正:(\w*) -> ([\w-]*) @txmzzl (#1197)
- mongdb查询的结果集中缺少字段 @cpzt (#1192)
- docker安装默认映射出goinception的4000端口 @DB-wang2 (#1186)
- 解决查询DECIMAL类型展示精度丢失的问题 fix #1250
- Bump django from 3.1.12 to 3.1.13 @dependabot (#1185)
- support offset @mxlxm (#1172)
- fix sql.trx_view and MaskingColumns column_comment @GloomyNAN (#1175)
- 修改快捷键绕过表单验证问题 @DB-wang2 (#1178)
- fix mongo connction @LeoQuote (#1168)
- Update extend_json_encoder.py @Nexpro (#1131)
- Bump django from 3.1.9 to 3.1.12 @dependabot (#1114)
- donnot set auto_now_add for ArchiveLog.start_time @swords1999 (#1113)
- Bump django from 3.1.8 to 3.1.9 @dependabot (#1111)
- Update docs.md @Linuxgt (#1103)
- Bump django from 3.1.6 to 3.1.8 @dependabot (#1070)