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,22 @@ 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.59] — 2026-06-12
11+
12+ ### Security
13+
14+ - ** Per-Origin ` /v1/task ` rate limit (F4, #524 )** — caps browser-origin task
15+ dispatch (the CORS confused-deputy vector); non-browser callers (the
16+ operator's own authed traffic) are never throttled. 429 IICP-E023; default
17+ 120/60s, ` IICP_TASK_RATE_LIMIT ` overrides (0 disables).
18+
19+ ### Added — re-registration ownership proof (#529 )
20+
21+ - The node now sends ` current_node_token ` on re-registration when it holds a
22+ cached token, so an endpoint change after a tunnel/CGNAT rotation is accepted
23+ via the directory's IICP-E050 ownership path. Additive + backwards-compatible
24+ (directory accepts-but-does-not-require it).
25+
1026## [ 0.7.58] — 2026-06-12
1127
1228### Security — relay session cap (red-team F5)
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.58 "
7+ version = " 0.7.59 "
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.58 "
58+ __version__ = "0.7.59 "
5959__all__ = [
6060 "IicpClient" ,
6161 "IicpError" ,
You can’t perform that action at this time.
0 commit comments