Upgrading To v1.7 From v1.6
Last updated
Last updated
[[toc]]
Estimated Upgrade Time: 1 Minutes
Likelihood Of Impact: High
Update dependencies in the go.mod
file:
Likelihood Of Impact: High
Version: v1.7.0
Likelihood Of Impact: High
Version: v1.7.1
Fix import path BUG of the request template that created by go run . artisan make:request Test
;
Likelihood Of Impact: High
Version: v1.7.2
Fix the BUG that does not take effect when the facades.Validation
module registers multiple custom Rule;
Likelihood Of Impact: Low
Version: v1.7.2
Add a prefix to the queue name of the facades.Queue
module during actual execution, in order to distinguish between multiple projects, the prefix rule: ${app_name}_queues:${queue};
Implicit optimization, you don't need to modify any code;
Likelihood Of Impact: High
Version: v1.7.3
Fix the BUG that calling facades.Auth.User
method returns Unknown column
error when the primary key of user table is string
type;
Add file;
Add &validation.ServiceProvider{}
, &providers.ValidationServiceProvider{},
to the providers
item in the file;