1.0.0 #23
ChinaLym
announced in
Announcements
1.0.0
#23
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1.0.0
⭐ Feature & Refactor 新功能与优化
Core
Supplier
,支持log.debug(() -> compositeLogStr(xx))
在复杂参数场景打印里,提供更好的性能与更简单的代码使用方式。spring.mvc.format.date
等日期格式配置,则转换时格式自动跟随。WEB 模块
@EnableDictionaryItemEnum
,轻松批量注册枚举型字典。@RequestBody
参数中的 DTO 接收String
参数。见AdaptiveDictionaryItemDTODeserializer
crudController
中若 Entity 无 bizId 字段,则自动尝试用 id 查询。JSR 303
校验失败时排查提示,增加堆栈信息与初步原因crypto
operation-log
logger.type=none
关闭日志打印,但保留操作日志其他功能。batch
index
->indexNo
(batch_record_detail 表字段index
名称改为index_no
)api-doc
autoconfiguration
EmbeddedRedis
不再需要依赖spring-data-redis
Spring
的logging.xx
配置修改日志文件目录、编码、单文件大小、保存时间等traceId
、errorCode
打印其他
HashMapXXX
->MemoryXXX
application.xml
/yaml
中的提示🐞 BugFix 问题修复
Hutool
并使用userAgent
时,操作日志的扩展字段的UserAgent
内容未打印完全问题。ext
字段未自动获取问题。DefaultTenantFilter
默认租户名带引号问题。1.0.0 预览版本发布记录
🔗 文档见 doc.itlym.cn
🔗 更多版本发布记录 https://doc.itlym.cn/shoulder_changelog.html
This discussion was created from the release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions