Skip to content

Commit 80125d0

Browse files
authored
Merge branch 'main' into feat/ipip-513-empty-200s
2 parents 9c4a6e7 + 99e959b commit 80125d0

File tree

5 files changed

+30
-4
lines changed

5 files changed

+30
-4
lines changed

packages/client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [@helia/delegated-routing-v1-http-api-client-v5.0.0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.2.5...@helia/delegated-routing-v1-http-api-client-5.0.0) (2025-10-13)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* update helia to 6.x.x (#177)
6+
7+
### Dependencies
8+
9+
* **dev:** bump aegir from 46.0.5 to 47.0.10 ([#171](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/171)) ([cfb0ef3](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/cfb0ef33c11cb980f8558df4de4de4cdbcb3a018))
10+
* update helia to 6.x.x ([#177](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/177)) ([ae6f2c6](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/ae6f2c66ea789a5f1a27cf3f4c68d2c4a0b2e12d))
11+
112
## [@helia/delegated-routing-v1-http-api-client-v4.2.5](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-client-4.2.4...@helia/delegated-routing-v1-http-api-client-4.2.5) (2025-05-08)
213

314
### Dependencies

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": "@helia/delegated-routing-v1-http-api-client",
3-
"version": "4.2.5",
3+
"version": "5.0.0",
44
"description": "A Delegated Routing V1 HTTP API client",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/main/packages/client#readme",

packages/interop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"test:node": "aegir test -t node --cov"
2525
},
2626
"devDependencies": {
27-
"@helia/delegated-routing-v1-http-api-client": "^4.0.0",
28-
"@helia/delegated-routing-v1-http-api-server": "^4.0.0",
27+
"@helia/delegated-routing-v1-http-api-client": "^5.0.0",
28+
"@helia/delegated-routing-v1-http-api-server": "^5.0.0",
2929
"@helia/ipns": "^9.0.0",
3030
"@libp2p/crypto": "^5.1.3",
3131
"@libp2p/identify": "^4.0.5",

packages/server/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [@helia/delegated-routing-v1-http-api-server-v5.0.0](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-server-4.0.6...@helia/delegated-routing-v1-http-api-server-5.0.0) (2025-10-13)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* update helia to 6.x.x (#177)
6+
7+
### Trivial Changes
8+
9+
* bump sinon from 20.0.0 to 21.0.0 ([#172](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/172)) ([00aceb9](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/00aceb97918530d7c17b8256bfb1104d34f19080))
10+
11+
### Dependencies
12+
13+
* **dev:** bump aegir from 46.0.5 to 47.0.10 ([#171](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/171)) ([cfb0ef3](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/cfb0ef33c11cb980f8558df4de4de4cdbcb3a018))
14+
* update helia to 6.x.x ([#177](https://github.com/ipfs/helia-delegated-routing-v1-http-api/issues/177)) ([ae6f2c6](https://github.com/ipfs/helia-delegated-routing-v1-http-api/commit/ae6f2c66ea789a5f1a27cf3f4c68d2c4a0b2e12d))
15+
116
## [@helia/delegated-routing-v1-http-api-server-v4.0.6](https://github.com/ipfs/helia-delegated-routing-v1-http-api/compare/@helia/delegated-routing-v1-http-api-server-4.0.5...@helia/delegated-routing-v1-http-api-server-4.0.6) (2025-05-08)
217

318
### Dependencies

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/delegated-routing-v1-http-api-server",
3-
"version": "4.0.6",
3+
"version": "5.0.0",
44
"description": "A Delegated Routing V1 HTTP API server powered by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-delegated-routing-v1-http-api/tree/main/packages/server#readme",

0 commit comments

Comments
 (0)