Releases: crowdin/crowdin-api-client-ruby
Releases · crowdin/crowdin-api-client-ruby
1.12.0
What's Changed
- feat: Support new 'Remove String Approvals' API endpoint by @IgorFroehner in #95
- feat: Add support for the new Pre-Translation API endpoint by @IgorFroehner in #97
- feat: Add the 'Download File Preview' API support by @IgorFroehner in #98
- feat: Strings Exporter Settings API by @IgorFroehner in #99
New Contributors
- @IgorFroehner made their first contribution in #95
Full Changelog: 1.11.0...1.12.0
1.11.0
What's Changed
- feat(SourceStrings): API updates by @keshandrr in #88
- feat(Labels): API updates by @keshandrr in #89
- build: bump rake from 13.1.0 to 13.2.1 by @dependabot in #90
Full Changelog: 1.10.0...1.11.0
1.10.0
What's Changed
- feat(config): allow configuring the request timeout by @artem-vavilov in #87
Full Changelog: 1.9.0...1.10.0
1.9.0
What's Changed
- fix(bundles): add destination parameter by @araujotadeu in #85
- build: bump yard from 0.9.34 to 0.9.35 by @dependabot in #77
- build: bump yard from 0.9.35 to 0.9.36 by @dependabot in #79
- build: bump rspec from 3.12.0 to 3.13.0 by @dependabot in #78
New Contributors
- @araujotadeu made their first contribution in #85
Full Changelog: 1.8.1...1.9.0
1.8.1
What's Changed
- fix(build_project_file_translation): error when the
eTag
param is passed by @artem-vavilov in #75 - ci: update codecov action by @andrii-bodnar in #73
Full Changelog: 1.8.0...1.8.1
1.8.0
What's Changed
- feat: Return the full API response if the
destination
param is not passed by @artem-vavilov in #69 (⚠️ Potential breaking change⚠️ ) - fix(add_storage): file upload by @artem-vavilov in #70
- chore: fix Gemfile.lock by @andrii-bodnar in #71
- ci: fix coverage report by @andrii-bodnar in #72
New Contributors
- @artem-vavilov made their first contribution in #70
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- feat: Added Support for Notification API by @MohanThanigaivelan in #56
- feat: Added Support For Applications API by @sugan0tech in #57
- build: update
rest-client
requirement from>= 2.0.0, < 2.1.0
to>= 2.0.0, < 2.2.0
by @dependabot in #62 - chore: fix rubocop warning by @andrii-bodnar in #52
- ci: automate the release process by @andrii-bodnar in #51
- ci: add the
repository_dispatch
event to the release workflow by @andrii-bodnar in #53 - ci: FOSSA Dependency Analysis by @andrii-bodnar in #60
- build(deps): setup dependabot and bump actions dependencies by @andrii-bodnar in #61
- ci: bump Ruby version by @andrii-bodnar in #64
New Contributors
- @MohanThanigaivelan made their first contribution in #56
- @sugan0tech made their first contribution in #57
- @dependabot made their first contribution in #62
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- feat: Support concordance and alignment API endpoints by @laasem in #40
- feat: bundle API by @Halle in #48
- ci: upgrade actions used in WFs by @andrii-bodnar in #41
- chore: conventional commits specification and readme improvements by @andrii-bodnar in #47
New Contributors
Full Changelog: 1.5.0...1.6.0
1.5.0
Added
- Documentation using Yard in #32 by @sabarish98
- Setup docs (crowdin.github.io/crowdin-api-client-ruby) in #33 by @andrii-bodnar
- Reports Settings Templates API in #28 by @sabarish98
- Glossaries API updates in #29 by @sabarish98
Updated
- Make query params required and raise corresponding error in #27 by @sabarish98
- Check method name passed to
fetch_all
to process in #35 by @sabarish98