Skip to content

Releases: crowdin/crowdin-api-client-dotnet

2.17.0

10 Aug 06:08

Choose a tag to compare

What's Changed

Full Changelog: 2.16.0...2.17.0

2.16.0

31 Jul 06:29

Choose a tag to compare

What's Changed

  • fix(deser): empty json array instead of empty json object by @innomaxx in #180
  • feat: Add includeProjectSourceLanguage prop to Add, Get and Edit Bundles API by @Riju-bak in #181
  • feat(api): add support for the Notifications API by @innomaxx in #182

Full Changelog: 2.15.0...2.16.0

2.15.0

21 Jul 06:43

Choose a tag to compare

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


⚠️ Breaking change ⚠️

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

18 Jul 14:41
eea1e88

Choose a tag to compare

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

Full Changelog: 2.14.2...2.14.3

2.14.2

22 Jun 12:35
bf51658

Choose a tag to compare

What's Changed

  • chore(samples): add advanced samples project by @innomaxx in #156
  • feat(api): add enum OperationStatus + class ColumnType by @innomaxx in #159

Full Changelog: 2.14.1...2.14.2

2.14.1

13 Jun 15:07
c97be5d

Choose a tag to compare

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

26 May 13:51
7497aae

Choose a tag to compare

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 TemplateId optional by @innomaxx in #131
  • API Updates: Projects: add qaChecksIgnorableCategories support by @innomaxx in #134
  • API Updates: QaCheckCategories: add ftl and android support 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 defaultProjectIds support by @innomaxx in #147
  • Fix: Webhooks: property Headers type 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

05 May 18:11
d99b25b

Choose a tag to compare

What's Changed

  • Fixed bug in CI/CD pipeline because of which an empty package was produced - by @innomaxx in #125

Full Changelog: 2.13.0...2.13.1

2.13.0

04 May 12:47
c640ee9

Choose a tag to compare

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

Full Changelog: 2.12.0...2.13.0

2.12.0

03 Mar 13:25
633fed3

Choose a tag to compare

Added

Updated

  • Bump Samples and Tests projects to .NET 6.0 in #98 by @innomaxx

Fixed