Skip to content
This repository has been archived by the owner on Nov 13, 2020. It is now read-only.

Releases: Financial-Times/s3o-middleware

v3.0.1: Respect ports

03 Apr 13:37
adefdc2
Compare
Choose a tag to compare

v3.0.0: Update s3o-middleware-utils

27 Mar 13:06
7c71521
Compare
Choose a tag to compare

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

19 Mar 11:21
fec54e6
Compare
Choose a tag to compare
Update config.yml

v2.1.0: fix: use req.hostname not req.http.host (#51)

19 Mar 11:09
Compare
Choose a tag to compare
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

27 Sep 16:52
Compare
Choose a tag to compare
upgraded debug & mocha (#49)

v2.0.6: update deps to latest version (#42)

31 Oct 13:34
8054cc7
Compare
Choose a tag to compare
* update deps to latest versions

* Update package.json

enable s3o version 4

23 Aug 09:20
Compare
Choose a tag to compare

Add ability to use s3o version 4

v2.0.4

07 Mar 17:08
Compare
Choose a tag to compare
add force https redirect doc (#38)

v2.0.3

17 Feb 14:19
Compare
Choose a tag to compare
turn on strict mode (#37)

v2.0.2: 🐛 Fixes issue with noRedirect auth failing (#36)

16 Feb 09:55
Compare
Choose a tag to compare
* :bug: Fixes issue with noRedirect auth failing

* Adding assertions to check validatorStub works

* Converting to tabs