17.02.13 - Apigee Edge for Public Cloud release notes (API runtime)

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

On Wednesday, March 22, 2017, we began releasing a new version of Apigee Edge for Public Cloud.

Bugs fixed

The following bugs are fixed in this release. This list is primarily for users checking to see if their support tickets have been fixed. It's not designed to provide detailed information for all users.

Issue ID Description
DEVRT-3205 Create company fails intermittently
APIRT-3513 Proxy calls failing due to Vhost not found error
APIRT-3507 Intermittent errors on JavaScript service callouts that called the same IP with different hostnames
APIRT-3449 Policy Verify OAuth v2.0 Access Token sets wrong property name; double-prefixes apiproduct.apiproduct.*
APIRT-3392 Intermittent high response times on MPs for specific proxy
APIRT-3032 DNS lookup being done on target.url which is set to an ip address
APIRT-2718

OAuthV2 policy - Generate Access Token returns api_product_list incorrectly formatted
When using the management API to generate an OAuth v2.0 access token, the JSON response includes a list of API products in the following format:

"api_product_list" : "[Product1, Product2, Product3]"

A new api_product_list_json property in the response also returns the list of products as an array of individual product names:

"api_product_list_json" : ["Product1", "Product2", "Product3"]