Skip to content

Releases: valtech-sd/coronado-bridge

v2.2.0

11 Aug 15:10

Choose a tag to compare

2.2.0 (2023-08-11)

Features

  • Increment version and trigger release for change to allow json body parser configuration (897b9db)

v2.1.0

14 Oct 17:27
f190ec8

Choose a tag to compare

2.1.0 (2022-10-14)

Features

  • logger: add ILogger interface (5013752)

v2.0.0

04 Sep 18:11
9b323e9

Choose a tag to compare

2.0.0 (2021-09-04)

Performance Improvements

  • new features and next major version: added features and updated all documentation (9b323e9)

BREAKING CHANGES

  • new features and next major version: Some of the changes might be breaking. We tried to include defaults, etc. but the following might need attention:
  • BridgeError now implements Error.
  • The work with connection timeout now sets a 30s connection timeout (whereas before, the timeout was controlled by the version of NodeJS in use.) This might cause some long-running requests (over 30s) to timeout. Though these are not something you'd want in most cases, in theory, this is shorter than some versions of NodeJS and could break some uses.

v1.0.10

30 Aug 00:22

Choose a tag to compare

1.0.10 (2021-08-30)

Bug Fixes

  • dependencies: Updated dependencies based on npm audit fix (c9a3bf4)
  • dev dependencies: Updated dev dependencies + refresh (5984bc9)
  • Update packages (76e1845)

v1.0.9

17 Apr 18:59
555aab9

Choose a tag to compare

1.0.9 (2020-04-17)

Bug Fixes

  • pencil: Fix issue with cors not working correctly (4724a6e)

v1.0.8

16 Apr 18:55
f3779c0

Choose a tag to compare

1.0.8 (2020-04-16)

Bug Fixes

  • examples: Fixed OutboundCustomFile req interface. (8b79dc9)
  • setupExpress: Accept GET, PUT, DELETE methods in addition to POST (d48be47)

v1.0.7

14 Apr 21:45
13b121e

Choose a tag to compare

1.0.7 (2020-04-14)

Bug Fixes

  • outboundProvider: promise chain now responds with data (a0a0199)

v1.0.6

18 Mar 22:09

Choose a tag to compare

1.0.6 (2020-03-18)

Bug Fixes

  • cors: Allow all origins (34afe75)

v1.0.5

26 Feb 23:39

Choose a tag to compare

1.0.5 (2020-02-26)

Bug Fixes

  • deployment: Fix deployment account, improve readme (92517fd)

v1.0.3

21 Feb 18:18

Choose a tag to compare

1.0.3 (2020-02-21)

Bug Fixes

  • package: Remove org scope (f8bec2d)