Skip to content

2023/03/31版本

Compare
Choose a tag to compare
@pixelmaxQm pixelmaxQm released this 31 Mar 09:56
· 357 commits to main since this release
c226a94

What's Changed

  • feature:表格导出支持配置limit order和where条件 by @piexlmax in #1665
  • 修改初始化的日志 by @andywu1998 in #1667
  • feat(gin.Mode()): 由环境变量决定,不再依赖于配置文件system.Env by @andywu1998 in #1668
  • fixed: api管理中删除的 popover 触发改为 click by @YfNightWind in #1673
  • fix:保证excel每次导出列顺序一致 by @liyang1018 in #1677
  • Revert "fix:保证excel每次导出列顺序一致" by @piexlmax in #1678
  • loading增加定制属性,可自行配置 by @piexlmax in #1683
  • feat: docker-compose healthz check by @hoorayman in #1680
  • fix: k8s cpu num by @fupengl in #1685
  • fix: 应该调用filepath.Join的地方调用了path.Join by @CC11001100 in #1688
  • feat: ignore go debug bin file by @fupengl in #1687
  • 增加redis集群设置 by @xue-ding-e in #1694
  • 表格导出支持条件和limit
  • 自动化代码默认弹出属性调整为抽屉模式
  • 修复了sort时数据库字段和前端字段不一致的bug
  • 保证了导出表的顺序一致性
  • 自动化支持了纯json模式

New Contributors

Full Changelog: v2.6.1...v2.6.2