Browse our Products

Aspose.Tasks for Java 23.11 Release Notes

All Changes

KeySummaryIssue Type
TASKSNET-11004Add writing of Project.Calendar.Guid to MPPEnhancement
TASKSNET-10629Add a possibility to calculate assignment’s work for the specified date time intervalEnhancement
TASKSNET-10626Add read-only task Status columnEnhancement
TASKSNET-4829Initialize CsvOptions.View with default viewEnhancement
TASKSJAVA-2130MPP to PDF: Null Pointer exceptionBug

Public API and Backwards Incompatible Changes

The following public methods were added:Description
com.aspose.tasks.ResourceAssignment.getTimephasedWork( java.util.Date, java.util.Date, byte )Gets amount of timephased work for the specified date time interval.
com.aspose.tasks.Task.getStatus()Gets status of the task.
The following public types were deleted:Description
com.aspose.tasks.StringAlignmentUse com.aspose.tasks.HorizontalStringAlignment instead

Breaking change notice

All classes from packages com.aspose.tasks.private_.Collections.* were deleted.