Skip to content

Commit 918e6c2

Browse files
release 12.2.2 (#963)
1 parent 399729d commit 918e6c2

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.2]](https://github.com/Clarifai/clarifai-python/releases/tag/12.2.2) - [PyPI](https://pypi.org/project/clarifai/12.2.2/) - 2026-02-26
2+
3+
### Added
4+
- Added App CRUD commands and `clarifai whoami` to the CLI [(#958)](https://github.com/Clarifai/clarifai-python/pull/958)
5+
- Added health check configuration for `clarifai model local-runner` via `--health-check-port`, `--disable-health-check`, and `--auto-find-health-check-port` flags [(#957)](https://github.com/Clarifai/clarifai-python/pull/957)
6+
7+
### Changed
8+
- Improved CLI performance by lazily loading modules and reducing startup overhead [(#958)](https://github.com/Clarifai/clarifai-python/pull/958)
9+
- Converted GitHub Copilot contributor instructions into modular agent skills with a symlink-based structure [(#935)](https://github.com/Clarifai/clarifai-python/pull/935)
10+
11+
### Fixed
12+
- Fixed env var clobbering in tests by using `@patch.dict` and corrected test patch paths after the CLI lazy-loading refactor [(#959)](https://github.com/Clarifai/clarifai-python/pull/959)
13+
- Fixed `ModelRunner` health server startup being invoked twice, which could cause “Address already in use” errors; added support to disable the health server and optionally auto-select an available port [(#957)](https://github.com/Clarifai/clarifai-python/pull/957)
14+
- Reduced overhead in the admission control poll loop in `ModelRunner` to improve runner efficiency [(#956)](https://github.com/Clarifai/clarifai-python/pull/956)
15+
116
## [[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
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.1"
1+
__version__ = "12.2.2"

0 commit comments

Comments
 (0)