Release notes 2025
This page contains release notes that apply to all APIs on the Base platform for the 2026 versions.
2026r1
Additional metrics on REST exchange logs
To be able to investigate the performance of REST calls, additional metrics have been added to the REST exchange log entries in the navigator:
-
Received timestamp:
The date and time on which the call was received by Mediagenix Base. -
Queue duration:
The amount of time that the call was in the queue to be processed. More specifically, this is the difference between the Created on and Received timestamp.
Note that, for comparison, the Response duration is how much time it took from the moment the system started processing the call until a response is sent back to the external system.
-
Trace parent:
The value of thetraceParentheader of the call, if it was present. This header allows tracing a REST call more easily through multiple systems. -
Worker:
An indication of which REST worker processed the call.
Fix for using null as value for point-in-time custom attributes in BAPI
Previously, when defining a point-in-time custom attribute on a concept that has an API that supports custom attributes (content, copyright, MAM, on-demand schedule, person and trailer), and sending null as its value in a POST or PUT call, this would crash the system.
This issue has been fixed in this version. The custom attribute is cleared in this case.