Skip to content

Commit d67f6de

Browse files
committed
chore(release): v8.3.0
1 parent b11c257 commit d67f6de

18 files changed

Lines changed: 43 additions & 33 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139139
- `agent-relay-sdk` refreshes `packages/sdk-py/uv.lock` to clear 20 transitive CVEs across `urllib3` (2.6.3→2.7.0), `gitpython` (3.1.46→3.1.50), `pillow` (12.1.1→12.2.0), `python-multipart` (0.0.22→0.0.29), `cryptography` (46.0.6→48.0.0), `authlib` (1.6.9→1.7.2), `idna` (3.11→3.16), `python-dotenv` (1.1.1→1.2.2), `pytest` (9.0.2→9.0.3), and `uv` (0.9.30→0.11.16). Only `starlette` PYSEC-2026-161 remains pending an upstream `google-adk` upper-bound bump.
140140
- `gemini-relay-extension` refreshes its `package-lock.json` to clear `fast-uri` (GHSA path-traversal via percent-encoded dots) and `path-to-regexp` (GHSA sequential-optional-groups DoS), plus moderate alerts on `hono`, `qs`, `ip-address`, `express-rate-limit`, and `@hono/node-server`.
141141

142+
## [8.3.0] - 2026-06-05
143+
144+
### Added
145+
146+
- Add Grok CLI harness
147+
148+
### Changed
149+
150+
- Add local workflow run commands
151+
142152
## [8.2.0] - 2026-06-04
143153

144154
### Added

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/monorepo",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"private": true,
55
"description": "Agent Relay monorepo",
66
"type": "module",

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": "8.2.0",
3+
"version": "8.3.0",
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": "8.2.0",
3+
"version": "8.3.0",
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": "8.2.0",
3+
"version": "8.3.0",
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": "8.2.0",
3+
"version": "8.3.0",
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": "8.2.0",
3+
"version": "8.3.0",
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": "8.2.0",
3+
"version": "8.3.0",
44
"description": "agent-relay-broker binary for win32 x64. Installed automatically as an optional dependency of @agent-relay/sdk.",
55
"files": [
66
"bin"

packages/cli/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-relay",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"description": "Real-time agent-to-agent communication system",
55
"type": "module",
66
"main": "dist/index.cjs",
@@ -43,11 +43,11 @@
4343
"pack:validate": "npm pack --dry-run"
4444
},
4545
"dependencies": {
46-
"@agent-relay/cloud": "8.2.0",
47-
"@agent-relay/config": "8.2.0",
48-
"@agent-relay/harness-driver": "8.2.0",
49-
"@agent-relay/sdk": "8.2.0",
50-
"@agent-relay/utils": "8.2.0",
46+
"@agent-relay/cloud": "8.3.0",
47+
"@agent-relay/config": "8.3.0",
48+
"@agent-relay/harness-driver": "8.3.0",
49+
"@agent-relay/sdk": "8.3.0",
50+
"@agent-relay/utils": "8.3.0",
5151
"@modelcontextprotocol/sdk": "^1.0.0",
5252
"@relaycast/sdk": "^2.5.1",
5353
"@relayflows/cli": "^1.0.1",

packages/cloud/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/cloud",
3-
"version": "8.2.0",
3+
"version": "8.3.0",
44
"description": "Cloud SDK for Agent Relay — auth, workflow execution, and provider connections",
55
"type": "module",
66
"main": "dist/index.js",
@@ -43,7 +43,7 @@
4343
"test:watch": "vitest"
4444
},
4545
"dependencies": {
46-
"@agent-relay/config": "8.2.0",
46+
"@agent-relay/config": "8.3.0",
4747
"@aws-sdk/client-s3": "3.1020.0",
4848
"ignore": "^7.0.5",
4949
"tar": "^7.5.10"

0 commit comments

Comments
 (0)