Skip to content

Commit ff1d4da

Browse files
committed
chore(release): v7.1.1
1 parent e3baff8 commit ff1d4da

29 files changed

Lines changed: 87 additions & 63 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2424
- `@agent-relay/slack-primitive` bumps `@slack/web-api` to `^7.16.0`, which raises its transitive `axios` floor to `^1.16.0` and clears GHSA-q8qp-cvcw-x6jj (prototype pollution gadgets in HTTP adapter allowing credential injection) and GHSA-3w6x-2g7m-8v23 (invisible JSON response tampering via `parseReviver`).
2525
- `agent-relay-sdk` drops the `[swarms]` optional extra so `swarms` (and its pinned `litellm==1.76.1`) is no longer a transitive dependency, clearing the LiteLLM Dependabot alerts. The Swarms adapter still works for users who `pip install swarms` themselves.
2626

27+
## [7.1.1] - 2026-05-25
28+
29+
### Changed
30+
31+
- Cache nested workspace node_modules
32+
- Update README to reflect new features and remove old content
33+
- Prune unused root dependencies
34+
- Add three-way demo and update README
35+
36+
### Fixed
37+
38+
- Bump relayfile-mount binary v0.1.6 -> v0.7.39
39+
- Externalize @slack/web-api in build:cjs + declare as root dep
40+
- Bump quinn-proto to 0.11.14 to address Dependabot alert
41+
- Drop swarms extra to clear litellm Dependabot alerts
42+
- Run package validation smoke before tarball cleanup
43+
44+
### Security
45+
46+
- Bump protobufjs and fast-xml-builder to clear high-severity alerts
47+
- Bump fast-uri to 3.1.2 to clear path-traversal & host-confusion
48+
- Bump ws to 8.21.0 to clear uninitialized memory disclosure
49+
- Bump @slack/web-api to ^7.16.0 to clear axios prototype pollution
50+
2751
## [7.1.0] - 2026-05-22
2852

2953
### Changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-relay",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Real-time agent-to-agent communication system",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -131,14 +131,14 @@
131131
},
132132
"homepage": "https://github.com/AgentWorkforce/relay#readme",
133133
"dependencies": {
134-
"@agent-relay/cloud": "7.1.0",
135-
"@agent-relay/config": "7.1.0",
136-
"@agent-relay/hooks": "7.1.0",
137-
"@agent-relay/memory": "7.1.0",
138-
"@agent-relay/sdk": "7.1.0",
139-
"@agent-relay/telemetry": "7.1.0",
140-
"@agent-relay/trajectory": "7.1.0",
141-
"@agent-relay/utils": "7.1.0",
134+
"@agent-relay/cloud": "7.1.1",
135+
"@agent-relay/config": "7.1.1",
136+
"@agent-relay/hooks": "7.1.1",
137+
"@agent-relay/memory": "7.1.1",
138+
"@agent-relay/sdk": "7.1.1",
139+
"@agent-relay/telemetry": "7.1.1",
140+
"@agent-relay/trajectory": "7.1.1",
141+
"@agent-relay/utils": "7.1.1",
142142
"@modelcontextprotocol/sdk": "^1.0.0",
143143
"@relayauth/core": "^0.1.2",
144144
"@relaycast/mcp": "1.0.0",

packages/acp-bridge/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/acp-bridge",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "ACP (Agent Client Protocol) bridge for Agent Relay - expose relay agents to ACP-compatible editors like Zed",
55
"type": "module",
66
"main": "dist/index.js",
@@ -46,7 +46,7 @@
4646
"access": "public"
4747
},
4848
"dependencies": {
49-
"@agent-relay/sdk": "7.1.0",
49+
"@agent-relay/sdk": "7.1.1",
5050
"@agentclientprotocol/sdk": "^0.12.0"
5151
},
5252
"devDependencies": {

packages/agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/agent",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -19,7 +19,7 @@
1919
"typecheck": "tsc -p tsconfig.json --noEmit"
2020
},
2121
"dependencies": {
22-
"@agent-relay/events": "7.1.0",
22+
"@agent-relay/events": "7.1.1",
2323
"@relaycast/sdk": "1.1.2",
2424
"@relayfile/sdk": "^0.7.2"
2525
},

packages/brand/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/brand",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "Shared brand tokens, CSS variables, and color system for Agent Relay and associated properties",
55
"main": "brand.css",
66
"style": "brand.css",

packages/broker-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-darwin-arm64",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "agent-relay-broker binary for darwin arm64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-darwin-x64",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "agent-relay-broker binary for darwin x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-linux-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-linux-arm64",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "agent-relay-broker binary for linux arm64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-linux-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-linux-x64",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "agent-relay-broker binary for linux x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/broker-win32-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent-relay/broker-win32-x64",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"description": "agent-relay-broker binary for win32 x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

0 commit comments

Comments
 (0)