You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Tuesday, July 22, 2014, we released a new cloud version of Apigee Edge.
New features and enhancements
Following are the new features and enhancements in this release.
- SSL certificate detailsMGMT-588
A new management UI page (Admin > SSL Certificates) and API let you view details about SSL certificates, such as status, expiration, domain, and issuer. - Product SearchMGMT-636
A new search field on the Products page lets you filter products by name. - Message logging to syslog server
The MessageLogging policy now supports the TCP protocol in addition to UDP. While UDP is more performant, TCP guarantees message log delivery to the syslog server. A new "Protocol" element on the policy lets you specify TCP or UDP. The default is UDP.
Bugs fixed
The following bugs are fixed in this release.
Topic | Description |
---|---|
OAuth 1.0 timestamp validation APIRT-533 |
All requests that have oauth_timestamp are now validated against a timestamp window.
For requests that violate the timestamp window, a 4xx response is returned with the
acceptable timestamp window.
|
Large file upload APIRT-529 |
When streaming large files for upload to backends, the uploads were failing when sent through Edge. This issue has been fixed. |