v5.0.0

chaitin/SafeLinev5.0.0Mar 14, 2024by xbingW

AI Summary

Introduces password login and optional two-factor authentication (2FA) for Community Edition. Professional Edition adds multi-user support, CSV log export, and new load balancing algorithms.

Key Highlights

  • Community Edition: System login method changed to password + optional 2FA
  • Professional Edition: Support for adding multiple users
  • Professional Edition: Support for exporting attack logs to .csv
  • Professional Edition: Load balancing supports IP Hash and Least Connections algorithms

Breaking Changes

  • System login method changed to password + optional 2FA (implies removal of previous login methods)

New Features

  • Password login
  • Two-factor authentication
  • Multi-user support
  • CSV log export
  • IP Hash load balancing
  • Least Connections load balancing

Full Release Notes

### 新增

- 社区版支持密码登录。系统登录方式改为 密码+可选开启二步验证
- 专业版
  - 支持添加多个用户
  - 支持导出攻击日志为 .csv 文件
  - 站点的负载均衡支持 IP Hash 算法、最小连接数算法

### 修复

- 修复 luigi 容器有时负载过高降不下来的问题
- 修复其他一些已知问题