CHANGELOG.md v0.5.0

pull/2/head v0.5.0
q191201771 5 years ago
parent 61c419df7b
commit 1a53a6da3d

@ -1,3 +1,24 @@
#### v0.5.0
- package filebatch:
- 遍历读取文件发生错误时,不退出遍历,而是将错误在回调中返回给上层
- package connection:
- bugfix初始化 write chan 相关的信息是通过 write chan 的配置,而不是 write buf 的配置
- package slicebytepool:
- 新增的包,一个 []byte 内存池
- package nazamd5:
- 新增的包md5 操作
- package consistenthash:
- 新增的包一致性hash
- package bufferpool:
- 删除 bufferpool 包
- demo/myapp:
- 用于演示 package bininfo 的使用
- `demo/add_blog_license`:
- 修改 license 内容
- 其他:
- 统一error变量的命名方式及内容格式涉及到的 packagefilebatch, connection, taskpool, nazalog
#### v0.4.3
- package bufferpool

Loading…
Cancel
Save