Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ in the main repo).

## [Unreleased]

## [0.7.108] — 2026-08-23

### Fixed — accurate IICP explanations

- Strengthen the bounded runtime-identity context so small or unfamiliar models identify IICP as the Intent-based Inter-agent Communication Protocol rather than expanding the acronym incorrectly.

### Security — deterministic unattended updates

- Install only the already selected stable version, retain retry state with bounded backoff, and never fall back to an unconstrained package update.

## [0.7.107] — 2026-08-23

### Release coordination
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ What good looks like:
```bash
iicp-node --help # shows query, serve, proxy, mcp-gateway, credits, ...
which iicp-node # points to your Python environment
iicp-node --version # prints iicp-node 0.7.107 or newer
iicp-node --version # prints iicp-node 0.7.108 or newer
```

The query command contacts the public directory, discovers a matching live node,
Expand Down Expand Up @@ -213,7 +213,7 @@ base URL. Full guide: <https://iicp.network/docs/proxy>

## Keep provider nodes current

The current public release line is **0.7.107**. Upgrade through your package
The current public release line is **0.7.108**. Upgrade through your package
manager before troubleshooting an older installation. Routing profiles can
refuse remote dispatch before a prompt leaves the client; use `sensitive` for
local-only work, `eu-restricted` for EU/EEA routing, or `strict-policy` when a
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "iicp-client"
version = "0.7.107"
version = "0.7.108"
description = "Use the open IICP AI mesh from Python without running a node"
readme = "README.md"
license = {text = "Apache-2.0"}
Expand Down
2 changes: 1 addition & 1 deletion src/iicp_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
TaskResponse,
)

__version__ = "0.7.107"
__version__ = "0.7.108"
__all__ = [
"IicpClient",
"IicpError",
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading