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
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,14 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
-`detect_batch` method for batch detections
13
13
14
14
### Changed
15
-
- Switched to v3 API which uses updated language detection model
16
-
- ⚠️ `simple_detect` method renamed to `detect_code`
15
+
- Switched to v3 API which uses an updated language detection model
17
16
- ⚠️ `detect` method result fields are `language` and `score`
18
-
- ⚠️ `detect` method no longer accept arrays - use `detect_batch` instead
19
-
- ⚠️ `user_status` method renamed to `account_status`
17
+
- ⚠️ `detect` for batch detection is deprecated, use `detect_batch` instead
18
+
- ⚠️ `simple_detect` deprecated, use `detect_code` instead
19
+
- ⚠️ `user_status` deprecated, use `account_status` instead
20
+
- ⚠️ `configuration` deprecated, use `config` instead
20
21
- ⚠️ Proxy URL configured using `config.proxy`
21
-
- HTTPS is used by default. Removed secure mode configuration.
22
-
- Client connection is reused. If you change configuration after client is initialized, you need to reset client using `DetectLanguage.client = nil`.
22
+
- Client connection is reused. If you change configuration after the client is initialized, you need to reset client using `DetectLanguage.client = nil`.
23
23
24
24
### Removed
25
+
- Secure mode configuration. HTTPS is always used.
0 commit comments