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