Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
{
"packages/transport/blocks": "3.1.8",
"packages/transport/blocks-interface": "1.5.2",
"packages/utils/cache": "2.2.0",
"packages/programs/clock-service": "3.2.23",
"packages/utils/crypto": "2.4.1",
"packages/programs/data/document/document": "12.3.5",
"packages/programs/acl/identity-access-controller": "5.3.6",
"packages/transport/libp2p-test-utils": "2.2.0",
"packages/log": "5.0.10",
"packages/transport/blocks": "4.0.0",
"packages/transport/blocks-interface": "2.0.0",
"packages/utils/cache": "3.0.0",
"packages/programs/clock-service": "3.2.24",
"packages/utils/crypto": "3.0.0",
"packages/programs/data/document/document": "13.0.0",
"packages/programs/acl/identity-access-controller": "6.0.0",
"packages/transport/libp2p-test-utils": "3.0.0",
"packages/log": "6.0.0",
"packages/utils/logger": "2.0.0",
"packages/programs/program": "5.3.6",
"packages/clients/canonical/client": "1.1.2",
"packages/clients/canonical/host": "1.0.4",
"packages/clients/canonical/client": "1.1.3",
"packages/clients/canonical/host": "1.0.5",
"packages/clients/canonical/transport": "1.0.0",
"packages/transport/pubsub": "4.1.4",
"packages/transport/pubsub-interface": "4.1.2",
"packages/programs/rpc": "5.4.20",
"packages/clients/peerbit-server/node": "5.10.14",
"packages/programs/data/shared-log": "12.3.5",
"packages/programs/data/shared-log/proxy": "1.0.6",
"packages/transport/stream": "4.6.0",
"packages/transport/stream-interface": "5.4.0",
"packages/programs/data/string": "5.1.22",
"packages/clients/test-utils": "2.3.19",
"packages/utils/time": "2.3.0",
"packages/programs/acl/trusted-network": "5.1.6",
"packages/clients/peerbit": "4.4.19",
"packages/clients/peerbit-react": "0.2.3",
"packages/utils/any-store/any-store": "2.2.4",
"packages/utils/keychain": "1.2.4",
"packages/transport/pubsub": "5.0.0",
"packages/transport/pubsub-interface": "5.0.0",
"packages/programs/rpc": "6.0.0",
"packages/clients/peerbit-server/node": "6.0.0",
"packages/programs/data/shared-log": "13.0.0",
"packages/programs/data/shared-log/proxy": "2.0.0",
"packages/transport/stream": "5.0.0",
"packages/transport/stream-interface": "6.0.0",
"packages/programs/data/string": "5.1.23",
"packages/clients/test-utils": "3.0.0",
"packages/utils/time": "3.0.0",
"packages/programs/acl/trusted-network": "6.0.0",
"packages/clients/peerbit": "5.0.0",
"packages/clients/peerbit-react": "1.0.0",
"packages/utils/any-store/any-store": "2.2.5",
"packages/utils/keychain": "1.2.5",
"packages/utils/any-store/interface": "1.1.0",
"packages/utils/any-store/opfs": "1.1.3",
"packages/utils/any-store/proxy": "1.0.4",
"packages/programs/data/document/interface": "3.2.4",
"packages/utils/indexer/interface": "2.1.1",
"packages/utils/indexer/simple": "1.2.2",
"packages/utils/indexer/cached-index": "0.2.2",
"packages/utils/indexer/sqlite3": "2.1.2",
"packages/utils/indexer/tests": "2.0.1",
"packages/clients/vite": "1.1.11",
"packages/utils/any-store/opfs": "1.1.4",
"packages/utils/any-store/proxy": "1.0.5",
"packages/programs/data/document/interface": "3.2.5",
"packages/utils/indexer/interface": "3.0.0",
"packages/utils/indexer/simple": "1.2.3",
"packages/utils/indexer/cached-index": "0.2.3",
"packages/utils/indexer/sqlite3": "3.0.0",
"packages/utils/indexer/tests": "3.0.0",
"packages/clients/vite": "2.0.0",
"packages/utils/rateless-iblt": "1.2.0",
"packages/utils/build-assets": "1.1.0",
"packages/programs/data/document/react": "0.6.6",
"packages/programs/data/document/proxy": "1.0.6",
"packages/programs/program/react": "0.4.2",
"packages/programs/program/program": "5.6.3"
"packages/programs/data/document/react": "1.0.0",
"packages/programs/data/document/proxy": "2.0.0",
"packages/programs/program/react": "0.4.3",
"packages/programs/program/program": "6.0.0"
}
10 changes: 10 additions & 0 deletions packages/clients/canonical/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.3](https://github.com/dao-xyz/peerbit/compare/canonical-client-v1.1.2...canonical-client-v1.1.3) (2026-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @peerbit/crypto bumped to 3.0.0
* @peerbit/program bumped to 6.0.0

## [1.1.2](https://github.com/dao-xyz/peerbit/compare/canonical-client-v1.1.1...canonical-client-v1.1.2) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/canonical/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/canonical-client",
"version": "1.1.2",
"version": "1.1.3",
"description": "Client helpers for connecting to a Peerbit canonical runtime",
"author": "dao.xyz",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/clients/canonical/host/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.5](https://github.com/dao-xyz/peerbit/compare/canonical-host-v1.0.4...canonical-host-v1.0.5) (2026-03-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @peerbit/crypto bumped to 3.0.0
* peerbit bumped to 5.0.0
* devDependencies
* @peerbit/canonical-client bumped to 1.1.3

## [1.0.4](https://github.com/dao-xyz/peerbit/compare/canonical-host-v1.0.3...canonical-host-v1.0.4) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/canonical/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/canonical-host",
"version": "1.0.4",
"version": "1.0.5",
"description": "Peerbit canonical runtime host implementation (worker/server)",
"author": "dao.xyz",
"license": "MIT",
Expand Down
25 changes: 25 additions & 0 deletions packages/clients/peerbit-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [1.0.0](https://github.com/dao-xyz/peerbit/compare/react-v0.2.3...react-v1.0.0) (2026-03-01)


### ⚠ BREAKING CHANGES

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582))

### Features

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582)) ([3f16953](https://github.com/dao-xyz/peerbit/commit/3f16953f1048e6f6dda7229fb30de6d3e7e0476b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @peerbit/canonical-client bumped to 1.1.3
* @peerbit/program-react bumped to 0.4.3
* @peerbit/crypto bumped to 3.0.0
* @peerbit/program bumped to 6.0.0
* @peerbit/indexer-interface bumped to 3.0.0
* peerbit bumped to 5.0.0
* devDependencies
* @peerbit/time bumped to 3.0.0

## [0.2.3](https://github.com/dao-xyz/peerbit/compare/react-v0.2.2...react-v0.2.3) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/peerbit-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/react",
"version": "0.2.3",
"version": "1.0.0",
"description": "React bindings for Peerbit clients",
"sideEffects": false,
"type": "module",
Expand Down
25 changes: 25 additions & 0 deletions packages/clients/peerbit-server/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,31 @@
* devDependencies
* @peerbit/test-utils bumped from 2.0.31 to 2.0.32

## [6.0.0](https://github.com/dao-xyz/peerbit/compare/server-v5.10.14...server-v6.0.0) (2026-03-01)


### ⚠ BREAKING CHANGES

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582))

### Features

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582)) ([3f16953](https://github.com/dao-xyz/peerbit/commit/3f16953f1048e6f6dda7229fb30de6d3e7e0476b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* peerbit bumped to 5.0.0
* @peerbit/blocks bumped to 4.0.0
* @peerbit/crypto bumped to 3.0.0
* @peerbit/program bumped to 6.0.0
* @peerbit/pubsub bumped to 5.0.0
* @peerbit/time bumped to 3.0.0
* devDependencies
* @peerbit/test-utils bumped to 3.0.0

## [5.10.14](https://github.com/dao-xyz/peerbit/compare/server-v5.10.13...server-v5.10.14) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/peerbit-server/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/server",
"version": "5.10.14",
"version": "6.0.0",
"author": "dao.xyz",
"repository": {
"type": "git",
Expand Down
30 changes: 30 additions & 0 deletions packages/clients/peerbit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,36 @@
* @peerbit/pubsub bumped from ^3.0.4 to ^3.0.5
* @peerbit/blocks bumped from ^2.0.31 to ^2.0.32

## [5.0.0](https://github.com/dao-xyz/peerbit/compare/peerbit-v4.4.19...peerbit-v5.0.0) (2026-03-01)


### ⚠ BREAKING CHANGES

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582))

### Features

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582)) ([3f16953](https://github.com/dao-xyz/peerbit/commit/3f16953f1048e6f6dda7229fb30de6d3e7e0476b))
* **peerbit:** define dial readiness semantics for fanout ([#613](https://github.com/dao-xyz/peerbit/issues/613)) ([c485a73](https://github.com/dao-xyz/peerbit/commit/c485a737fd037ee4c12ba99f1d47560c5993da70))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @peerbit/any-store bumped to 2.2.5
* @peerbit/any-store-opfs bumped to 1.1.4
* @peerbit/crypto bumped to 3.0.0
* @peerbit/indexer-interface bumped to 3.0.0
* @peerbit/time bumped to 3.0.0
* @peerbit/keychain bumped to 1.2.5
* @peerbit/indexer-simple bumped to 1.2.3
* @peerbit/indexer-sqlite3 bumped to 3.0.0
* @peerbit/program bumped to 6.0.0
* @peerbit/blocks bumped to 4.0.0
* @peerbit/pubsub bumped to 5.0.0
* @peerbit/stream-interface bumped to 6.0.0

## [4.4.19](https://github.com/dao-xyz/peerbit/compare/peerbit-v4.4.18...peerbit-v4.4.19) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/peerbit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peerbit",
"version": "4.4.19",
"version": "5.0.0",
"description": "Peerbit client",
"author": "dao.xyz",
"license": "MIT",
Expand Down
29 changes: 29 additions & 0 deletions packages/clients/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,35 @@
* dependencies
* peerbit bumped from 4.0.6 to 4.0.7

## [3.0.0](https://github.com/dao-xyz/peerbit/compare/test-utils-v2.3.19...test-utils-v3.0.0) (2026-03-01)


### ⚠ BREAKING CHANGES

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582))

### Features

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582)) ([3f16953](https://github.com/dao-xyz/peerbit/commit/3f16953f1048e6f6dda7229fb30de6d3e7e0476b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @peerbit/any-store bumped to 2.2.5
* @peerbit/crypto bumped to 3.0.0
* @peerbit/indexer-interface bumped to 3.0.0
* @peerbit/libp2p-test-utils bumped to 3.0.0
* peerbit bumped to 5.0.0
* @peerbit/blocks bumped to 4.0.0
* @peerbit/keychain bumped to 1.2.5
* @peerbit/program bumped to 6.0.0
* @peerbit/pubsub bumped to 5.0.0
* @peerbit/stream bumped to 5.0.0
* devDependencies
* @peerbit/time bumped to 3.0.0

## [2.3.19](https://github.com/dao-xyz/peerbit/compare/test-utils-v2.3.18...test-utils-v2.3.19) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/test-utils",
"version": "2.3.19",
"version": "3.0.0",
"description": "Test utils for Peerbit",
"sideEffects": false,
"type": "module",
Expand Down
20 changes: 20 additions & 0 deletions packages/clients/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [2.0.0](https://github.com/dao-xyz/peerbit/compare/vite-v1.1.11...vite-v2.0.0) (2026-03-01)


### ⚠ BREAKING CHANGES

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582))

### Features

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582)) ([3f16953](https://github.com/dao-xyz/peerbit/commit/3f16953f1048e6f6dda7229fb30de6d3e7e0476b))


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @peerbit/indexer-sqlite3 bumped to 3.0.0
* @peerbit/any-store bumped to 2.2.5
* @peerbit/any-store-opfs bumped to 1.1.4

## [1.1.11](https://github.com/dao-xyz/peerbit/compare/vite-v1.1.10...vite-v1.1.11) (2026-01-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/clients/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/vite",
"version": "1.1.11",
"version": "2.0.0",
"description": "Plugin for Vite to use Peerbit",
"sideEffects": false,
"type": "module",
Expand Down
31 changes: 31 additions & 0 deletions packages/log/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,37 @@
* devDependencies
* @peerbit/test-utils bumped from 2.0.32 to 2.0.33

## [6.0.0](https://github.com/dao-xyz/peerbit/compare/log-v5.0.10...log-v6.0.0) (2026-03-01)


### ⚠ BREAKING CHANGES

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582))

### Features

* fanout tree protocol + large-network sims + interactive sandbox ([#582](https://github.com/dao-xyz/peerbit/issues/582)) ([3f16953](https://github.com/dao-xyz/peerbit/commit/3f16953f1048e6f6dda7229fb30de6d3e7e0476b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @peerbit/any-store bumped to 2.2.5
* @peerbit/blocks bumped to 4.0.0
* @peerbit/blocks-interface bumped to 2.0.0
* @peerbit/cache bumped to 3.0.0
* @peerbit/crypto bumped to 3.0.0
* @peerbit/indexer-sqlite3 bumped to 3.0.0
* @peerbit/indexer-interface bumped to 3.0.0
* @peerbit/indexer-simple bumped to 1.2.3
* @peerbit/keychain bumped to 1.2.5
* @peerbit/pubsub-interface bumped to 5.0.0
* @peerbit/stream-interface bumped to 6.0.0
* @peerbit/time bumped to 3.0.0
* devDependencies
* @peerbit/test-utils bumped to 3.0.0

## [5.0.10](https://github.com/dao-xyz/peerbit/compare/log-v5.0.9...log-v5.0.10) (2026-01-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peerbit/log",
"version": "5.0.10",
"version": "6.0.0",
"description": "Append-only log CRDT",
"author": "dao.xyz",
"license": "MIT",
Expand Down
Loading