15.06.15.00 - Apigee Developer Services Portal Release Notes

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

On Tuesday, June 16, 2015, we released a new cloud version of Apigee 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-1584 Plans cannot be purchased
Fixed issue where monetization plans purchase form would not submit for cloud release 15.05.27.00 and 15.06.08.00 if you were using the Apigee Responsive theme or a subtheme of the Apigee Responsive theme.
DEVSOL-1578 Render both Weather and Petstore models on site installs
Both the Petstore and Weather SmartDocs models are imported on new sites.
DEVSOL-1576

API Documentation View displays model name, not display name
The API Documentation page that is shown when clicking "APIs" in the menu was showing the model's internal name instead of display name. If you are updating to the release and you have changed this view, you will need to revert your view to see these changes by following these steps:

  1. Login as an administrator.
  2. Go to Structure > Views.
  3. Click the dropdown next to "Edit" on "SmartDocs Models" to see all operations.
  4. If you see "revert", then you have overwritten the code w/your own change. Click "revert" to put the view back to the default state. Note that this will remove any changes you have made to this view.
DEVSOL-1567 "Add model" being displayed on top admin menu
Fixed the problem that "Add model" menu item is being displayed on the top admin menu.
DEVSOL-1562 Generate a view for each SmartDocs model
When creating a new model, a new view is created by default for that model.
DEVSOL-1556 Old version of Drupal modules being shipped
The media_youtube and features module has been updated to latest version.
DEVSOL-1554 Invalid date comparison in Monetization
In the purchased plan tab for monetization enabled developer portals, the "Cancel" button was never displayed for a plan with a future start date,
DEVSOL-1534 Content-type not being populated in SmartDocs output
Content-type is now being populated in SmartDocs method page.
DEVSOL-1507 Cannot add multiple params to an API with Add Method
You can now add multiple params to a SmartDocs API when editing the method.
DEVSOL-1499 HTML code not parsed in SmartDocs param descriptions
HTML code is now parsed in SmartDocs param descriptions.
DEVSOL-1464 Fatal error when saving Auth settings for a model
When a Security scheme is deleted, it now gives a checkbox to select if the associated Template auth scheme also needs to be deleted.
DEVSOL-1427

Add hooks to Devconnect Developer Apps module to allow altering of the analytics data
The devconnect_developer_apps module now provides three new hooks to allow custom modules to alter the developer app analytics chart:

  • hook_devconnect_developer_apps_analytics_chart_data_alter()
  • hook_devconnect_developer_app_analytics_datapoints_params_alter()
  • hook_devconnect_developer_app_analytics_datapoints_alter()
DEVSOL-1422 Remove SMTP Configuration form from Apigee profile
The install process no longer asks you if you want to configure SMTP, instead this can be done after installation completes following standard Drupal practice of enabling the SMTP module and configuring it properly.
DEVSOL-584 Path parameter not remembered on first use
Path parameter when making calls was not always remembered.

Known issues

This release has the following known issues.

Issue ID Description
DEVSOL-1579 "Query" appearing twice when editing a SmartDocs param
When editing a SmartDocs node created from a WADL file, "Query" appears twice under "Parameter type" for the method.