Skip to content

Releases: hmrc/api-platform-outbound-soap

0.50.0

02 Aug 13:00
b1c843c
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.50.0

Last commit sha : b1c843c
Last commit author : Neil Frow
Last commit time : 2021-08-02T12:53:49Z

APID-237: Rename variables. Fail immediately on 3xx and 4xx responses… (#55)

  • APID-237: Rename variables. Fail immediately on 3xx and 4xx responses during retrying

  • APID-237: refactoring to remove duplication and break down methods into more manageable parts

  • APID-237: Reordering code

  • APID-237: updated README with description of retrying behaviour

0.49.0

27 Jul 08:12
156534d
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.49.0

Last commit sha : 156534d
Last commit author : Ashley Plane
Last commit time : 2021-07-27T08:06:50Z

APID-227 Update scheduled job interval and add retry logic descriptio… (#54)

  • APID-227 Update scheduled job interval and add retry logic description to readme.md

  • APID-227: use Logging trait

Co-authored-by: Neil Frow [email protected]

0.48.0

21 Jul 15:32
32a5eba
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.48.0

Last commit sha : 32a5eba
Last commit author : Ashley Plane
Last commit time : 2021-07-21T15:26:17Z

Merge pull request #53 from hmrc/APID-187

APID-187: add logging when returning a 400 for a missing id

0.47.0

21 Jul 10:27
4b9c5c0
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.47.0

Last commit sha : 4b9c5c0
Last commit author : Ashley Plane
Last commit time : 2021-07-21T10:22:09Z

Merge pull request #52 from hmrc/APID-190

Apid 190

0.46.0

15 Jul 13:41
c2d93a8
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.46.0

Last commit sha : c2d93a8
Last commit author : siva.prakash
Last commit time : 2021-07-15T13:35:32Z

Merge pull request #50 from hmrc/APID-192-corrections

APID-192 - Missing bits with logging and error handling with socket connections fixed

0.45.0

13 Jul 10:07
987a5aa
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.45.0

Last commit sha : 987a5aa
Last commit author : Neil Frow
Last commit time : 2021-07-13T10:01:45Z

Add endpoint for message retrieval (#48)

  • APID-103: modifies repository find function to search for a match on global ID or message ID

  • APID-103: adds new endpoint to allow retrieval of stored messages

  • APID-103: ensure return JSON does not contain unwanted fields

  • APID-103: unused import

  • APID-103: merge master and resolve conflicts

  • APID-103: Changed Cod to option and moved config handling from formatter to controller.

  • APID-103: update message captor and remove unused imports

  • APID-103: remove commented code

  • APID-103: revert useless value change

  • APID-103: update argument name to match app.routes

Co-authored-by: Matt Clark [email protected]

0.44.0

13 Jul 09:50
9a02678
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.44.0

Last commit sha : 9a02678
Last commit author : siva.prakash
Last commit time : 2021-07-13T09:44:57Z

Merge pull request #49 from hmrc/APID-208-enhancements

APID-208 - Do not send soap xml with replyTo, faultTo when they are r…

0.43.0

08 Jul 14:49
961eadb
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.43.0

Last commit sha : 961eadb
Last commit author : siva.prakash
Last commit time : 2021-07-08T14:44:10Z

Merge pull request #47 from hmrc/APID-192

APID-192 - handle error scenarios with soap http requests

0.42.0

06 Jul 15:05
bec5a9d
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.42.0

Last commit sha : bec5a9d
Last commit author : siva.prakash
Last commit time : 2021-07-06T15:00:28Z

Merge pull request #46 from hmrc/APID-208

APID-208 - Set defaults to addressing fields

0.41.0

01 Jul 11:23
15d1d18
Compare
Choose a tag to compare

Release : api-platform-outbound-soap 0.41.0

Last commit sha : 15d1d18
Last commit author : Neil Frow
Last commit time : 2021-07-01T10:49:03Z

APID-205: return 202 to acknowledgement requests instead of 204. Upda… (#45)

  • APID-205: return 202 to acknowledgement requests instead of 204. Update README

  • Update README.md

  • APID-205: rename result status to be more descriptive