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 119 #20

Merged
merged 1 commit into from
Sep 30, 2024
Merged

Release 119 #20

merged 1 commit into from
Sep 30, 2024

Conversation

tspence
Copy link
Contributor

@tspence tspence commented Sep 30, 2024

Patch notes for 119.0.4625

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:

  • TaskDto: Added new field isLocked
  • TaskDto: Added new field isMilestone

# Patch notes for 119.0.4625

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:
* TaskDto: Added new field `isLocked`
* TaskDto: Added new field `isMilestone`
@tspence tspence merged commit e83023a into main Sep 30, 2024
1 check passed
@tspence tspence deleted the tspence/release-119 branch September 30, 2024 19:32
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.

2 participants