Skip to content

Releases: mojaloop/thirdparty-sdk

v15.1.1 Release

10 Oct 12:29
Compare
Choose a tag to compare

15.1.1 (2023-10-10)

Maintenance

v15.1.0 Release

24 Jun 14:27
Compare
Choose a tag to compare

15.1.0 (2022-06-24)

Features

  • add jws validation on inbound server and update reconfig for jws signing (#151) (bc19c32)

Maintenance

v15.0.0 Release

22 Jun 18:14
Compare
Choose a tag to compare

15.0.0 (2022-06-22)

🛑 BREAKING CHANGES

Configuration files will need to be updated. Configuration keys are now camelCase or more specifically changed to align with sdk-scheme-adapter due to in progress websocket live reconfiguration functionality. New values have been added for the in progress reconfiguration functionality.

Please view https://github.com/mojaloop/thirdparty-sdk/blob/f90a133ed3f2ed021743aae9ba93d21b19144af7/config/integration.json for example configuration.

Another breaking change is the removal of functionality to start inbound/outbound servers separately. Inbound and outbound servers are now booted up together in a main Server class.
This change was a necessary refactor to get reconfiguration to work.

Please use npm run start instead of npm run start:inbound or npm run start:outbound and remove the duplicate thirdparty-sdk you might have running the inbound/outbound servers separately in the past in your deployment (i.e a participant should only have one thirdparty-sdk in a deployment). You will also need to update tests to point towards the now singular thirdparty hostname. Port 4005 is inbound and 4006 for outbound.

  • add ws client to pull updated configuration (#147)

Features

  • add ws client to pull updated configuration (#147) (6e2e2a8)

Maintenance

v14.0.3 Release

31 May 17:15
Compare
Choose a tag to compare

14.0.3 (2022-05-31)

Code Refactor

  • refactor config to handle diff inbound/outbound certs (#146) (4649743)

v14.0.2 Release

24 May 11:40
Compare
Choose a tag to compare

14.0.2 (2022-05-24)

Maintenance

v14.0.1 Release

23 May 21:51
Compare
Choose a tag to compare

14.0.1 (2022-05-23)

Maintenance

  • conform linting config to typescript-svc-template (#143) (49189c8)

v14.0.0 Release

20 May 17:24
Compare
Choose a tag to compare

14.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • update nodejs to lts (#142)

Features

Maintenance

v13.0.0 Release

12 May 15:39
Compare
Choose a tag to compare

13.0.0 (2022-05-12)

⚠️ BREAKING CHANGES

  • update sdk-scheme-adapter dependency (#141)

Code Refactor

  • update sdk-scheme-adapter dependency (#141) (cccfd0b)

v12.0.2 Release

31 Mar 14:43
Compare
Choose a tag to compare

12.0.2 (2022-03-31)

Maintenance

v12.0.1 Release

28 Mar 14:29
Compare
Choose a tag to compare

12.0.1 (2022-03-28)

Maintenance