On Thursday, July 6th, 2017, we began releasing a new version of Apigee Edge for Public
Cloud.
Bugs fixed
The following bug is fixed in this release.
Issue ID |
Description |
DEVRT-3647 |
Transaction status API usability improvements
The following usability improvements have been made to the transaction status API,
described in View the status
of transactions.
- If the
utctime2 end time is not specified, the time range will now be:
(utctime - 5s) <= txTime < (utctime + 5s)
- If no start or end times are provided, the time range defaults to the current time
plus or minus 5 seconds.
- If the
utctime and utctime2 timestamps are equal, the
time range will be the full second specified.
- If the
utctime is greater than utctime2 , the time values
are swapped.
- If the timestamps are formatted incorrectly, a more informative message is returned
describing the required format.
In addition, an issue with the transaction status API has been fixed.
|