This commit is contained in:
wjqserver
2025-07-22 17:23:33 +08:00
parent 3abe4419d6
commit cc4b04ede2
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# 更新日志
4.2.0 - 2025-07-22
---
- CHANGE: 支持根据IP(CDIR)进行白名单与屏蔽
- CHANGE: 进一步推进`json/v2`支持
4.2.0-rc.0 - 2025-07-22
---
- PRE-RELEASE: v4.2.0-rc.0是v4.2.0预发布版本,请勿在生产环境中使用;

View File

@@ -1 +1 @@
4.1.7
4.2.0

2
go.mod
View File

@@ -16,6 +16,7 @@ require (
github.com/fenthope/ipfilter v0.0.1
github.com/fenthope/reco v0.0.3
github.com/fenthope/record v0.0.3
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/infinite-iroha/touka v0.3.1
github.com/wjqserver/modembed v0.0.1
@@ -23,6 +24,5 @@ require (
require (
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6 // indirect
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)