Releases: balderdashy/sails
v1.2.1
- 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
v0.12.13
0.12.13
v0.12.11
0.12.11
Changelog
- [BUGFIX] fix typo in error message (see #3902) Thanks Johnny and @appdevdesigns!
- [BUGFIX] backport fix for
_.isFunction()
from Lodash 4 (see lodash/lodash#2768 and #3863) Thanks @adnan-kamili and @jdalton! - [INTERNAL] rebase changelog updates from master 223567c
Diff
Click here to see what changed since the last release.
Tests
Build status for this release:
v0.12.11-1
0.12.11-1 (prerelease)
Changelog
- [BUGFIX] fix typo in error message (see #3902) Thanks Johnny and @appdevdesigns!
- [BUGFIX] backport fix for
_.isFunction()
from Lodash 4 (see lodash/lodash#2768 and #3863) Thanks @adnan-kamili and @jdalton! - [INTERNAL] rebase changelog updates from master 223567c
Diff
Click here to see what changed since the last release.
Tests
Build status for this release:
v0.12.11-0
0.12.11-0 (prerelease)
Changelog
- [BUGFIX] backport fix for
_.isFunction()
from Lodash 4 (see lodash/lodash#2768 and #3863) Thanks @adnan-kamili and @jdalton! - [INTERNAL] rebase changelog updates from master 223567c
Diff
Click here to see what changed since the last release.
Tests
Build status for this release:
v0.12.10
0.12.10
- [BUGFIX] Fix issue where incorrect file size was computed for incoming (multi-)file uploads on skipper-disk and skipper-s3 #3847 (thanks @crobinson42, @NAlexandrov and @vbogdanov!) See also https://github.com/balderdashy/skipper/issues/109.
- [BUGFIX] Internationalization fix (#3833 fixes #3889 (thanks @josebaseba!)
- [INTERNAL] Added automated request latency benchmarks -- primarily in advance of 1.0 for the purpose of comparison (thanks @sgress454!)
- [BUGFIX] Fixed issue with defined-in-app adapters being improperly loaded #3884 (thanks @richdunajewski!)
v0.12.9
v0.12.8
A new patch release with bug fixes & enhancements.
Changelog
From https://github.com/balderdashy/sails/blob/master/CHANGELOG.md#0128
- [BUGFIX] Use 400 status code when handling request to urls with unsupported special chars 3850
- [ENHANCEMENT] Add criteria validation for the
find
andfindOne
blueprint actions. ab9c2c3...c6e8ad0 - [INTERNAL] Fix Gitter link in README so it displays properly on NPM 284c660
v0.12.7
A new patch release with bug fixes, enhancements, and upgrades to Sails' dependencies.
Changelog
From https://github.com/balderdashy/sails/blob/v0.12.7/CHANGELOG.md#0127
- [ENHANCEMENT] Log warning when lifting in production with very permissive CORS settings (thanks @ejcx). See this comment for v1.0 plans.
- [BUGFIX] Fix issue with multiple config files that have the same filename 3846
v0.12.4
A new patch release with bug fixes, enhancements, and upgrades to Sails' dependencies.
See also the recently-published improvements to the Sails documentation.
Changelog
From https://github.com/balderdashy/sails/blob/master/CHANGELOG.md#0124:
- [INTERNAL] Upgrade Mocha to 3.0.0 to remove more of the deprecation notices when installing dependencies (see mocha:#2200)
- [INTERNAL] Simplify config-merging code in captains-log. This also gets rid of more deprecation notices during install (see captains-log:49f433eff348c05115a2caf292b4da0db9499887)
- [BUGFIX] Fix long-standing, low-priority (but super annoying) issue with logged dictionaries/arrays getting extra quote marks (due to a pecularity in the usage of util.format()) d67e9c8e6775
- [ENHANCEMENT] Add
sails.config.session.routesDisabled
config option to specify routes that should not use session middleware c712acf - [ENHANCEMENT] Use
res.forbidden()
when denying access to a route via a policy. Thanks @wulfsolter! 3764 - [ENHANCEMENT] Allow use of Express style path and RegExp in
sails.config.csrf.routesDisabled
. Thanks @bolasblack! - [BUGFIX] Fix for query / body params called
length
3738 - [BUGFIX] Fix view rendering when i18n hook is disabled. Thanks @mordred! 3741
- [BUGFIX] Allow
sails.renderView
to work with globals turned off 3753
d3f634c - [BUGFIX] Fix typo which could cause crashing when attempting to serialize non-json-compatible output in the response to a socket request.
- [UPGRADE] Update all Grunt dependencies 5f6be05
- [UPGRADE] Update "connect" dependency to 3.4.1 1d3c9e6
- [UPGRADE] Update "compression" dependency to version 1.6.2
- [UPGRADE] Upgraded version of Consolidate to
0.14.1
a70623c - [UPGRADE] Upgraded version of grunt-contrib-watch to
1.0.0
3678 - [INTERNAL] Use standalone CSRF package instead of using the one (formerly) bundled with Connect. Sails should be using all standalone middleware now. 1d3c9e6
98861ef - [INTERNAL] Add some assertions to ensure custom hooks don't use reserved properties 2e76dac
- [INTERNAL] Update code that virtual response uses to read buffer to work with all Node versions a5ab134
- [INTERNAL] Remove un-maintained "wrench" module from tests; use "fs-extra" instead. Thanks @Ignigena! 4f90f78