Embedding KPI Dashboard into Your Application
You can now embed the KPI dashboard into your application.
Embedding the KPI dashboard creates a version of the KPI dashboard minus all GoodData branding and platform functions for use in your own product.
Learn more:
Embed KPI Dashboard
SST Length Changed
To enhance platform security, we have increased the length of SuperSecured Token (SST) that you obtain and use when logging in to the GoodData platform via API.
How does this affect you?
Make sure that you parse the whole value of SST (without considering how long it is).
Always take the whole SST value from the header of the API call response, or from the cookies string.
If not the whole SST is parsed, retrieving of Temporary Token (TT) will fail with a status code of 401.
Learn more:
API: Log in
Upcoming End-of-Life: JDBC Driver Versions Older than 2.4.0
On November 5, 2016, we are going to stop supporting the versions of the JDBC driver older than 2.4.0.
How will this affect you?
If you are using the JDBC driver older than version 2.4.0, it will stop working on November 5, 2016. You will receive the following error message:
You are using an unsupported version of the JDBC driver. Download and install the latest version of the driver itself or CloudConnect from https://developer.gooddata.com/tools.
Action needed:
Before November 5, 2016, check the version of your JDBC driver.
If your version is older than 2.4.0, download and install the latest version of the driver from the Developer portal.
We will post a separate announcement when the end-of-life happens for the driver versions older than 2.4.0.
Learn more:
For more information about the end-of-life rules for the JDBC driver, see Data Warehouse Driver Version.
Upcoming End-of-Life: /gdc/dss
On November 5, 2016, we are going to stop supporting the /gdc/dss
REST API resource.
Action needed:
If you use a tool for handling API calls, check whether you are using the /gdc/dss
resource anywhere. If yes, replace any instance of it with /gdc/datawarehouse
. Do so before November 5, 2016.
Note: This does not apply to the URL used in the connection string of the JDBC driver version 2.4.0 or above. The driver will automatically convert all references to /gdc/dss
to the correct ones.
We will post a separate announcement when the resource end-of-life happens.