Skip to content

release 2.2.9

Compare
Choose a tag to compare
@quhongwei quhongwei released this 17 Jan 12:29
· 17 commits to master since this release
2f12d00
  1. 文件readall针对小文件,先将字节整体读入内存后在解析 #62
  2. nas/oss行为一致 #63
  3. 类nosql能力 #67
    a. 重构代码支持 关系,nosql
    ⅰ. 列模式的强校验
    b. nosql支持kv和索引
  4. 比如protocol中定义了totalcount=Integer[8,0]可以被template中定义的totalCount=Integer[16,0]覆盖 #65
  5. 文件尾支持不带行换行符 #68
  6. bugfix, oss文件夹下载校验判断问题 #70