Skip to content

Commit b11ea58

Browse files
committed
v1.0.2
1 parent a866c9b commit b11ea58

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [Version 1.0.2](https://github.com/dataiku/dss-plugin-deepl-translation/releases/tag/v1.0.2) - Support release - 2026-01
4+
5+
- ✨ Fix API authentication after [DeepL's deprecation of query parameter and request body authentication](https://developers.deepl.com/docs/resources/breaking-changes-change-notices/november-2025-deprecation-of-legacy-auth-methods)
6+
37
## [Version 1.0.1](https://github.com/dataiku/dss-plugin-deepl-translation/releases/tag/v1.0.1) - Support release - 2023-04
48

59
- ✨ Added support for Python 3.8-3.11

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021-2023 Dataiku
189+
Copyright 2021-2026 Dataiku
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "nlp-deepl-translation",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"meta": {
55
"label": "DeepL Translation",
66
"category": "Natural Language Processing",

0 commit comments

Comments
 (0)