Skip to content

Commit 2ba4a14

Browse files
changelog
1 parent 5ae07e3 commit 2ba4a14

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,24 @@
99
how a consumer would use the library or CLI tool (e.g. adding unit tests, updating documentation, etc) are not captured
1010
here.
1111

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.
29+
1230
## 2.2.4 - 2025-03-11
1331

1432
### Added

0 commit comments

Comments
 (0)