Files
gf/RELEASE
2018-04-21 15:47:38 +08:00

9 lines
884 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

0.97 beta
1、增加gfsnotify文件监控模块
2、配置管理模块增加配置文件自动检测更新机制
3、模板引擎增加对模板文件的自动检测更新机制
4、ghttp.Server增加access & error log功能并支持开发者自定义日志处理回调函数注册
5、增加gredis包支持对redis的客户端操作封装并将gredis.Redis对象加入到gins单例管理器中进行统一配置管理维护
6、gins单例管理器增加对单例对象配置文件的自动检测更新机制当配置文件在外部发生变更时自动刷新单例管理器中的单例对象
7、gdb数据库ORM包增加And/Or条件链式方法并改进Where/Data方法参数灵活性
8、对于新增加的模块同时也增加了对应的开发文档并梳理完善了现有的其他模块开发文档