Releases: crowdin/crowdin-api-client-dotnet
Releases · crowdin/crowdin-api-client-dotnet
2.17.0
What's Changed
- feat(api): add TmPenalties property support + more patch paths by @innomaxx in #184
- ci: automated versioning by @andrii-bodnar in #186
- ci: create a GH release automatically by @andrii-bodnar in #187
- ci: add the repository_dispatch event to the release workflow by @andrii-bodnar in #188
- feat(api): Reports API: add new models + deprecate old by @innomaxx in #185
Full Changelog: 2.16.0...2.17.0
2.16.0
2.15.0
What's Changed
- feat: Handle field preTranslateAppliedTo for progress API methods by @Riju-bak in #171
- feat: Added client support for the latest distribution api changes by @Riju-bak in #173
Full Changelog: 2.14.3...2.15.0
The parameters format, exportPattern, labelIds have been removed from the AddDistributionRequest and Distribution classes.
These parameters are deprecated in the API and will be removed soon.
If you are using them, please use the Bundles API and then use the received bundle ID(s) to create a distribution (via the new bundleIds parameter in the AddDistributionRequest class).
2.14.3
What's Changed
- feat(api): add more FileFormatSettings models + integration by @innomaxx in #161
- test(client): add error handling tests + resources by @innomaxx in #164
- feat: Handle includePreTranslatedStringsOnly parameter for AddTaskRequest by @Riju-bak in #165
- fix: ExportBundle - Invalid Content Type by @PatrickMNL in #168
- fix: CheckBundleExportStatus - Temporary Workaround by @PatrickMNL in #169
New Contributors
- @Riju-bak made their first contribution in #165
- @PatrickMNL made their first contribution in #168
Full Changelog: 2.14.2...2.14.3
2.14.2
2.14.1
What's Changed
- fix: Screenshots/Tags/AddTag: replace parse method & return type by @innomaxx in #151
- fix: StringBatchOperations: add support for missing Pagination object by @innomaxx in #152
- fix: Translations/GetPreTranslationStatus: wrong param type + add property by @innomaxx in #154
Full Changelog: 2.14.0...2.14.1
2.14.0
What's Changed
- API Updates: Source Files: add DownloadFilePreview method support by @innomaxx in #129
- API Updates: add Translation Memory Segments API support by @innomaxx in #130
- API Updates: EnterpriseProjectForm: make
TemplateIdoptional by @innomaxx in #131 - API Updates: Projects: add
qaChecksIgnorableCategoriessupport by @innomaxx in #134 - API Updates: QaCheckCategories: add
ftlandandroidsupport by @innomaxx in #135 - API Updates: ProjectSettings: add missing props + fixes by @innomaxx in #136
- API Updates: new endpoints (concordance, alignment) by @innomaxx in #137
- API Updates: TM: replace deprecated property "defaultProjectId" by @innomaxx in #139
- API Updates: add the Screenshot Labels management APIs by @innomaxx in #138
- API Updates: add Organization Webhooks APIs support by @innomaxx in #143
- API Updates: add String Batch Operations API support by @innomaxx in #144
- feat(api): source files: add new import options by @innomaxx in #146
- feat(api): glossaries: add property
defaultProjectIdssupport by @innomaxx in #147 - Fix: Webhooks: property
Headerstype inconsistency by @innomaxx in #127 - Fix: Webhooks: exception during payload deserialization by @innomaxx in #128
Full Changelog: 2.13.1...2.14.0
2.13.1
2.13.0
Warning
Please do not use this version. It's broken due to a bug in the CI/CD pipeline. Refer to #122 for more details.
What's Changed
- Add rate limiting support by @innomaxx in #114
- Hide internal components from the public by @innomaxx in #115
- Migrate basic CI/CD pipeline to GitHub Actions by @innomaxx in #118
- fix: Add missing webhook events by @PatrykPlewaOfficial in #121
Full Changelog: 2.12.0...2.13.0
2.12.0
Added
- Bundles: new methods support, more tests, misc updates in #107 by @innomaxx
- Add more paths to TmPatchPath + tests in #108 by @innomaxx
- Add Translation Memory tests in #106 by @innomaxx
Updated
Fixed
- HttpRequestMessage instance per request in #101 by @PatrykPlewaOfficial
- Fix ContentType validation from strict to more permissive in #104 by @innomaxx