You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Thursday, September 4, 2014, we released a new cloud version of Apigee Edge.
Bugs fixed
The following bugs are fixed in this release.
Topic | Description |
---|---|
XML comments in API proxy editor MGMT-203 |
XML comments are now supported in the API proxy editor Code pane and Property Inspector. |
"Save as" permissions in API proxy editor MGMT-13 |
When a user created a new API proxy in the management UI using "Save as", the user didn't have proper permissions to edit the new API proxy. This issue has been fixed. |
Node.js paths update APIRT-763 |
To prevent accidential leakage of an organization or environment name outside of a Node.js script, scripts now run in an /organization/environment/api directory instead of an /organizations/{org_name}/environments/{env_name}/apis/{api} directory. To retain the organization and environment names, the following environment variables have been added: APIGEE_ORGANIZATION and APIGEE_ENVIRONMENT. |