2021.2

Table Of Contents
l Multiple PlanetPress Connect dependencies updated. (SHARED-76431)
l Improved support for encrypted email output (TLS/SSL). (SHARED-76460)
General Improvements
l Cleaned up the error messages returned by Connect Server. Messages will no longer be
duplicated, and they will not have exception class prefixes, such as
"ApplicationException:". (SHARED-70963)
l Improved Server side error handling when a template fails to load. As part of this
improvement we also now log the template name when a template is loaded. (SHARED-
71024)
REST๎˜ƒAPI๎˜ƒImprovements
l Add option to download the "octet output file stream" as a file for remote tests. (SHARED-
42559)
l Introduced a new endpoint that can be used to retrieve a list of persisted resources.
(SHARED-70071)
[GET] /rest/serverengine/filestore/resources/{type}
l 'Get Page Details for Content Set' REST API endpoint of the Content Set Entity Service
has been updated to return the correct number of JSON 'pages' objects regardless of the
data record size or the number of merge engines used to create a given content set entity.
(SHARED-71969)
l The endpoints for HTML content creation now return status code 400 (bad request)
instead of 500 (internal server error) if the template does not have a WEB context or if the
requested section was not found. (SHARED-76296)
l Introduced a new email POST๎˜ƒendpoint that allows callers to pass a data set ID. (SHARED-
76346)
[POST๎˜ƒ] /rest/serverengine/workflow/contentcreation/email/{templateId}/{dataSetId}
l Introduced an endpoint that can be used to retrieve a report for a template (either JSON or
XML). (SHARED-76535)
[GET] /filestore/template/report/{fileId} (either a numeric ID or a name)
l Resources uploaded via the REST API are now classified based on file type. (SHARED-
76979)
l You can now pass runtime parameters to Content Creation endpoints. (SHARED-77102)
Page 1554