Jun 5, 2016
Version 5.3 Released
Enhancements
- Allow the users to define their own sort order and list of TM1 instances in Pulse.
- Filter the change tracking history by TM1 object type.
- Exclude idle threads based on the number of seconds since active.
- Add the Context column to the Session table.
- Add Running and Waiting fields to the Operation Log table to help diagnose the source of locking.
- Support TM1 mode 3 Windows Authentication.
- Backup the server.xml when installing Pulse.
- Set the install path in the installer to be the existing location of Pulse.
- Add the ability to Save All on the Instance Settings page.
- Add the pulse logs to the About page so they can be accessed remotely.
- Add browser settings to the About page.
- Enable sorting of instance state on the main dashboard page.
- Add a dialog when a chore is clicked on the gantt chart to display the details of the processes that were executed as part of the chore.
- Add searching of chore files.
- Add the option to exclude (default) or include feeder files in an offline migration package.
- Enable the monitoring of TM1 instances running on a Linux server.
Fixes
- Optimise the storage of historical objects to reduce the memory footprint of Pulse.
- Fix memory leak caused by a large tm1server.log being processed.
- Share scheduled jobs for relationship management and search indexing.
- Cache the relationship information for rules and processes so it is only parsed after the object has been updated.
- Create a single scheduled job for change tracking so it is processed sequentially.
- Update cube statistics separately to reduce the delay in changes being updated in source control.
- Optimise the generation of Pulse dump files.
- Retrieve the history of changes from the Pulse database instead of GIT to improve query performance.
- Compress all HTTP requests to Pulse to improve performance in low bandwidth scenarios.
- Only issue new HTTP requests once the previous one has completed to stop queuing of requests.
- Pause the Change and Relationship jobs when the documentation is running.
- Include the the “End Date” day in report results.
- Check all of the selected options when selecting a saved report on the Flow Diagram page.
- Optimise the gantt chart to work with chores that a frequently executed.
- Fix validation rules that do not have an assigned category.
- Add the Av. Run time and Last Run time columns when exporting the Process/Chore List report.
- Ignore .blob files that reference missing }Externals files.
- Ignore private applications entries.
- Allow execution of Pulse’s “}src*” processes through the TM1 Java API.
- Fix chore execution time calculation if the chore contains a process with the same name as the chore.
- Zip the chore/process history files in the history directory to reduce size.
- Fix the searching of views and subsets. They must be stored in change tracking for them to be searched (off by default).
- Fix sorting by date/time on reports.
- Fix migration execution order to always insert attributes before their values are update.