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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.3.0 - 2025-03-18
Added
watchlists.v2 methods are added to the SDK, for parity with the API.
New CLI watchlist commands list-excluded-actors and list-included-actors to replace the deprecated list-excluded-users and list-included-users.
Updated
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.
Fixed
A bug where the api endpoint used to download audit log events was incorrect.
Deprecated
Devices methods in the SDK and CLI are deprecated. Use the Agents methods instead.
Risk Profiles methods in the SDK and CLI, already deprecated, are more clearly marked.
The SDK's watchlists.v1 methods are deprecated.
The CLI's watchlist group list-excluded-users and list-included-users commands are deprecated. Use list-excluded-actors and list-included-actors instead.