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

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Release 102 #20

merged 4 commits into from
Jan 23, 2024

Conversation

tspence
Copy link
Contributor

@tspence tspence commented Jan 12, 2024

Added 5 new APIs:

  • File.Deletefile (DELETE /api/data/files/{fileId})
  • Holiday.Queryresourceholidays (GET /api/data/holidays/resource)
  • Holiday.Querycountryholidays (GET /api/data/holidays/country)
  • Holiday.Queryglobalholidays (GET /api/data/holidays/global)
  • NptFiles.UploadFileToNonProjectTasks (POST /api/data/non-project-tasks/{taskId}/files)

Added 5 new APIs:
* File.Deletefile (DELETE /api/data/files/{fileId})
* Holiday.Queryresourceholidays (GET /api/data/holidays/resource)
* Holiday.Querycountryholidays (GET /api/data/holidays/country)
* Holiday.Queryglobalholidays (GET /api/data/holidays/global)
* NptFiles.UploadFileToNonProjectTasks (POST /api/data/non-project-tasks/{taskId}/files)
Differences between R101 and R102:
* Deprecated old Discussion APIs; created new ones
* Removed parameter "$select" which did not have any effect
@tspence tspence changed the title Release 101 Release 102 Jan 23, 2024
@tspence
Copy link
Contributor Author

tspence commented Jan 23, 2024

Patch notes for 102.0.2886

These patch notes summarize the changes from version 99.0.2550.

Added 8 new APIs:

  • File.DeleteFile (DELETE /api/data/files/{fileId})
  • Holiday.QueryResourceHolidays (GET /api/data/holidays/resource)
  • Holiday.QueryCountryHolidays (GET /api/data/holidays/country)
  • Holiday.QueryGlobalHolidays (GET /api/data/holidays/global)
  • IntegrationProvider.DisconnectUserIntegrationProviderConnection (DELETE /api/data/integrations/providers/{providerId}/user-connection)
  • NptFiles.UploadFileToNonProjectTasks (POST /api/data/non-project-tasks/{taskId}/files)
  • TaskMetadata.AddMetadata (PUT /api/data/tasks/{taskId}/metadata)
  • TaskMetadata.GetTasksByProjectIDAndForeignKeyID (GET /api/data/projects/{projectId}/tasks/metadata)

Changes to existing APIs:

  • Discussion.CreateTaskComments changed [body].Value.DataType from DiscussionCommentCreateDto to DiscussionCreateDto
  • Discussion.CreateTaskComments changed [body].Value.DataTypeRef from /docs/discussioncommentcreatedto to /docs/discussioncreatedto
  • Project.QueryProjects removed query parameter $select
  • Resource.QueryResources removed query parameter $select
  • ResourceSkill.RetrieveResourceSkills removed query parameter $select
  • ResourceTeam.RetrieveResourceTeams removed query parameter $select
  • Tag.QueryTags removed query parameter $select
  • Task.QueryTasks removed query parameter $select
  • TaskField.QueryTaskFields removed query parameter $select
  • TaskField.QueryTaskFieldValues removed query parameter $select
  • Timesheet.QueryTimeSheets removed query parameter $select

@tspence tspence merged commit 2c30b98 into main Jan 23, 2024
1 check passed
@tspence tspence deleted the tspence/release-101 branch January 23, 2024 02:28
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