Skip to content

Commit be7e29d

Browse files
Release 12.2.1 (#953)
1 parent dcc208f commit be7e29d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [[12.2.1]](https://github.com/Clarifai/clarifai-python/releases/tag/12.2.1) - [PyPI](https://pypi.org/project/clarifai/12.2.1/) - 2026-02-19
2+
3+
### Added
4+
- 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)
15+
116
## [[12.2.0]](https://github.com/Clarifai/clarifai-python/releases/tag/12.2.0) - [PyPI](https://pypi.org/project/clarifai/12.2.0/) - 2026-02-13
217

318
### Added

clarifai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "12.2.0"
1+
__version__ = "12.2.1"

0 commit comments

Comments
 (0)