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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,24 @@
9
9
how a consumer would use the library or CLI tool (e.g. adding unit tests, updating documentation, etc) are not captured
10
10
here.
11
11
12
+
## Unreleased
13
+
14
+
### Added
15
+
16
+
-`watchlists.v2` methods are added to the SDK, for parity with the API.
17
+
- New CLI watchlist commands `list-excluded-actors` and `list-included-actors` to replace the deprecated `list-excluded-users` and `list-included-users`.
18
+
19
+
### Updated
20
+
21
+
- The CLI's `watchlists` commands now use the v2 watchlist API. These commands correctly use `actor_id` instead of `user_id`. While the previous user_id parameters will still work for now, we recommend that users switch as soon as possible to using actor_id instead.
22
+
23
+
### Deprecated
24
+
25
+
- Devices methods in the SDK and CLI are deprecated. Use the Agents methods instead.
26
+
- Risk Profiles methods in the SDK and CLI, already deprecated, are more clearly marked.
27
+
- The SDK's `watchlists.v1` methods are deprecated.
28
+
- The CLI's watchlist group `list-excluded-users` and `list-included-users` commands are deprecated. Use `list-excluded-actors` and `list-included-actors` instead.
0 commit comments