Skip to content

Releases: SC-Networks/deepl-api-connector

v4.0.0

06 Feb 14:49
Compare
Choose a tag to compare

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

26 Nov 09:15
Compare
Choose a tag to compare

[3.3.1] - 2024-11-26

Fixed

  • Remove some trailing commas to ensure php 7.4 compatibility (Thanks @datenfalke)

What's Changed

  • Apply some fixes related to php-versions by @usox in #87

Full Changelog: 3.3.0...3.3.1

3.3.0 Feature Release

08 Mar 07:57
de72f35
Compare
Choose a tag to compare

[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

04 Jan 08:15
215630a
Compare
Choose a tag to compare

[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

20 Sep 11:51
4e9be2e
Compare
Choose a tag to compare

[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

07 Jun 09:00
Compare
Choose a tag to compare

[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

27 Apr 12:17
222006a
Compare
Choose a tag to compare

[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

01 Mar 07:46
50520c0
Compare
Choose a tag to compare

[3.0.3] - 2022-03-01

CHANGED

  • File RequestHandler Method from get to post

Bugix Release

28 Feb 19:42
92c4ae1
Compare
Choose a tag to compare

[3.0.2] - 2022-02-28

CHANGED

  • FileStatus RequestHandler Method from get to post

Bugfix Release

25 Feb 12:53
e1545dd
Compare
Choose a tag to compare

[3.0.1] - 2022-02-25

Fixed

  • File- Upload Error (invalid file data)