Skip to content

Commit

Permalink
发布 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Jun 14, 2022
1 parent 554a524 commit 5085330
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.3.1-SNAPSHOT</version>
<version>5.3.1</version>
<packaging>jar</packaging>

<name>pagehelper 5</name>
Expand Down
7 changes: 7 additions & 0 deletions wikis/en/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### 5.3.1

- Resolve CVE-2022-28111 vulnerability, limit the order by parameter, avoid SQL injection
- Add support for as400. **by bluezealot**
- Optimize generic parameters of `Page` class **by Zhang Fulai * *
- Standardize the order of PostgreSQL paging parameters **by outian**

### 5.3.0 - 2021-10-07

- Add `AutoDialect` interface to automatically obtain the database type, which can be configured as its own
Expand Down
7 changes: 7 additions & 0 deletions wikis/zh/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 更新日志

### 5.3.1 - 2022-06-14

- 处理 CVE-2022-28111 漏洞,限制 order by 参数,避免 SQL 注入
- Add support for as400. **by bluezealot**
- 优化分页结果包装类的泛型参数 **by 章福来**
- 规范PostgreSQL分页参数的顺序 **by outian**

### 5.3.0 - 2021-10-07

- 增加 `AutoDialect` 接口用于自动获取数据库类型,可以通过 `autoDialectClass` 配置为自己的实现类,默认使用 `DataSourceNegotiationAutoDialect`,优先根据连接池获取。
Expand Down

0 comments on commit 5085330

Please sign in to comment.