Release 2.0.0
· One min read
Highlights
Requests API
GET /requests/v1/{mpid}now supports pagination withpageandpage_size.- Paginated responses include a
paginationobject withpage,page_size, andtotal_count. sort_directioncan be used to return results in ascending or descending order.request_statuscan now filter by one or more comma-separated statuses:Pending,Success, andFailed.- Request metadata now includes an
errorsarray for recorded process alerts, including alert code, title, message, severity, and optional details.
Disconnection
POST /disconnection/v1/{mpid}now rejects extra or unknown request body fields.- Request bodies should contain only the documented Disconnection fields.
MPAN
- Fixed an issue where Related MPAN and Linked MPAN groups could show missing or incorrect relationships when querying a secondary or export MPAN.
Messaging
- The messaging architecture has been refactored to support asynchronous processing and improved scalability under heavier load.
