Releases: SC-Networks/deepl-api-connector
Releases · SC-Networks/deepl-api-connector
v4.0.0
What's Changed
- Check all Headers for json reponse by @WorksDev in #64
- Add several new languages by @usox in #65
- Update Dependencies & Apply some variable descriptions by @WorksDev in #67
- Throw RequestExeption on client- or server errors #68 by @usox in #69
- Implement method to retrieve supported languages by @usox in #70
- Remove source_lang from file translation request if empty by @usox in #71
- Add method to translate a batch of texts by @usox in #72
- Update Dependencies by @WorksDev in #74
- Bump guzzlehttp/psr7 from 2.4.4 to 2.5.0 by @dependabot in #75
- Bump nyholm/psr7 from 1.5.1 to 1.6.1 by @dependabot in #76
- Enable PHP8.3 in Build- Matrix by @WorksDev in #77
- Update Dependencies by @WorksDev in #79
- Update Github Workflows by @WorksDev in #80
- Update dependencies by @usox in #81
- Issue #47 : Glossary implementation by @Ciloe in #82
- Update dependencies by @usox in #83
- Add Rector Config & Apply some rules by @WorksDev in #84
- Bump symfony/process from 7.0.4 to 7.1.7 by @dependabot in #85
- Update dependencies by @usox in #88
- Move API key in request header and change body to json format (#89) by @cougargit in #90
- Update CHANGELOG.md by @cougargit in #91
New Contributors
- @dependabot made their first contribution in #75
- @cougargit made their first contribution in #90
Full Changelog: v3.0.4...v4.0.0
3.3.1 Bugfix Release
[3.3.1] - 2024-11-26
Fixed
- Remove some trailing commas to ensure php 7.4 compatibility (Thanks @datenfalke)
What's Changed
Full Changelog: 3.3.0...3.3.1
3.3.0 Feature Release
[3.3.0] - 2024-03-08
Added
- Add method for batch translation of multiple texts #42
- Add support for glossaries #47 (Thanks @Ciloe)
Full Changelog: 3.2.0...3.3.0
3.2.0 Feature Release
[3.2.0] - 2023-01-04
Added
- Add method for retrieving all supported languages by deepl
Fixed
- Erroneous responses due to server- or client-errors now throw a
RequestException
3.1.0 Feature Release
[3.1.0] - 2022-09-20
Added
- Add support for recently added languages (ukrainian, indonesian, turkish)
Full Changelog: v3.0.5...3.1.0
3.0.5 Maintenance Release
[3.0.5] - 2022-06-07
Fixed
- Correct deepl response header parsing for file submissions (the header has been changed upstream)
Full Changelog: v3.0.4...v3.0.5
3.0.4 Maintenance Release
[3.0.4] - 2022-04-27
Fixed
- Removed erroneous method call on ClientExceptionInterface instances in error
case (psr-18 migration aftermath)
What's Changed
- Remove
getResponse()
from the request exception by @Mistralys in #62 - thx.
Full Changelog: v3.0.3...v3.0.4
Bugfix Release
[3.0.3] - 2022-03-01
CHANGED
- File RequestHandler Method from get to post
Bugix Release
[3.0.2] - 2022-02-28
CHANGED
- FileStatus RequestHandler Method from get to post
Bugfix Release
[3.0.1] - 2022-02-25
Fixed
- File- Upload Error (invalid file data)