Skip to content

Commit 5085330

Browse files
committed
发布 5.3.1
1 parent 554a524 commit 5085330

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>com.github.pagehelper</groupId>
3030
<artifactId>pagehelper</artifactId>
31-
<version>5.3.1-SNAPSHOT</version>
31+
<version>5.3.1</version>
3232
<packaging>jar</packaging>
3333

3434
<name>pagehelper 5</name>

wikis/en/Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 5.3.1
4+
5+
- Resolve CVE-2022-28111 vulnerability, limit the order by parameter, avoid SQL injection
6+
- Add support for as400. **by bluezealot**
7+
- Optimize generic parameters of `Page` class **by Zhang Fulai * *
8+
- Standardize the order of PostgreSQL paging parameters **by outian**
9+
310
### 5.3.0 - 2021-10-07
411

512
- Add `AutoDialect` interface to automatically obtain the database type, which can be configured as its own

wikis/zh/Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## 更新日志
22

3+
### 5.3.1 - 2022-06-14
4+
5+
- 处理 CVE-2022-28111 漏洞,限制 order by 参数,避免 SQL 注入
6+
- Add support for as400. **by bluezealot**
7+
- 优化分页结果包装类的泛型参数 **by 章福来**
8+
- 规范PostgreSQL分页参数的顺序 **by outian**
9+
310
### 5.3.0 - 2021-10-07
411

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

0 commit comments

Comments
 (0)