发行说明 > 版本 8.2 发行说明 > Version 8.2.13 Release Notes
Version 8.2.13 Release Notes
The following bug fixes are included in ThingWorx 8.2.13:
Bug Fixes
Platform
Related JIRA
Fixed potential security issues with the ThingWorx Composer and Mashup Builder, as well as additional issues proactively identified by vulnerability scanning software or PTC QA testing. Please upgrade as soon as possible to take advantage of these important improvements.
n/a
Fixed an issue that was preventing the ThingworxSSOAuthenticator from displaying a LoginSucceeded event.
TW-58970
Added the QueryImplementingThingsWithNamedData service that returns only the requested properties of all the implementing Things. This service is similar to QueryImplementingThingsWithData, but takes two additional parameters:
basicPropertyNames: Basic property name are the generic fields for all properties: name, description, tags, isSystemObject, homeMashup, avatar, projectName
propertyNames: any custom properties
The returned JSON consists of the implementing Things with only the desired properties as opposed to all properties.
TW-52433