Release Notes > Version 8.0 Release Notes > Version 8.0.15 Release Notes
Version 8.0.15 Release Notes
The following bug fixes are included in ThingWorx 8.0.15:
Bug Fixes
Platform
Related JIRA
PTC has addressed approximately a dozen security issues identified with automated security tools or other internal processes.
n/a
PTC has addressed three Cross Site Scripting Issues.
n/a
Updated to the latest PostgreSQL driver version to 42.2.5. Action may be required if you are using .ssl on the jdbc connection string due to the driver change that has a new default of sslmode=verify-full. The previous default was sslmode=prefer. See https://www.postgresql.org/about/news/1883/ for details around this change.
The implications are that verify-full will now validate against a root certificate, and if a root certificate is not configured, the connection to PostgreSQL will fail.
jdbc:postgresql://localhost:5432/thingworx?ssl=true
To set up the secure default, you must set up a root certificate. Azure instructions can be found here: https://docs.microsoft.com/en-us/azure/postgresql/concepts-ssl-connection-security
For more details about how the driver works with a root certificate, see https://www.postgresql.org/docs/9.4/libpq-ssl.html
TW-41004
Fixed an issue that was preventing a user from being automatically assigned to a new application key.
TW-46052
Fixed an issue in Classic Composer that was causing an error message to display when you assigned an Administrator user to an application key.
TW-45952
TW-48108
Fixed an issue that was causing the browser to become unresponsive when duplicating an application key.
TW-45230
Fixed an issue that was allowing imported things to have the same names as existing entities.
TW-45215
Fixed an issue that was preventing local bindings without a property definition from being deleted.
TW-43690
Bug Fixes
Mashup Builder
Related JIRA
Fixed an issue with the DataFilter and Grid widgets that was preventing data from being displayed correctly.
TW-45212
Was this helpful?