Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tests would need to be updated to accept the new JSON output which is returned. Examples would need to be updated in openapi

Backwards Compatibility 

Queries which use toDataMap:

Query/ServiceImpactsResponse nowResponse After
Notification ServiceKafka notification service will produce a result with a different output

Query data nodes

Query DataNodes will produce a datanode within an array with the container ID

and then the relevant data:

[

     {

        "code": "01",
        "name": "SciFi",
        "books": [
            ...
        ]
    }
]

[

     "categories": {

        "code": "01",
        "name": "SciFi",
        "books": [
            ...
        ]
    }
]

get Node by CMHandle and Xpath (NCMP)


Outstanding issues:

Backwards Incompatibility:New endpoint vs new version of interface
Other Endpoints:Is this effecting any other endpoints

...