This patch release resolves a bug where the /transactions/ADM/:id endpoint triggered an infinite loop of requests from the application. Under the previous behavior, the client would continuously retry the same transaction lookup without ever settling, creating unnecessary network load and degrading the user experience.
The root cause has been addressed so that transaction detail requests now complete normally and the application stops issuing duplicate follow-up calls. No breaking changes are introduced in this release.