Skip to content

Releases: integreat-io/integreat-transporter-http

v1.3.0

20 Nov 21:00
768189c
Compare
Choose a tag to compare

New features:

  • Set the incoming option caseSensitivePath to true to preserve the casing of incoming paths

1.2.2

16 Nov 12:03
d36a643
Compare
Choose a tag to compare

Bug fix:

  • A 'noaction' response from Integreat was mapped to 404 in response to an incoming request. This should have been changed to 200 in the v1.0 update

v1.2.1

21 Sep 11:44
aedb58e
Compare
Choose a tag to compare

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

09 Aug 21:43
1b11b59
Compare
Choose a tag to compare

New feature:

  • When the transporter option authInData is true, auth will not be included in headers sent to the service

v1.1.1

09 Aug 21:32
2ecc778
Compare
Choose a tag to compare

Bug fix:

  • The package version was not updated in user-agent header.

v1.1.0

06 Aug 21:28
91144e7
Compare
Choose a tag to compare

New features:

  • When authentication is missing (status: 'noaccess' and reason: 'noauth'), the www-authenticate header will be set if there's a challenges array in the service options.
  • A brand new authenticator for http, currently only supporting Basic auth on incoming actions.

v1.0.0

04 Aug 19:04
1e13051
Compare
Choose a tag to compare

Require Integreat v1.0.

v0.3.0

02 Aug 16:05
101b52c
Compare
Choose a tag to compare

Breaking changes:

  • Get authenticate ident from Integreat before dispatching action from listen()
  • Requires Integreat v1.0

v0.2.1

19 Jul 17:36
Compare
Choose a tag to compare

No changes. Version change for npm only.

v0.2.0

19 Jul 16:12
Compare
Choose a tag to compare

Breaking change:

  • Incoming host and path patterns are now matched case-insensitively