R language support ("R Model" / "R Script" node)
Project Versioning
Create version snapshots (“saves”) of a full project
Deploy different versions to different environments
Easier to use Conditionals
Common operations (<, >, ==, contains, etc.) are now a simple menu with sane defaults
Works across links, decision trees, tables, anywhere conditionals are used
You can still write your own by clicking “Advanced”
Testing a Connection
Next to the connection name in the Admin screen
The
Xponent Graph API
now includes support for the GET method rather than just POST
The HTTP Method field is deivered as part of the _kw object with each request to distinguish between GET and POST requests to the API
The full set of HTTP header fields passwed with the request are also available in the _kw/headers object
All API jobs are prioritized by default over other jobs such as visual testing
Query parameters are automatically parsed and broken out in the request object
The same headers on the web track packet:
Engine
Encryption of data at rest, max auto-retries of bad transactions, deeper error logging
Various UI updates for Strategists and Configurers
Custom styles now shared across an organization
Can now be deleted!
Various bug fixes and usability enhancements