17.08.21.00 - Apigee Developer Services Portal Release Notes

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

On Monday, August 21, 2017, we began releasing a new cloud version of Developer Services Portal.

Bugs fixed

The following bug is 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
DEVSOL-2625 Monetization roles getting dropped after switching company
If you have monetization enabled, if you assign a role to a user and they switch from one company context to another, the role is no longer removed from the user.
DEVSOL-2621 Drupal modules updates
The following Drupal modules were updated to the release indicated:
  • File Entity (fieldable files) 7.x-2.4
  • Media 7.x-2.10
  • Media CKEditor 7.x-2.5
  • Media: YouTube 7.x-3.5
  • Metatag 7.x-1.22
  • Services Views 7.x-1.2
DEVSOL-2612

"Website encountered an error" message displayed while enabling Monetization
Fixed issue that occurred when enabling monetization modules. The message Website encountered an error was displayed with the following message in the logs:

Error: Call to a member function clear() on string in devconnect_monetization_clear_api_cache() (line 1517 of /var/www/html/profiles/apigee/modules/custom/devconnect
/devconnect_monetization/devconnect_monetization.module)

This error is no longer logged.

DEVSOL-2609 Drupal status page does not show proper Edge connection status for SAML (OAuth)
Drupal Status page now shows proper Edge connection status for SAML (OAuth). Previously, the Reports > Status reports page would show the connection was not working even if you had SAML properly configured.
DEVSOL-2608 SAML/OAuth: Log prints Bearer token cache miss with every call
Fixed issue with Bearer token cache logic that was causing system to get a new token each time it called Edge.
DEVSOL-2599 Multiple issues with devconnect_user_developer_is_active()
Fixed issue where the wrong developer's status was checked to decide if the user is active or not. If a developer account is disabled in the Edge UI causing the app keys to stop working, the system will now display a message to inform the developer. Also added performance improvements to this functionality.
DEVSOL-2595 SAML configuration enhancements and updates
The following enhancements and updates have been made to the SAML configuration:
  • The SAML configuration page is now editable. For more information, see Using SAML authentication.
  • The username field is now displayed in the UI.
  • Fixed drush “dc-test” call to use standard connection test function so it no longer ignores SAML configuration settings.
DEVSOL-2569 App Analytics: Endpoint Response Time is no longer working, changed to Total Response Time
Endpoint Response Time analytics graph has been removed from the Analytics tab on the Developer apps page since it did not reflect total response time and was causing confusion. The metric was reflecting only the time it took for the endpoint to respond, but not the time it took the API proxy to respond. The Throughput graph displays the total response time for end developers.