You're viewing Apigee Edge documentation.
Go to the
Apigee X documentation. info
On Tuesday, May 19, 2015, we released a quarterly version of Apigee Edge Developer Services Portal for Private Cloud.
The former product name "Apigee Edge On-premises Developer Services Portal" or "OPDK" is now "Apigee Edge Developer Services Portal for Private Cloud".
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-1416 | Mail Notifications not sent. |
DEVSOL-1290 | Improved installer output for MySQL. |
DEVSOL-1111 | Removed the message "GREAT SUCCESS!" from the OPDK installer. |
DEVSOL-1062 | Added error message when HTTPS calls are failing which could be due to the server's time being out of sync. |
DEVSOL-987 | The mediaelement library is now pulled from a TAR archive instead of being cloned, saving a large amount of downloading time. |
DEVSOL-693 | The OPDK installer no longer checks the database configuration on the text installation step since the database validation will be done during the web installer step. |
This release also contains bug fixes from the following releases:
Developer Services Portal Cloud |
---|
Known issues
This release has the following known issue:
- When performing a non-network installation by using the create-rpm-bundle.sh install script, the
installation fails. To fix this issue, replace line 231 in the create-rpm-bundle.sh script:
if [ [ -z ${config_file} ] ]; then
with the following line:
if [ -e "${config_file}" ]; then