TODO updates; version updates

This commit is contained in:
John
2019-07-02 23:48:38 +08:00
parent c948f0c287
commit 418cbb420b
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@
1. 改进gdb对pgsql/mssql/oracle的支持使用方法覆盖的方式改进操作而不是完全依靠正则替换的方式
1. gdb的Cache缓存功能增加可自定义缓存接口以便支持外部缓存功能缓存接口可以通过io.ReadWriter接口实现
1. grpool增加支持阻塞添加任务接口
1. gdb.Model在链式安全的对象创建中增加sync.Pool的使用
# DONE

View File

@ -1,4 +1,4 @@
package gf
const VERSION = "v1.7.0"
const VERSION = "v1.7.1"
const AUTHORS = "john<john@goframe.org>"