Skip to main content

Published Release Notes

Find release notes for the selected Pega Version and Capability

Browse resolved issues for Platform releases.

This documentation is for non-current versions of Pega Platform. For current release notes, go here.

Pega Mobile Preview app

Valid from Pega Version 8.2

You can now use Pega Mobile Preview to access multiple mobile channels and preview your Pega Platform™ application, for example, to verify that it is displayed correctly and operates as intended. Pega Mobile Preview is a native application that runs on Android and iOS devices. Compared with Pega Mobile Express, it enables switching between mobile channels and supports enhanced layout configuration options.

You can download Pega Mobile Preview from the Apple App Store or from Google Play.

For more information, see Pega Mobile Express and Pega Mobile Preview.

Deprecated support for passing symbolic index as strings to value lists and page lists

Valid from Pega Version 8.2

Starting with the next release after Pega Platform™ 8.2, passing symbolic indexes as strings in parameters, properties, and string literals to both value lists and page lists will no longer be supported. The following examples show the syntax that still works in Pega 8.2, that will not work in the next release:

myPageList("<LAST>")

and

param.str = "<LAST>"
myPageList(param.str)

The following example shows syntax that currently is not supported and gives a validation error. This syntax will also not work in future releases.

param.str = <LAST>
myPageList(param.str)

To avoid issues after upgrading to Pega 8.3, refactor all occurrences of this syntax in your code. For instructions on how to find occurrences of this syntax in your code, see Refactoring unsupported symbolic index syntax for value lists and page lists.

For more information about the correct use of symbolic indexes, see Symbolic indexes – APPEND, CURRENT, INSERT, LAST, and PREPEND.

New PEGA0097 alert

Valid from Pega Version 7.4

In Pega Cloud, if a user attempts to establish a session and the configured maximum number of HTTP requestors on the cluster has been reached, the user is directed to a page that displays the PEGA0097 alert message. This alert helps to prevent a system from becoming overloaded.

For more information, see PEGA0097 alert.

Enhanced Pega Infinity Mobile Client

Valid from Pega Version 8.2

With the new Pega Infinity Mobile Client you now can build online apps that launch quickly, provide instantaneous navigation, and immediately react to user input. Pega Infinity Mobile Client uses native components for faster navigation between the screens of your custom mobile app; every tab opens in a separate webview, which accelerates switching between the tabs. Pega Infinity Mobile Client protects your sensitive information through safe and convenient single sign-on authentication and additional locking mechanisms.

For more information, see Pega Mobility and mobile clients.

Use Kinesis data sets in Pega Decision Management

Valid from Pega Version 7.4

You can create Kinesis data set instances to connect to Amazon Kinesis Data Streams and use this data set in decision management for processing real-time streaming data. Integrating Kinesis data streams into Pega® Platform in the cloud provides a fault-tolerant and scalable solution for processing IT infrastructure log data, application logs, social media, market data feeds, and web clickstream data.

For more information, see Creating a Kinesis data set.

Changes to the Attach Content control in Pega Client for Windows

Valid from Pega Version 8.2

Users who access offline-enabled Pega Platform™ applications from Pega Client for Windows can now use the Attach Content control within a case view to attach files with a native file picker control or take screenshots with a device camera. Images are immediately attached to the case, and image file names are based on a time stamp. If a device has no camera, the client skips the source selection step and the native file picker control opens.

For more information, see Harness and Sections forms – Adding an Attach Content control.

Email configuration and management available in Pega Express

Valid from Pega Version 7.4

You can now configure and manage email accounts directly in Pega® Express. You no longer have to switch from Pega Express to Designer Studio to perform email account-related tasks.

For more information, see Creating an email account.

Specify styles at run time in Pega Express

Valid from Pega Version 7.4

At run time in Pega® Express, you can now apply styling to many controls. Styling options vary from one control to another. For example, when you style a Dropdown control, you can specify text color, background fill and color, and border width and color. When you style controls directly in Pega Express, rather than switching to Designer Studio to modify the application skin, you can save development time.

For more information, see Styling controls at run time in Pega Express.

New data tables are non-Pega formatted

Valid from Pega Version 7.4

All new data tables are created as non-Pega formatted tables, that is, they do not contain a BLOB column, a pzInsKey column, or a pxObjClass column. The table's primary key will be the key that you specify, not pzInsKey. Data table construction was changed to improve performance of the Obj-Save method during batch operations, such as data imports, to make it easier to replace the table with an external system of record and to make it easier to share data among applications.

Ability to connect to REST data sources in Pega Express

Valid from Pega Version 7.4

You can now connect to REST data sources in Pega® Express to see REST data in your application without leaving the end-user portal. Connecting to a REST data source is similar to testing an endpoint. You enter the endpoint URL, test the endpoint, and start using the data source. REST data sources in Pega Express are high performing because they use the new JSON data transform to directly map to the data page without requiring integration classes and properties.

For more information, see Adding a data type for remotely stored data by using REST.

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us