You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Thursday, October 16, 2014, we released a new cloud version of Apigee Edge.
New features and enhancements
Following are the new features and enhancements in this release.
- gzip compression on API responsesMGMT-1127
Calls to the management API support gzip compression on responses that have a Content-Length of at least 1024 bytes. Use:
'Accept-Encoding: gzip, deflate'
See the gzip note in Developing with Apigee Edge.
Bugs fixed
The following bugs are fixed in this release.
Topic | Description |
---|---|
API bundle import errors MGMT-1140 |
When errors occurred while importing an API proxy bundle, the management UI didn't display the errors, and deployment appeared to succeed even though it failed. This issue has been fixed. |
SSL certificate display in UI MGMT-1047 |
When viewing an SSL certificate in the management UI, if there was an error or an unsupported property in the certificate, the certificate wouldn't be displayed. This issue has been fixed, and a warning message alerts you to any problems in the certificate. |
Python script extension in UI MGMT-564 |
Python scripts now get a .py file extension when you add a new Python Script policy in the API proxy editor. |
XSLT file extension in UI MGMT-444 |
XSL scripts now get an .xslt extension when an XSL Transform policy is added in the API proxy editor. |