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 - Enable custom HTTP client #42

Merged
merged 3 commits into from
Sep 30, 2024

Conversation

tspence
Copy link
Contributor

@tspence tspence commented Sep 24, 2024

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

Enabled construction of a client that uses your own preferred HttpClient object.

Copy link

@andrejohansson andrejohansson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for these changes

src/ProjectManagerClient.cs Show resolved Hide resolved
src/ProjectManagerClient.cs Show resolved Hide resolved
@tspence tspence changed the title Enable custom HTTP client Release 119 - Enable custom HTTP client Sep 30, 2024
@tspence tspence merged commit 1ccf8c9 into main Sep 30, 2024
1 check passed
@tspence tspence deleted the tspence/enable-custom-http-client 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.

3 participants