forio Toggle navigation

v1.35.1 Release Notes

Release Date: 12/11/2015

Updates and Improvements

Notable Bug Fixes

  • Runs that are no longer in memory can be brought from the database back into memory using the "replay" functionality. In many cases, this happens automatically. You can also do it manually using the Model State API or the replay() method of the Epicenter.js State API Adapter. (See more information on run persistence.)

    In previous releases, the created field of the run record was incorrectly being reset when the run was replayed. This has been corrected, and the created field of a run now does not change.

    (Note that the APIs used to replay a run can also be used to "clone" a run. This creates a new run record, with a new run id, and a new created date. See more on cloning.)

  • The SimLang PULSE() function now correctly handles initial pulses at values less than 0.

  • Other minor fixes for performance and stability.

  • Other minor improvements to documentation.