发布于 2017-07-19 00:21:43 | 259 次阅读 | 评论: 0 | 来源: 网友投递
Beego Go应用框架
beego是一个开源的用Go开发的应用框架,思路来自于tornado,路由设计来源于sinatra,
beego 经过这一段时间的持续改进,终于发布了1.9.0 版本,主要的更新如下
Fix the new repo address for casbin #2654
Fix cache/memory fatal error: concurrent map iteration and map write #2726
AddAPPStartHook func modify #2724
Fix panic: sync: negative WaitGroup counter #2717
incorrect error rendering (wrong status) #2712
validation: support int64 int32 int16 and int8 type #2728
validation: support required option for some struct tag valids #2741
Fix big form parse issue #2725
File log add RotatePerm #2683
Fix Oracle placehold #2749
Supported gzip for req.Header has Content-Encoding: gzip #2754
Add new Database Migrations #2744
Beego auto generate sort ControllerComments #2766
added statusCode and pattern to FilterMonitorFunc #2692
fix the bugs in the "ParseBool" function in the file of config.go #2740
同时bee工具也进行了1.9.0 版本更新
Added MySQL year data type #443
support multiple http methods #445
The DDL migration can now be generated by adding a -ddl and a proper "alter" or "create" as argument value. #455
Fix: docs generator skips everything containing 'vendor' #454
get these tables information in custom the option #441
read ref(pk) #444
Add command bee server to server static folder.