Skip to content

Commit f387170

Browse files
authored
Bump version to 12.1.7 and update changelog (#930)
Release version 12.1.7
1 parent 6fb2c47 commit f387170

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [[12.1.7]](https://github.com/Clarifai/clarifai-python/releases/tag/12.1.7) - [PyPI](https://pypi.org/project/clarifai/12.1.7/) - 2026-02-06
2+
3+
### Added
4+
- Thread Configuration Management: Added functionality to pass num_threads from config.yaml to the model version protobuf.
5+
6+
### Changed
7+
- Docker Entrypoint: Switched to tini as the default entrypoint in Dockerfile templates to improve signal handling and zombie process reaping within runner containers.
8+
9+
### Fixed
10+
- Stdio MCP Server: Refactored the Model Context Protocol (MCP) server to improve logging clarity and remove unused legacy code.
11+
112
## [[12.1.6]](https://github.com/Clarifai/clarifai-python/releases/tag/12.1.6) - [PyPI](https://pypi.org/project/clarifai/12.1.6/) - 2026-01-26
213

314
### Added

clarifai/__init__.py

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

0 commit comments

Comments
 (0)