Skip to content

Commit 9c67dbd

Browse files
authored
chore: release main (#858)
1 parent e502d45 commit 9c67dbd

35 files changed

Lines changed: 452 additions & 73 deletions

.release-please-manifest.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"packages/block-brokers": "4.2.4",
3-
"packages/bitswap": "2.2.0",
4-
"packages/car": "4.2.0",
5-
"packages/dag-cbor": "4.1.0",
6-
"packages/dag-json": "4.1.0",
7-
"packages/dnslink": "0.0.0",
8-
"packages/helia": "5.5.1",
9-
"packages/interface": "5.4.0",
10-
"packages/interop": "8.3.0",
11-
"packages/ipns": "8.2.4",
12-
"packages/json": "4.0.7",
13-
"packages/mfs": "5.1.0",
14-
"packages/strings": "4.1.0",
15-
"packages/unixfs": "5.1.0",
16-
"packages/utils": "1.4.0",
17-
"packages/http": "2.2.1",
18-
"packages/routers": "3.1.3"
2+
"packages/block-brokers": "5.0.0",
3+
"packages/bitswap": "3.0.0",
4+
"packages/car": "5.0.0",
5+
"packages/dag-cbor": "5.0.0",
6+
"packages/dag-json": "5.0.0",
7+
"packages/dnslink": "1.0.0",
8+
"packages/helia": "6.0.0",
9+
"packages/interface": "6.0.0",
10+
"packages/interop": "9.0.0",
11+
"packages/ipns": "9.0.0",
12+
"packages/json": "5.0.0",
13+
"packages/mfs": "6.0.0",
14+
"packages/strings": "5.0.0",
15+
"packages/unixfs": "6.0.0",
16+
"packages/utils": "2.0.0",
17+
"packages/http": "3.0.0",
18+
"packages/routers": "4.0.0"
1919
}

packages/bitswap/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/ipfs/helia/compare/bitswap-v2.2.0...bitswap-v3.0.0) (2025-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* uses libp2p v3 and updated block/data stores
9+
10+
### Features
11+
12+
* update to libp2p@v3 and latest data/block stores ([#856](https://github.com/ipfs/helia/issues/856)) ([34d3ecd](https://github.com/ipfs/helia/commit/34d3ecd76c8424387c57221000e226f08ccd1d1e))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @helia/interface bumped from ^5.4.0 to ^6.0.0
20+
* @helia/utils bumped from ^1.4.0 to ^2.0.0
21+
322
## [2.2.0](https://github.com/ipfs/helia/compare/bitswap-v2.1.3...bitswap-v2.2.0) (2025-07-31)
423

524

packages/bitswap/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
@@ -51,8 +51,8 @@
5151
"docs": "aegir docs"
5252
},
5353
"dependencies": {
54-
"@helia/interface": "^5.4.0",
55-
"@helia/utils": "^1.4.0",
54+
"@helia/interface": "^6.0.0",
55+
"@helia/utils": "^2.0.0",
5656
"@libp2p/interface": "^3.0.2",
5757
"@libp2p/logger": "^6.0.5",
5858
"@libp2p/peer-collections": "^7.0.5",

packages/block-brokers/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/ipfs/helia/compare/block-brokers-v4.2.4...block-brokers-v5.0.0) (2025-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* uses libp2p v3 and updated block/data stores
9+
10+
### Features
11+
12+
* update to libp2p@v3 and latest data/block stores ([#856](https://github.com/ipfs/helia/issues/856)) ([34d3ecd](https://github.com/ipfs/helia/commit/34d3ecd76c8424387c57221000e226f08ccd1d1e))
13+
14+
15+
### Documentation
16+
17+
* Example for customizing fetch requests to trustless gateways ([#768](https://github.com/ipfs/helia/issues/768)) ([e605c6f](https://github.com/ipfs/helia/commit/e605c6fce090c23a1554c122ef6600dc35339891))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @helia/bitswap bumped from ^2.2.0 to ^3.0.0
25+
* @helia/interface bumped from ^5.4.0 to ^6.0.0
26+
* @helia/utils bumped from ^1.4.0 to ^2.0.0
27+
328
## [4.2.4](https://github.com/ipfs/helia/compare/block-brokers-v4.2.3...block-brokers-v4.2.4) (2025-07-31)
429

530

packages/block-brokers/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "4.2.4",
3+
"version": "5.0.0",
44
"description": "Block brokers for Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
@@ -47,9 +47,9 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/bitswap": "^2.2.0",
51-
"@helia/interface": "^5.4.0",
52-
"@helia/utils": "^1.4.0",
50+
"@helia/bitswap": "^3.0.0",
51+
"@helia/interface": "^6.0.0",
52+
"@helia/utils": "^2.0.0",
5353
"@libp2p/interface": "^3.0.2",
5454
"@libp2p/utils": "^7.0.5",
5555
"@multiformats/multiaddr": "^13.0.1",

packages/car/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/ipfs/helia/compare/car-v4.2.0...car-v5.0.0) (2025-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* car.stream has been renamed car.export
9+
* uses libp2p v3 and updated block/data stores
10+
11+
### Features
12+
13+
* rename car stream to export ([#859](https://github.com/ipfs/helia/issues/859)) ([63338b9](https://github.com/ipfs/helia/commit/63338b9c261a1120592e5afb256dfa8c8feed16b))
14+
* update to libp2p@v3 and latest data/block stores ([#856](https://github.com/ipfs/helia/issues/856)) ([34d3ecd](https://github.com/ipfs/helia/commit/34d3ecd76c8424387c57221000e226f08ccd1d1e))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @helia/interface bumped from ^5.4.0 to ^6.0.0
22+
* devDependencies
23+
* @helia/mfs bumped from ^5.1.0 to ^6.0.0
24+
* @helia/unixfs bumped from ^5.1.0 to ^6.0.0
25+
326
## [4.2.0](https://github.com/ipfs/helia/compare/car-v4.1.3...car-v4.2.0) (2025-07-31)
427

528

packages/car/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "4.2.0",
3+
"version": "5.0.0",
44
"description": "Import/export car files from Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
@@ -47,7 +47,7 @@
4747
"test:electron-main": "aegir test -t electron-main"
4848
},
4949
"dependencies": {
50-
"@helia/interface": "^5.4.0",
50+
"@helia/interface": "^6.0.0",
5151
"@ipld/car": "^5.4.2",
5252
"@ipld/dag-pb": "^4.1.5",
5353
"@libp2p/interface": "^3.0.2",
@@ -62,8 +62,8 @@
6262
"race-signal": "^2.0.0"
6363
},
6464
"devDependencies": {
65-
"@helia/mfs": "^5.1.0",
66-
"@helia/unixfs": "^5.1.0",
65+
"@helia/mfs": "^6.0.0",
66+
"@helia/unixfs": "^6.0.0",
6767
"@ipld/dag-cbor": "^9.2.5",
6868
"@libp2p/logger": "^6.0.5",
6969
"aegir": "^47.0.22",

packages/dag-cbor/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/ipfs/helia/compare/dag-cbor-v4.1.0...dag-cbor-v5.0.0) (2025-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* uses libp2p v3 and updated block/data stores
9+
10+
### Features
11+
12+
* update to libp2p@v3 and latest data/block stores ([#856](https://github.com/ipfs/helia/issues/856)) ([34d3ecd](https://github.com/ipfs/helia/commit/34d3ecd76c8424387c57221000e226f08ccd1d1e))
13+
14+
15+
### Bug Fixes
16+
17+
* @helia/* modules validate CID codec ([#643](https://github.com/ipfs/helia/issues/643)) ([93aa464](https://github.com/ipfs/helia/commit/93aa46459dcff81f0e5eef479f76e39ef5f03736))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @helia/interface bumped from ^5.4.0 to ^6.0.0
25+
326
## [4.1.0](https://github.com/ipfs/helia/compare/dag-cbor-v4.0.7...dag-cbor-v4.1.0) (2025-07-31)
427

528

packages/dag-cbor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-cbor",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
@@ -48,7 +48,7 @@
4848
"test:electron-main": "aegir test -t electron-main"
4949
},
5050
"dependencies": {
51-
"@helia/interface": "^5.4.0",
51+
"@helia/interface": "^6.0.0",
5252
"@ipld/dag-cbor": "^9.2.5",
5353
"@libp2p/interface": "^3.0.2",
5454
"interface-blockstore": "^6.0.1",

packages/dag-json/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [5.0.0](https://github.com/ipfs/helia/compare/dag-json-v4.1.0...dag-json-v5.0.0) (2025-10-09)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* uses libp2p v3 and updated block/data stores
9+
10+
### Features
11+
12+
* update to libp2p@v3 and latest data/block stores ([#856](https://github.com/ipfs/helia/issues/856)) ([34d3ecd](https://github.com/ipfs/helia/commit/34d3ecd76c8424387c57221000e226f08ccd1d1e))
13+
14+
15+
### Bug Fixes
16+
17+
* @helia/* modules validate CID codec ([#643](https://github.com/ipfs/helia/issues/643)) ([93aa464](https://github.com/ipfs/helia/commit/93aa46459dcff81f0e5eef479f76e39ef5f03736))
18+
19+
20+
### Dependencies
21+
22+
* The following workspace dependencies were updated
23+
* dependencies
24+
* @helia/interface bumped from ^5.4.0 to ^6.0.0
25+
326
## [4.1.0](https://github.com/ipfs/helia/compare/dag-json-v4.0.7...dag-json-v4.1.0) (2025-07-31)
427

528

0 commit comments

Comments
 (0)