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
- Added interactive `clarifai logout` command support with programmatic flags for non-interactive usage [(#933)](https://github.com/Clarifai/clarifai-python/pull/933)
5
+
- Added `--context` CLI flag to override active context on a per-command basis [(#919)](https://github.com/Clarifai/clarifai-python/pull/919)
6
+
7
+
### Changed
8
+
- Added visibility and `user_id` filtering support for Pipeline and Pipeline Step resources in CLI and builders [(#951)](https://github.com/Clarifai/clarifai-python/pull/951)
9
+
- Pipeline and Pipeline Step templates now initialize with `PRIVATE` visibility by default [(#951)](https://github.com/Clarifai/clarifai-python/pull/951)
10
+
- Dropped support for Modules and removed associated module components [(#949)](https://github.com/Clarifai/clarifai-python/pull/949)
11
+
12
+
### Fixed
13
+
- Fixed PAT creation URL in CLI login from `/settings/security` to `/settings/secrets`[(#950)](https://github.com/Clarifai/clarifai-python/pull/950)
14
+
- Fixed a serializer regression affecting runner serialization utilities [(#952)](https://github.com/Clarifai/clarifai-python/pull/952)
0 commit comments