Releases: crowdin/crowdin-api-client-python
Releases · crowdin/crowdin-api-client-python
1.2.0
Added
- add Machine Translation Engines endpoints in #38 by @ayatsyny
- add
languageId
parameter for api.glossaries.post
in #38 by @ayatsyny
- add
languageId
parameter for api.tms.post
in #38 by @ayatsyny
Fixed
1.1.2
Fixed
- Fix Assign/unassign label from strings paths (#25) @xabk
1.1.1
Fixed
- fix build project directory translation param error (#24) @andforce
1.1.0
Updated
- Updates for the
projects
, source_files
, source_strings
, translations
and users
APIs (#22)
1.0.5
Added
- Add support for status filter on list tasks (#19) @dpaskov
1.0.4
Fixed
- Add typing-extensions as a requirement if Python version is < 3.8 (#17) @Darylgolden
- Allow pass array data to
_clear_data
method (#18) @ukrarome
1.0.3
Added
- Allow keywords parameters to be passed to requests API (#15)