chore(deps): Update dependency com.deepl.api:deepl-java to v1.14.0#30
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): Update dependency com.deepl.api:deepl-java to v1.14.0#30renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
8e4ae56 to
938de98
Compare
938de98 to
5d590e0
Compare
5d590e0 to
9bdf3c0
Compare
9bdf3c0 to
6adb461
Compare
6adb461 to
bc01f9d
Compare
bc01f9d to
d361a6b
Compare
d361a6b to
03beb59
Compare
03beb59 to
d080a7a
Compare
d080a7a to
e9dc3dc
Compare
e9dc3dc to
80a7d43
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.0→1.14.0Release Notes
DeepLcom/deepl-java (com.deepl.api:deepl-java)
v1.14.0Added
setTagHandlingVersion()method toTextTranslationOptionsto specify which version of the tag handling algorithm to use. Options arev1andv2.v1.13.0Added
Added
setCustomInstructions()method toTextTranslationOptionstocustomize translation behavior with up to 10 instructions (max 300 characters
each). Only supported for target languages:
de,en,es,fr,it,ja,ko,zhand their variants.Note: using the custom instructions parameter will use
quality_optimizedmodel type as the default. Requests combining custom instructions and the
latency_optimizedmodel type will be rejected.v1.12.0Added
GET /v3/style_rulesendpoint in the client library, theimplementation can be found in the
DeepLClientclass. Please refer to theREADME for usage instructions
styleIdoption totranslateText()which allows text translation withstyle rules.
v1.11.0Added
extraRequestParametersoption 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 astarget_lang,source_lang, etc.).v1.10.3Security
org.apache.httpcomponents:httpclientto 4.5.14 due to CVE-2020-13956.v1.10.2Changed
v1.10.1Fixed
DeepLClient::deleteMultilingualGlossary(String glossaryId)being package private, made it public instead.v1.10.0Added
while providing backwards compatability for the previous /v2 Glossary
endpoints. Please refer to the README or
upgrading_to_multilingual_glossaries.md
for usage instructions.
v1.9.0Added
API subscription that includes an API key for CAT tool usage, who need to use
the v1 API.
v1.8.1Fixed
DeepLClientthat only takes anauthKey, to fix theREADME example and be in line with
Translator.TranslatorandTranslatorOptionsclass and moved it totheir constructors. The functionality in them continues to work and be supported,
user code should just use
DeepLClientandDeepLClientOptions.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.