Release Notes > Version 8.1 Release Notes > Version 8.1.15 Release Notes
Version 8.1.15 Release Notes
The following bug fixes are included in ThingWorx 8.1.15:
End of Life Information
Mashup Builder
ThingWorx currently provides full design and run time support for mashups and extensions using jQuery. In ThingWorx 8.1.15, versions of jQuery before 1.12.4 are not supported.
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.
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
Was this helpful?