v0.11.2
Pre-release
Pre-release
新功能
- 视频字幕关系:当类型为剧集的附件引用表新增事件发生时,和剧集资源匹配更新事件发生时,会根据当前附件的名称模糊查询字幕文件,如果存在则新增一条类型为视频字幕的附件关系记录。
- 查询视频附件所有字幕的API端点
优化
- 统一返回结果,优化错误提示 #489
问题修复
What's Changed
- optimize: global exception http response, fix #489 by @li-guohao in #493
- fix: solve #490 #491 by @li-guohao in #494
- optimize: warn log print in GlobalExceptionHandlerConfig.java by @li-guohao in #495
- feat: video subtitle attachment relation new when AttachmentReferenceSaveEvent and EpisodeAttachmentUpdateEvent by @li-guohao in #496
- feat: add find all video subtitles endpoint in AttachmentRelationEndpoint by @li-guohao in #497
Full Changelog: v0.11.1...v0.11.2