Aspose.Tasks Cloud 25.6 Release Notes

All Changes

KeySummaryIssue Type
TASKSCLOUD-910Implement new resource leveling api. Level all resources.Enhancement
TASKSCLOUD-911Implement new resource leveling api. Clear any leveling delay.Enhancement
TASKSNET-11440Fix export to Primavera P6 XML: the resulting file is imported incorrectlyBug
TASKSNET-11439Fix logic of exporting assignments of summary tasks to Primavera formats (XER, P6XML)Bug
TASKSNET-11432Fix incorrect rendering of TaskUsage viewBug
TASKSNET-11357Fix rendering of the timescale area at the end of the pageBug
TASKSNET-11299Fix incorrect scheduling of task when auto task follows manual taskBug
TASKSNET-11466Fix incorrect rendering of “Critical Task” item in Gantt chart’s legendBug
TASKSNET-11461Fix infinite loop when trying to fit RTF fragment to an area with small widthBug
TASKSNET-11455Fix logic of GetTimephasedData method for assignments of cost resourcesBug
TASKSNET-11452Fix day is not rendered correctly at page’s border when rendering TaskUsage viewBug
TASKSNET-11454Fix remaining work TD is generated incorrectly after changing resource calendarBug
TASKSNET-11457Fix recalculation of TD when resource calendar’s base calendar is changedBug
TASKSNET-11438Fix incorrect generation of TimephasedData for newly added assignment of material resourceBug

Public API and Backwards Incompatible Changes

The following API endpoints were added:Description
PUT on https://api.aspose.cloud/v3.0/tasks/{name}/resourceLevelLevels tasks for all project’s resources using default leveling options.
DELETE on https://api.aspose.cloud/v3.0/tasks/{name}/resourceLevelClears any leveling delay that was previously added to the project during resource leveling.
The following objects and properties were added:Description
LevelingResultDTO for representation results of resource leveling.
LevelingResult.AffectedTaskUidsGets a set of task uids affected by resource leveling.