Upgrading To v1.9 From v1.8
Last updated
Last updated
[[toc]]
build(deps): bump github.com/gin-gonic/gin from v1.7.3 to v1.8.2
Estimated Upgrade Time: 10 Minutes
Update dependencies in the go.mod
file:
Version: v1.9.0
Version: v1.9.0
Version: v1.9.0
Version: v1.9.0
config/cache.go
add memory
configuration:
Version: v1.9.0
Version: v1.9.0
Version: v1.9.0
Data
Redirect
Version: v1.9.0
Version: v1.9.0
Fix the problem that .docx
, .xlsx
, etc. are incorrectly identified as .zip
.
Version: v1.9.0
import "github.com/goravel/framework/contracts/events"
改为 import "github.com/goravel/framework/contracts/event"
Version: v1.9.1
Some types cannot obtain suffixes through the code shown below:
Database supports read-write separation,.
Add pool configuration for the database configuration file: config/database.go
, .
facades.Orm
add Paginate
method, .
If you are using , please add a return value: PrepareForValidation(data validation.Data) error
.