4.12 Release Notes

Added Expiry to ExecuteSavedQuery()

ExecuteSavedQuery now takes in a 3rd parameter as the cache expiry time for that particular instance of the query. This can be used to improve performance on slow changing data (ex. retrieving an employee's team). See Cinchy Functions for more details.

Index can now include Included Columns

This is equivalent to:

CREATE INDEX included_columns
ON product.changes(status,developer)
INCLUDE(summary_for_release_notes);

Miscellaneous

  • Platform performance improvements

  • Model changes to support Salesforce Platform Events in Real Time Sync (see CLI documentation).

Last updated