File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77within the scope of the IICP Software axis (see [ ` VERSIONING.md ` ] ( https://github.com/RobLe3/iicp.network/blob/main/project/VERSIONING.md )
88in the main repo).
99
10+ ## [ 0.7.64] — 2026-06-20
11+
12+ ### Changed — provider-side IICP-CX
13+ - Provider nodes now persist an X25519 CX key locally and advertise the public half as
14+ ` cx_public_key ` during registration.
15+ - ` POST /v1/task ` decrypts incoming ` iicp_conf ` envelopes before invoking the task handler,
16+ closing the missing provider-side half of mandatory payload confidentiality.
17+ - Added regression coverage for CX key advertisement and encrypted task handling.
18+
1019## [ 0.7.63] — 2026-06-20
1120
1221### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " iicp-client"
7- version = " 0.7.63 "
7+ version = " 0.7.64 "
88description = " Official Python client SDK for the IICP protocol"
99readme = " README.md"
1010license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 5555 TaskResponse ,
5656)
5757
58- __version__ = "0.7.63 "
58+ __version__ = "0.7.64 "
5959__all__ = [
6060 "IicpClient" ,
6161 "IicpError" ,
You can’t perform that action at this time.
0 commit comments