Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 120.0.4689 #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

Patch notes for 120.0.4689

These patch notes summarize the changes from version 117.0.4438.

Added 5 new APIs:

  • ProjectVersion.RetrieveProjectVersions (GET /api/data/projects/{projectId}/versions)
  • ProjectVersion.DownloadMSProjectXml (GET /api/data/projects/{projectChangeId}/version/download)
  • ProjectVersion.RestoreProjectVersion (POST /api/data/projects/{projectId}/version/{version}/restore)
  • ProjectVersion.CopyProjectVersion (POST /api/data/projects/{projectId}/version/{version}/copy)
  • Risk.CreateRiskExport (POST /api/data/projects/{projectId}/risks/export)

Renamed 1 old APIs:

  • Renamed 'TaskMetadata.GetTasksByProjectIDAndForeignKeyID' to 'TaskMetadata.TaskMetadataSearch'

Changes to data models:

  • ResourceDto: Added new field initials
  • ResourceDto: Added new field avatarUrl
  • TaskDto: Added new field isLocked
  • TaskDto: Added new field isMilestone

These patch notes summarize the changes from version 117.0.4438.

Added 5 new APIs:
* ProjectVersion.RetrieveProjectVersions (GET /api/data/projects/{projectId}/versions)
* ProjectVersion.DownloadMSProjectXml (GET /api/data/projects/{projectChangeId}/version/download)
* ProjectVersion.RestoreProjectVersion (POST /api/data/projects/{projectId}/version/{version}/restore)
* ProjectVersion.CopyProjectVersion (POST /api/data/projects/{projectId}/version/{version}/copy)
* Risk.CreateRiskExport (POST /api/data/projects/{projectId}/risks/export)

Renamed 1 old APIs:
* Renamed 'TaskMetadata.GetTasksByProjectIDAndForeignKeyID' to 'TaskMetadata.TaskMetadataSearch'

Changes to data models:
* ResourceDto: Added new field `initials`
* ResourceDto: Added new field `avatarUrl`
* TaskDto: Added new field `isLocked`
* TaskDto: Added new field `isMilestone`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant