You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+52-67Lines changed: 52 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,187 +5,172 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
-
9
8
### Added
10
-
* Added `extraRequestParameters` option to text and document translation methods to pass arbitrary parameters in the request body. This can be used to access beta features or override built-in parameters (such as `target_lang`, `source_lang`, etc.).
9
+
- Added `extraRequestParameters` option to text and document translation methods to pass arbitrary parameters in the request body. This can be used to access beta features or override built-in parameters (such as `target_lang`, `source_lang`, etc.).
11
10
12
11
## [1.10.3] - 2025-08-22
13
12
### Security
14
-
* Updated `org.apache.httpcomponents:httpclient` to 4.5.14 due to [CVE-2020-13956](https://nvd.nist.gov/vuln/detail/CVE-2020-13956).
15
-
* Thanks to [warm-tune](https://github.com/warm-tune) for reporting in [#72](https://github.com/DeepLcom/deepl-java/issues/72).
16
-
13
+
- Updated `org.apache.httpcomponents:httpclient` to 4.5.14 due to [CVE-2020-13956](https://nvd.nist.gov/vuln/detail/CVE-2020-13956).
14
+
* Thanks to [warm-tune](https://github.com/warm-tune) for reporting in [#72](https://github.com/DeepLcom/deepl-java/issues/72).
17
15
18
16
## [1.10.2] - 2025-07-11
19
17
### Changed
20
-
* Migrate to Sonatype Portal OSSRH Staging API due to legacy OSSRH being sunsetted.
21
-
* Whitespace surrounding auth key is now stripped.
18
+
- Migrate to Sonatype Portal OSSRH Staging API due to legacy OSSRH being sunsetted.
19
+
- Whitespace surrounding auth key is now stripped.
22
20
* Thanks to [timazhum](https://github.com/timazhum) for the fix in [#64](https://github.com/DeepLcom/deepl-java/pull/69).
23
21
24
-
25
22
## [1.10.1] - 2025-06-18
26
23
### Fixed
27
-
* Fixed `DeepLClient::deleteMultilingualGlossary(String glossaryId)` being package private, made it public instead.
24
+
- Fixed `DeepLClient::deleteMultilingualGlossary(String glossaryId)` being package private, made it public instead.
28
25
* Thanks to [MTSxoff](https://github.com/MTSxoff) for the report in [#68](https://github.com/DeepLcom/deepl-java/issues/68) and the fix in [#69](https://github.com/DeepLcom/deepl-java/pull/69).
29
26
30
-
31
27
## [1.10.0] - 2025-04-30
32
28
### Added
33
-
* Added support for the /v3 Multilingual Glossary APIs in the client library
29
+
- Added support for the /v3 Multilingual Glossary APIs in the client library
34
30
while providing backwards compatability for the previous /v2 Glossary
0 commit comments