You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Thursday, July 23, 2015, we released a new cloud version of Apigee Edge.
New features and enhancements
Following are the new features and enhancements in this release.
Cache behavior and configuration
For better in-memory cache management and utilization, the "Maximum Elements in Memory" settings on environment cache resources has been deprecated as of Edge cloud release 15.06.10. In Edge Cloud release 15.07.22, this setting has been removed from the Create Cache UI in the Environment Configuration part of the Apigee Edge management UI.
The total elements present across all cache resources (including the default cache) depends on the total memory allocated to the cache. By default, the total memory allocated for in-memory caching on a given message processor is 40% of the total memory available. Elements will be evicted from in-memory cache only when there is insufficient cache memory or the elements expire. (MGMT-2413, APIRT-1140)
City drilldown on GeoMap
The analytics GeoMap includes a "City" drilldown for the United States and Canada. When you click a state or province on the map, a list of cities where calls originated is displayed. (MGMT-2282)
Target Server configuration in management UI
The APIs > Environment Configuration page in the management UI now lets you add, edit, and delete target servers.
In addition, the page has been redesigned so that caches can also be created, added, and deleted inline rather than going to a new page. Several cache properties, including "Maximum Elements in Memory", are no longer available in the UI, as setting these properties no longer has any effect on runtime cache behavior. (MGMT-280)
SSL with message logging to syslog
The Message Logging policy supports sending syslog to third-party log management providers over SSL/TLS. Use the following in the policy configuration as a direct child of the parent element:
<SSLInfo> <Enabled>true</Enabled> </SSLInfo>
For more information, see Message Logging policy. (APIRT-942)
Management UI
Apigee engineering made various small bug fixes and usability enhancements in the management UI.
Bugs fixed
The following bugs are fixed in this release.
Issue ID | Description |
---|---|
TBD-73 | Static IP for Inbound traffic to Apigee |
MGMT-2422 | Unable to edit company app |
MGMT-2419 | User belonging to 'User' role gets permission errors on login |
MGMT-2341 | Custom report filter incorrectly builds query |
MGMT-2207 | JSONThreatProtection - ArrayElementCount does not work if the contained element
is non-primitive In the JSON Threat Protection policy, the ArrayElementCount element wasn't accurately limiting the number of items allowed in arrays. This issue has been fixed. |
MGMT-2158 | Cannot import WSDL if output references a part with no type |