Skip to content

Commit ee15b2c

Browse files
committed
chore(release): v0.10.30
1 parent e50bff8 commit ee15b2c

20 files changed

Lines changed: 105 additions & 75 deletions

File tree

package-lock.json

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "relayfile",
33
"license": "Apache-2.0",
44
"private": true,
5-
"version": "0.10.29",
5+
"version": "0.10.30",
66
"description": "relayfile — real-time filesystem for humans and agents",
77
"workspaces": [
88
"packages/core",

packages/agents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/agents",
3-
"version": "0.10.29",
3+
"version": "0.10.30",
44
"description": "Thin agent-framework adapters for Relayfile. One connect() call, ready tools, proven writeback lifecycle.",
55
"license": "Apache-2.0",
66
"type": "module",
@@ -48,7 +48,7 @@
4848
"@langchain/core": ">=0.3",
4949
"@langchain/langgraph": ">=0.2",
5050
"@openai/agents": ">=0",
51-
"@relayfile/sdk": "^0.10.29",
51+
"@relayfile/sdk": "^0.10.30",
5252
"ai": ">=4"
5353
},
5454
"peerDependenciesMeta": {
@@ -75,7 +75,7 @@
7575
"@langchain/core": "^0.3.25",
7676
"@langchain/langgraph": "^0.2.31",
7777
"@openai/agents": "^0.0.13",
78-
"@relayfile/sdk": "0.10.29",
78+
"@relayfile/sdk": "0.10.30",
7979
"@types/node": "^20.19.43",
8080
"ai": "^4.0.20",
8181
"typescript": "^5.5.4"

packages/cli/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.10.30] - 2026-07-18
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.29] - 2026-07-18
1216

1317
_No user-visible changes in this release._
@@ -540,7 +544,8 @@ _No user-visible changes in this release._
540544
### Fixed
541545
- Upload raw binaries to GitHub releases. ([#34])
542546

543-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.29...HEAD
547+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.30...HEAD
548+
[0.10.30]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.30
544549
[0.10.29]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.29
545550
[0.10.28]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.28
546551
[0.10.27]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.27

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "relayfile",
3-
"version": "0.10.29",
3+
"version": "0.10.30",
44
"description": "CLI for relayfile — real-time filesystem for humans and agents",
55
"bin": {
66
"relayfile": "scripts/run.js"

packages/client/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to this package will be documented in this file.
66

77
_No unreleased changes._
88

9+
## [0.10.30] - 2026-07-18
10+
11+
_No user-visible changes in this release._
12+
913
## [0.10.29] - 2026-07-18
1014

1115
_No user-visible changes in this release._
@@ -50,7 +54,8 @@ _No user-visible changes in this release._
5054

5155
- Added the initial typed relayfile control-plane client.
5256

53-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.29...HEAD
57+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.30...HEAD
58+
[0.10.30]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.30
5459
[0.10.29]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.29
5560
[0.10.28]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.28
5661
[0.10.27]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.27

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/client",
3-
"version": "0.10.29",
3+
"version": "0.10.30",
44
"description": "Typed client for the relayfile local control-plane (unix-socket HTTP/JSON), generated from the authoritative OpenAPI contract",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.10.30] - 2026-07-18
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.29] - 2026-07-18
1216

1317
_No user-visible changes in this release._
@@ -512,7 +516,8 @@ _No user-visible changes in this release._
512516
### Added
513517
- Optional `contentIdentity` on write operations, enabling server-side deduplication of identical payloads. ([#54])
514518

515-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.29...HEAD
519+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.30...HEAD
520+
[0.10.30]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.30
516521
[0.10.29]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.29
517522
[0.10.28]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.28
518523
[0.10.27]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.27

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@relayfile/core",
3-
"version": "0.10.29",
3+
"version": "0.10.30",
44
"description": "Shared business logic for relayfile — file operations, ACL, queries, events, and writeback lifecycle",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/file-observer/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
_No unreleased changes._
1010

11+
## [0.10.30] - 2026-07-18
12+
13+
_No user-visible changes in this release._
14+
1115
## [0.10.29] - 2026-07-18
1216

1317
_No user-visible changes in this release._
@@ -511,7 +515,8 @@ Initial release.
511515
### Added
512516
- Dashboard workflow for visualizing relayfile filesystem activity in real time. ([#40])
513517

514-
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.29...HEAD
518+
[Unreleased]: https://github.com/AgentWorkforce/relayfile/compare/v0.10.30...HEAD
519+
[0.10.30]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.30
515520
[0.10.29]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.29
516521
[0.10.28]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.28
517522
[0.10.27]: https://github.com/AgentWorkforce/relayfile/releases/tag/v0.10.27

0 commit comments

Comments
 (0)