This repository has been archived by the owner on Nov 13, 2020. It is now read-only.
Releases: Financial-Times/s3o-middleware
Releases · Financial-Times/s3o-middleware
v3.0.1: Respect ports
This fixes #54.
v3.0.0: Update s3o-middleware-utils
Breaking changes
- Update
s3o-middleware-utils
(#53)
Migration guide
- Requires node.js >= 8.x.x as a minimum version due to
ft-poller
dependency update. No other changes needed.
v2.1.1
Update config.yml
v2.1.0: fix: use req.hostname not req.http.host (#51)
The `req.hostname` property respects the Express `trust proxy` setting, and is updated to the value of `X-Forwarded-Host` if it exists. This enables s3o-middleware to work behind Fastly in a multi-region setup.
v2.0.7
upgraded debug & mocha (#49)
v2.0.6: update deps to latest version (#42)
* update deps to latest versions * Update package.json
enable s3o version 4
Add ability to use s3o version 4
v2.0.4
add force https redirect doc (#38)
v2.0.3
turn on strict mode (#37)
v2.0.2: 🐛 Fixes issue with noRedirect auth failing (#36)
* :bug: Fixes issue with noRedirect auth failing * Adding assertions to check validatorStub works * Converting to tabs