diff --git a/.changeset/fix-cross-version-sig-verify.md b/.changeset/fix-cross-version-sig-verify.md index 9191af9..50709ce 100644 --- a/.changeset/fix-cross-version-sig-verify.md +++ b/.changeset/fix-cross-version-sig-verify.md @@ -1,5 +1,5 @@ --- -"@resciencelab/agent-world-sdk": patch +"@resciencelab/agent-world-network": patch --- Fix cross-version HTTP signature verification: use sender's X-AgentWorld-Version header instead of local PROTOCOL_VERSION when reconstructing signing input, so gateway and peers running different SDK minor versions can still verify each other's signatures.