Skip to main content

Release 2.0.0

· One min read
SSI Team
Platform Engineering

Highlights

Requests API

  • GET /requests/v1/{mpid} now supports pagination with page and page_size.
  • Paginated responses include a pagination object with page, page_size, and total_count.
  • sort_direction can be used to return results in ascending or descending order.
  • request_status can now filter by one or more comma-separated statuses: Pending, Success, and Failed.
  • Request metadata now includes an errors array 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.