Beego v1.10.0 Release Notes

Release Date: 2018-07-21 // almost 6 years ago
    • ⚑️ Update log.go add GetLevel Function to Log #2970
    • πŸ›  Fix a typo "conflict" #2971
    • πŸ› Bug on private fields #2978
    • πŸ›  Fix access log console unexpected '\n' at end of each log. #2976
    • πŸ›  Fix Documentation for HTTP status codes descriptions. #2992
    • πŸ”§ Redis cache: make MaxIdle configurable #3004
    • ⚑️ Update: Fix migration generate SQL #3017
    • πŸ– Handle pointer validation #3046
    • πŸ›  Fix the issue TaseCase TestFormatHeader_0 is failed #3066
    • πŸ›  Fix BEEGO_RUNMODE #3064
    • Swagger: Allow example values with different types, allow example for enum. #3085
    • πŸ›  Fix the bug: unable to add column with ALTER TABLE #2999
    • 0️⃣ Set default Beego RunMode to production #3076
    • πŸ›  Fix typo #3103
    • πŸ”’ In dev mode, template parse error cause program lock #3126
    • Amend a very minor typo in a variable name #3115
    • 🌲 When log maxSize set big int,FileWrite Init fail #3109
    • πŸ”„ Change github.com/garyburd/redigo to newest branch github.com/gomodul… #3100
    • ExecElem.FieldByName as local variable #3039
    • πŸ‘ Allow log prefix #3145
    • πŸ”¨ Refactor yaml config for support multilevel #3127
    • Create redis_cluster.go #3175
    • βž• Add field comment on create table #3190
    • ⚑️ Update: use PathEscape replace QueryEscape #3200
    • ⚑️ Update gofmt #3206
    • ⚑️ Update: Htmlquote Htmlunquote #3202
    • βž• Add 'FOR UPDATE' support for querySet #3208
    • Debug stringsToJSON #3171
    • πŸ›  Fix defaut value bug, and add config for maxfiles #3185
    • πŸ›  Fix: correct MaxIdleConnsPerHost value to net/http default 100. #3230
    • πŸ›  Fix: When multiply comment routers on one func #3217
    • Send ErrNoRows if the query returns zero rows ... in method orm_query… #3247
    • πŸ›  Fix typo #3245
    • βž• Add session redis IdleTimeout config #3239
    • πŸ›  Fix the wrong status code in prod #3226
    • βž• Add method to set the data depending on the accepted #3182
    • πŸ›  Fix Unexpected EOF bug in staticfile #3152
    • βž• Add code style for logs README #3146
    • πŸ›  Fix response http code #3142
    • πŸ‘Œ Improve access log #3141
    • 🌲 Auto create log dir #3105
    • Html escape before display path, avoid xss #3022
    • πŸ”’ Acquire lock when access config data #3250
    • πŸ›  Fix orm fields SetRaw function error judge problem #2985
    • πŸ›  Fix template rendering with automatic mapped parameters (see #2979) #2981
    • πŸ›  Fix the model can not be registered correctly on Ubuntu 32bit #2997
    • πŸ”‹ Feature/yaml #3181
    • πŸ”‹ Feature/autocert #3249