Release Notes > Version 8.3 Release Notes > Version 8.3.4 Release Notes
Version 8.3.4 Release Notes
The following bug fixes and enhancements are included in ThingWorx 8.3.4:
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 causing the Application Log to get flooded with the following message: Can't parse uncounted assuming license count is unlimited.
TW-46822
Fixed an issue that was causing the browser to become unresponsive when duplicating an application key.
TW-45230
Fixed an issue that was preventing an alert from being removed from a property after the alert was deleted.
TW-46982
Fixed an issue that was preventing a thing template from being inherited by a thing in New Composer.
TW-45546
Fixed an issue that was preventing custom CSS linting from being disabled.
TW-38392
Fixed an issue that was causing the browser to become unresponsive when duplicating an application key.
TW-45230
Fixed an issue that was causing saving permissions to fail.
TW-46208
Fixed an issue that was allowing imported things to have the same names as existing entities.
TW-45215
Fixed an issue that was preventing property overrides from displaying on the UI in New Composer.
TW-46224
Fixed an issue that was causing a long delay after fixing a syntax error in a service.
TW-46499
Fixed an issue in the User Management Subsystem that was causing values lower that minimums to be entered.
TW-47138
Fixed an issue that was preventing a value stream from being filtered if it contained new line characters (\n).
TW-45987
Fixed an issue that was causing inherited property and event bindings to get updated unexpectedly when viewing the properties or events.
TW-46990
Fixed an issue with the RemovePropertyDefinition service that was preventing local binding information from being deleted with the associated property definition.
TW-41380
Fixed an issue that was preventing local bindings without a property definition from being deleted.
TW-43690
Fixed an issue that was causing exported entities that contained properties, infotables, or configuration tables that used the PASSWORD base type to fail. An extension was created for ThingWorx 8.2.6 to address this issue, but this fix eliminates the use of the extension.
TW-36122
Fixed an issue that was preventing an existing Deviation Above/Below alert from being updated on a property.
TW-42716
Mashup Builder
Related JIRA
Fixed an issue with the Collection widget that was causing slow performance time when reloading mashups.
TW-42700
Fixed an issue with the Collection widget that was causing incorrect spacing between tiles when the window size was increased.
TW-42994
Fixed an issue with the Collection widget that was preventing the LeftAlignFinalRow property from working correctly.
TW-48226
Fixed an issue that was preventing style definitions from being applied to fonts correctly.
TW-44762
Fixed an issue with the Collection widget that was causing empty space to display.
TW-39410
Fixed an issue with the Chart widgets that was preventing the ChartIndicatorStyle property from displaying in run time.
TW-43471
Fixed an issue with the Proportional Chart that was preventing the legend from being center aligned.
TW-43470
Added localization support for Advanced Grid/TreeGrid widgets for row addition/deletion and cell validation properties.
TW-47431
* 
Version 1.1.2 of the DSE-Persistence-Provider-Extension.zip is not supported with this release. DSE-Persistence-Provider-Extension.zip v1.3.0 is required for 8.3.4+. To view the version of the extension, download the DSE_Persistence_Provider_Extension.zip from the PTC Support site and open the metadata.xml file. The version is noted in the packageVersion parameter.
Enhancements
Mashup Builder
Added the DrawLine property to the XY chart widget that allows for line plotting.
Was this helpful?