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
Please refer to the README for usage instructions.
19
+
8
20
### Changed
9
21
- Updated formality tests to accept either formal or informal output when using default formality,
10
22
since the default formality is automatic.
11
23
- Updated `testModelType()` to just check if the `model_type_used` is non-null if the `model_type` is specified in the request
12
24
- Updated `testMixedDirectionText()` to add a missing `</p>` tag
13
25
- Improved `NotFoundException` error message by removing the misleading "check server_url" suggestion.
14
26
27
+
### Fixed
28
+
- Fixed PATCH requests (`sendPatchRequestWithBackoff`) not retrying on 429/5xx errors despite
29
+
the method name promising backoff behavior. PATCH requests now use the same retry logic as all
30
+
other HTTP methods.
31
+
15
32
## [1.14.0] - 2025-12-10
16
33
### Added
17
34
- Added `setTagHandlingVersion()` method to `TextTranslationOptions` to specify which version of the tag handling algorithm to use. Options are `v1` and `v2`.
0 commit comments