23.08.09 - Apigee Edge for Public Cloud release notes

You're viewing Apigee Edge documentation.
Go to the Apigee X documentation.
info

On Wednesday, August 09, 2023, we released a new version of Apigee Edge for Public Cloud.

If you have questions, go to Apigee Customer Support.

For a list of all Apigee Edge release notes, see Apigee Release Notes.

Bugs fixed

The following bugs and changes included in this release.

Topic Description
Change to time range Previously, the synchronous query time range of 6 months was not enforced. It will be enforced now.
Change to latency percentile algorithm Previously, the latency percentile algorithm used the CUME_DIST method to calculate the exact percentile. With this release, the algorithm uses the APPROX_QUANTILES method to optimize the memory usage.
topk bug fixed The topk parameter lets you return the top k results when querying Analytics statistics. See Sorting results by relative ranking for an example. Previously, a bug in the topk parameter caused a query to return k + 1 results for a given value of k. This has been fixed: queries with topk=k now return k results.
tzo bug fixed The tzo parameter lets you offset the time zone when querying Analytics statistics. Previously, a bug in the tzo parameter caused the time zone offset to be twice what it should have been. For example, tzo=240 caused the offset to be 480. This has been fixed: tzo now creates the correct offset.