Skip to content

Releases: ibotplus/kbase-media

product/1.1.0/GA

23 May 03:34
Compare
Choose a tag to compare

Features

  • (7b86dbe) 2019-05-23 feat: blue image recognized

Bug Fixes

  • (7fa7d0e) 2019-05-23 fix: tts param parse error

product/1.1.0/RC

02 Jan 09:31
Compare
Choose a tag to compare

Features

  • (fc26439) 2019-01-02 feat: 提取xfyun config 接入xfxun web RESTful API
  • (fdadd01) 2018-11-02 feat: VAC解析, 增加参数 是否需要视频头图

Bug Fixes

  • (8104f20) 2018-11-16 fix: 资源解析文件位置读取异常
  • (b32de90) 2018-11-14 fix: too many open files error when you use Files.lines api in your code, if you don't use try-with-resource you will see some error like too many open files in server
  • (7d40e72) 2018-10-25 fix: null检查
  • (ee5fd22) 2018-10-24 fix: 调整线程池参数

product/1.1.0/Beta

24 Oct 12:01
Compare
Choose a tag to compare

Features

  • (a8a0f89) 根据文件流md5校验文件是否已经处理
  • (15bc62a) 引入kbase-monitor监控平台(SBA)
  • (81e8115) 提取 接口 重构 ,性能优化

Bug Fixes

moderate severity Vulnerable versions: < 1.18 Patched version: 1.18 When reading a specially crafted ZIP archive, the read method of Apache Commons Compress 1.7 to 1.17's ZipArchiveInputStream can fail to return the correct EOF indication after the end of the stream has been reached. When combined with a java.io.InputStreamReader this can lead to an infinite stream, which can be used to mount a denial of service attack against services that use Compress' zip package.