16.08.04.00 - Apigee Developer Services Portal Release Notes

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

On Thursday, August 4, 2016, we released a new cloud version of Developer Services Portal.

If you have questions, go to Apigee Customer Support.

For a list of all Apigee Edge release notes, see Apigee Release Notes.

Bugs fixed

The following bugs are fixed in this release.

Issue ID Description
DEVSOL-1890

The "Sign in with Apigee" button is hidden if the site is not using HTTPS

The site URL must match https://*.devportal.apigee.com for the button to be displayed.

DEVSOL-2127

Resource name does not populate upon importing from Swagger

A bug in the SmartDocs UI was resolved in which methods with an internal name but no display name defined were shown with no name on the revision detail admin page.

DEVSOL-2172

Allow Edge SDK to specify an optional path to cacert.pem

Customers who wish to use self-signed certificates to connect to an Edge instance can now do so by specifying an alternate cacert.pem in custom code implementing hook_devconnect_org_settings_alter().

DEVSOL-2204

Apigee Responsive theme references the removed jquery-ui-timepicker-addon.js file

The reference has been removed.

DEVSOL-2206

Do not enable Webform module at profile-install time

The Webform module is no longer enabled by default for new profile installs.

DEVSOL-2208

Request body get lost after Smartdocs node modified

When editing and saving a SmartDocs method which was generated by an OpenAPI/Swagger document, default value and schema of body parameters are no longer lost.

DEVSOL-2214

OAuth2 integration issue with the default app for a new account

Developer apps created by a Rules event now correctly set the API Product(s) associated with the app, and now correctly fire hook_devconnect_developer_apps_save().

DEVSOL-2215

Security update for the admin_views module

The Administration Views contrib module was updated to the latest stable version to address a security vulnerability. For more information, see this advisory: https://www.drupal.org/node/2778501.

The following modules were also updated (non-security related):

  • Google Auth
  • Markdown
  • Metatag
  • ReCAPTCHA
  • Services
  • UUID
  • Webform

The following theme was updated:

  • Bootstrap
DEVSOL-2216

Resolve undefined-var warnings in dblog

Warnings about undefined variables and indexes generated by smartdocs_node_presave() and smartdocs_preprocess_smartdocs_method() have been eliminated.