|  | 21262701dc | refactor(web): 请求响应可重复读流处理由 core 调整到 web 模块 | 2025-03-26 20:43:16 +08:00 |  | 
			
				
					|  | 85285e56a8 | feat(trace): 新增链路追踪模块(原 web 模块内组件) | 2025-03-26 20:41:46 +08:00 |  | 
			
				
					|  | b5bfe5c681 | feat(security/xss): 新增 XSS 过滤模块(原 web 模块内组件) | 2025-03-26 20:41:20 +08:00 |  | 
			
				
					|  | 3fc9d1fbaa | build(log): 移除 Web 模块依赖 | 2025-03-25 22:27:24 +08:00 |  | 
			
				
					|  | 4c385927b4 | refactor(log): 优化访问日志相关配置属性名称 | 2025-03-25 22:16:43 +08:00 |  | 
			
				
					| 
							
							
								 liquor | da5e162a2a | feat(core): 新增请求响应可重复读流处理并优化日志模块 增加访问日志打印处理:包括参数打印、过滤敏感参数和超长参数配置 | 2025-03-25 13:09:06 +00:00 |  | 
			
				
					|  | 1903520433 | refactor(extension/crud): 将新增操作由 ADD 改为创建操作 CREATE | 2025-03-21 20:46:07 +08:00 |  | 
			
				
					|  | d9ac2764aa | feat(web): 新增日期类型转换器 | 2025-03-20 20:30:23 +08:00 |  | 
			
				
					|  | c9c7c34506 | refactor: 优化部分错误提示信息和代码注释 | 2025-03-18 20:42:46 +08:00 |  | 
			
				
					|  | a6fb65f97e | feat(core): 添加手机号校验注解并优化枚举校验提示信息 - 新增 @Mobile 注解用于手机号格式校验
- 修改 @EnumValue 注解的默认提示信息为 "参数值无效" | 2025-03-18 20:37:47 +08:00 |  | 
			
				
					|  | f50b511513 | refactor(idempotent):调整 @Idempotent 注解的默认超时时间 | 2025-03-18 20:21:06 +08:00 |  | 
			
				
					|  | 071aef759a | docs: 更新 README 文档 | 2025-03-17 21:57:12 +08:00 |  | 
			
				
					|  | 2b3de0c67e | refactor(ratelimiter): 将限流相关代码从 security 模块中分离,创建独立的 ratelimiter 模块 修复部分幂等配置错误 | 2025-03-17 21:53:26 +08:00 |  | 
			
				
					|  | 27a71cf076 | refactor(idempotent): 重构幂等模块并支持 Redisson 缓存 | 2025-03-17 21:25:21 +08:00 |  | 
			
				
					|  | b199b651ec | feat(cache/redisson): 添加条件性缓存设置方法 setIfAbsent、setIfExists | 2025-03-17 21:24:35 +08:00 |  | 
			
				
					|  | 974efa368a | build(dependencies): 更新项目依赖版本 - 项目版本号 2.9.0 => 2.10.0-SNAPSHOT
- Spring Boot 3.2.12 => 3.3.9
- 新增 Spring Cloud 2023.0.5
- Redisson 3.41.0 => 3.45.0
- CosId 2.10.1 => 2.11.0
- sa-token 1.39.0 => 1.40.0
- snail-job 1.2.0 => 1.3.0
- sms4j 3.3.3 => 3.3.4
- nashorn 15.5 => 15.6
- s3 2.29.23 => 2.30.35
- s3-crt 0.33.5 => 0.36.1
- ip2region 3.2.12 => 3.3.6
- hutool 5.8.34 => 5.8.36
- mybatis-flex 1.10.3 => 1.10.8
- snakeyaml 2.3 => 2.4
- flatten 1.6.0 => 1.7.0
- spotless 2.43.0 => 2.44.3 | 2025-03-16 21:29:10 +08:00 |  | 
			
				
					| 
							
							
								 Gyq灬明 | 199df874e5 | feat(idempotent): 新增幂等模块 实现内存/redis 模式幂等(默认内存模式) | 2025-03-10 06:37:56 +00:00 |  | 
			
				
					|  | 591a44d861 | refactor(crud): 将详情方法命名还原为 get - 修改了 AbstractBaseController 中的 detail 方法名为 get
- 更新了对应的 Api 枚举值,将 DETAIL 改为 GET | 2025-03-07 22:44:10 +08:00 |  | 
			
				
					| 
							
							
								 licoocn | e7d99e65aa | fix(web): 优化默认全局响应实体 R ,为 status 字段添加默认值 DefaultResponseStatus | 2025-03-06 09:58:35 +00:00 |  | 
			
				
					|  | 0d7f777fd5 | fix(web): 修复开启 i18n 后访问接口报错的问题 | 2025-02-20 20:36:55 +08:00 |  | 
			
				
					|  | 18b7ee6dfe | release: v2.9.0
						
						
						
						
						
						
							
 v2.9.0 | 2025-02-14 22:12:48 +08:00 |  | 
			
				
					|  | bd8b1899c7 | refactor(security/sensitivewords): 优化敏感词模块代码 | 2025-02-14 21:58:11 +08:00 |  | 
			
				
					|  | 60d5733e62 | Merge remote-tracking branch 'origin/dev' into dev | 2025-02-14 21:26:38 +08:00 |  | 
			
				
					| 
							
							
								 luoqiz | 82f18356df | feat: 添加敏感词模块 (#11) | 2025-02-14 21:21:05 +08:00 |  | 
			
				
					|  | a040473746 | chore(storage): 优化部分代码格式和注释 | 2025-02-14 21:18:23 +08:00 |  | 
			
				
					|  | f386fd7d95 | fix(api-doc): 修复全局自定义配置无法被覆盖的问题 | 2025-02-14 20:59:52 +08:00 |  | 
			
				
					|  | 8cab7d1e2b | feat(data/mp): QueryWrapperHelper 新增 sort 方法 | 2025-02-14 20:59:13 +08:00 |  | 
			
				
					|  | efb0eea050 | fix(storage): 修复对象存储路径拼接问题 | 2025-01-20 01:00:45 +00:00 |  | 
			
				
					| 
							
							
								 吴泽威 | c3a7185100 | refactor(storage): 修复对象存储路径拼接问题 | 2025-01-19 16:59:55 +08:00 |  | 
			
				
					| 
							
							
								 吴泽威 | 336e580eb1 | Merge remote-tracking branch 'origin/dev' into dev | 2025-01-17 09:15:54 +08:00 |  | 
			
				
					| 
							
							
								 liquor | e11c7a0d8c | feat(storage): 新增 S3 存储模块,重构本地存储 | 2025-01-16 13:36:48 +00:00 |  | 
			
				
					|  | 13c4253b29 | release: v2.8.3
						
						
						
						
						
						
							
 v2.8.3 | 2025-01-16 21:25:33 +08:00 |  | 
			
				
					|  | d771e12839 | fix(extension/crud): 修复查询条件校验无效的问题 | 2025-01-16 20:50:52 +08:00 |  | 
			
				
					|  | 6e621bc459 | chore(extension/crud): 移除 BaseDO、BaseCreateDO、BaseUpdateDO 等(已移动到 Admin 项目内) | 2025-01-12 23:15:49 +08:00 |  | 
			
				
					|  | 326dd76c34 | refactor(log): 调整所属模块、日志描述默认提示,不再直接抛出异常 | 2025-01-12 22:58:29 +08:00 |  | 
			
				
					|  | c72259028f | release: v2.8.2
						
						
						
						
						
						
							
 v2.8.2 | 2025-01-09 20:45:42 +08:00 |  | 
			
				
					|  | 5f6822742f | feat(core): SpringUtils 新增获取代理对象方法 | 2025-01-09 20:42:18 +08:00 |  | 
			
				
					|  | aa463dff37 | chore: graceful-response 5.0.4-boot3 => 5.0.5-boot3(修复父类参数校验异常) | 2025-01-09 20:37:37 +08:00 |  | 
			
				
					|  | 4fe067a889 | fix(log): 修复日志记录时所属模块和描述取值优先级失效的问题 | 2025-01-09 20:32:29 +08:00 |  | 
			
				
					|  | 0b342d5c73 | chore(extension/crud): 移除 CommonUserService、ContainerPool(已移动到 Admin 项目内) | 2025-01-09 20:32:20 +08:00 |  | 
			
				
					|  | 31e1d52ea4 | release: v2.8.1
						
						
						
						
						
						
							
 v2.8.1 | 2025-01-06 21:00:21 +08:00 |  | 
			
				
					|  | 279d72b724 | feat(core): BaseEnum 新增 getByValue、getByDescription、isValidValue 方法 | 2025-01-06 20:56:16 +08:00 |  | 
			
				
					|  | 80c0700934 | refactor: 解决 Sonar 问题,替换部分过期 API | 2025-01-04 19:42:03 +08:00 |  | 
			
				
					| 
							
							
								 Solution-Lin | b9779e8944 | refactor(file/excel): 优化 BaseEnum 转换器 (#10) | 2025-01-03 11:45:24 +08:00 |  | 
			
				
					|  | a6c9d33024 | refactor(log): 优化日志处理器解析 description、module 方法 | 2025-01-02 20:33:33 +08:00 |  | 
			
				
					| 
							
							
								 吴泽威 | bf2e30e560 | refactor(storage): 新增存储模块 -  本地和 S3 两种存储模式 | 2024-12-30 21:01:26 +08:00 |  | 
			
				
					|  | eb2cac54f7 | chore(extension/crud): 移除 BaseResp、BaseDetailResp(已移动到 Admin 项目内) | 2024-12-27 21:33:12 +08:00 |  | 
			
				
					|  | 13f606f631 | docs: 优化图标 | 2024-12-25 21:24:15 +08:00 |  | 
			
				
					|  | 0ea8f77d8a | chore: 优化 Issue 模板 | 2024-12-25 21:20:02 +08:00 |  | 
			
				
					|  | 1b27107d22 | release: v2.8.0
						
						
						
						
						
						
							
 v2.8.0 | 2024-12-25 21:12:32 +08:00 |  |