release branch 0.24.2

This commit is contained in:
houbb
2025-02-02 16:04:31 +08:00
parent 027898530b
commit b7757e6f3f
7 changed files with 65 additions and 45 deletions

View File

@@ -58,9 +58,6 @@ v0.24.0 开始内置支持对敏感词的分类细化,不过工作量比较大
[CHANGE_LOG.md](https://github.com/houbb/sensitive-word/blob/master/CHANGE_LOG.md)
### V0.23.0
- 结果条件拓展支持 wordTags 和 chains
### V0.24.0
@@ -70,6 +67,12 @@ v0.24.0 开始内置支持对敏感词的分类细化,不过工作量比较大
- 删除时统一添加同步锁 sync
### V0.24.2
- 统一黑白名单为一次遍历,性能优化
- 实现真实的 findFirst性能优化
## 更多资料
### 敏感词控台
@@ -108,7 +111,7 @@ v0.24.0 开始内置支持对敏感词的分类细化,不过工作量比较大
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sensitive-word</artifactId>
<version>0.24.1</version>
<version>0.24.2</version>
</dependency>
```