- Added
sails migrate
for quickly running auto-migrations by hand - The output of
sails inspect
no longer includes controller information - When loading user hooks, if
sails.config.loadHooks
is specified, skip hooks whose names aren't explicitly included - Increased time to display warning message in
config/bootstrap.js
from 5 seconds to 30 seconds - Switched to using
updateOne
in the "update" blueprint - Blueprint queries no longer include
fetch: true
by default, to avoid warnings fromupdateOne
- Update error mesage in default
serverError
response to use flaverr - In
lib/router/res.js
, instead of always setting 'content-type' to 'application/json', only set it ifres.get('content-type')
is falsy - Update flaverr dependency
- Update i18n-2 dependency to resolve deprecation warning
- Update rc dependency to address potential vulnerabilities
- Update machinepack-process dependency to address potential vulnerabilities
- Update machinepack-redis dependency to address potential vulnerabilities