Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space PDOIDC and version master

The AML resource server is running as a separate service and has its own release cycle different from the rest of the OIDC platform.

Changes in V35

Release date: 2020-08-10

NoChanges
1

Improved error handling in cases where one data source is unavailable.

2

Introducing the new response element "response_warnings" in the Organization resource. This is a list of warnings about specific response elements that could not be delivered for some reason. At the moment, the only notable reason is that a necessary data source is unavailable.

Example:

Code Block
languagejs
"response_warnings":[
      {
         "property":"keyInformation",
         "type":"SERVER_ERROR",
         "message":"National Registry service is unavailable"
      }]
3Sanction results with a match indicator of either 125 or 155 might now be delivered with a (warning) note about the birthdate when this is different than the search criteria.
4The "expands" parameter now affects the content of PDF reports in the test environments.
5Fixed a bug where a search on a deleted company resulted in an error response.
6Fixed a bug causing historic name to be excluded from PDF reports.
7Improved reliability of the reports download service.
8

Performance improvements and bug fixes.

Changes in V34

Release date: 2020-06-09

...

NoChanges
1

Introducing a timeout of 9 seconds on the person and organization resource endpoints, so all requests can be excepted to give a response within this time limit.

2

Person report: Sanction results will contain an explicit note when the birth date is different than the search criteria.

In the JSON response, a new data element "queryMismatch" is introduced to inform about the same thing.

3Invalid organization number is handled as HTTP 400 bad request
4

Monitor: Introducing a new data element "hitType" on alerts. The enum comes in two variants:

  • MATCH: the person has been added to a sanction or PEP list
  • REMOVED: the person has been removed from a sanction or PEP list
5

Person test data: search on date of birth is now possible

6Organization test data: purpose is returned

...