Releases: integreat-io/integreat-transporter-http
Releases · integreat-io/integreat-transporter-http
v1.3.0
1.2.2
Bug fix:
- A
'noaction'
response from Integreat was mapped to404
in response to an incoming request. This should have been changed to200
in the v1.0 update
v1.2.1
Bug fix:
- When authentication of an incoming request was refused, the transporter would respond with the error response right away, instead of giving Integreat a chance to mutate the response.
v1.2.0
New feature:
- When the transporter option
authInData
istrue
, auth will not be included in headers sent to the service
v1.1.1
Bug fix:
- The package version was not updated in
user-agent
header.
v1.1.0
New features:
- When authentication is missing (
status: 'noaccess'
andreason: 'noauth'
), thewww-authenticate
header will be set if there's achallenges
array in the service options. - A brand new authenticator for http, currently only supporting
Basic
auth on incoming actions.
v1.0.0
Require Integreat v1.0.
v0.3.0
Breaking changes:
- Get authenticate ident from Integreat before dispatching action from
listen()
- Requires Integreat v1.0
v0.2.1
No changes. Version change for npm only.
v0.2.0
Breaking change:
- Incoming
host
andpath
patterns are now matched case-insensitively