Skip to content

Commit 1ad6212

Browse files
committed
chore: release main
1 parent 7419dfc commit 1ad6212

33 files changed

+288
-69
lines changed

.release-please-manifest.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/block-brokers": "2.1.1",
3-
"packages/bitswap": "1.0.1",
4-
"packages/car": "3.1.4",
5-
"packages/dag-cbor": "3.0.3",
6-
"packages/dag-json": "3.0.3",
7-
"packages/helia": "4.1.2",
8-
"packages/interface": "4.2.0",
9-
"packages/interop": "6.1.1",
10-
"packages/ipns": "7.2.1",
11-
"packages/json": "3.0.3",
12-
"packages/mfs": "3.0.5",
13-
"packages/strings": "3.0.3",
14-
"packages/unixfs": "3.0.5",
15-
"packages/utils": "0.2.0",
16-
"packages/http": "1.0.5",
17-
"packages/routers": "1.0.3"
2+
"packages/block-brokers": "2.1.2",
3+
"packages/bitswap": "1.1.0",
4+
"packages/car": "3.1.5",
5+
"packages/dag-cbor": "3.0.4",
6+
"packages/dag-json": "3.0.4",
7+
"packages/helia": "4.2.0",
8+
"packages/interface": "4.3.0",
9+
"packages/interop": "6.1.2",
10+
"packages/ipns": "7.2.2",
11+
"packages/json": "3.0.4",
12+
"packages/mfs": "3.0.6",
13+
"packages/strings": "3.0.4",
14+
"packages/unixfs": "3.0.6",
15+
"packages/utils": "0.3.0",
16+
"packages/http": "1.0.6",
17+
"packages/routers": "1.1.0"
1818
}

packages/bitswap/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/ipfs/helia/compare/bitswap-v1.0.1...bitswap-v1.1.0) (2024-04-30)
4+
5+
6+
### Features
7+
8+
* add metrics property to helia interface ([#512](https://github.com/ipfs/helia/issues/512)) ([f7f71bb](https://github.com/ipfs/helia/commit/f7f71bb20ab0b4efbe802be5af1189e76153b826))
9+
10+
11+
### Bug Fixes
12+
13+
* improve bitswap message merging ([#522](https://github.com/ipfs/helia/issues/522)) ([7419dfc](https://github.com/ipfs/helia/commit/7419dfc2fe273d3f816d27b62062636be0964d7a))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
21+
* @helia/utils bumped from ^0.2.0 to ^0.3.0
22+
323
## [1.0.1](https://github.com/ipfs/helia/compare/bitswap-v1.0.0...bitswap-v1.0.1) (2024-04-22)
424

525

packages/bitswap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/bitswap",
3-
"version": "1.0.1",
3+
"version": "1.1.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",
@@ -148,8 +148,8 @@
148148
"docs": "aegir docs"
149149
},
150150
"dependencies": {
151-
"@helia/interface": "^4.2.0",
152-
"@helia/utils": "^0.2.0",
151+
"@helia/interface": "^4.3.0",
152+
"@helia/utils": "^0.3.0",
153153
"@libp2p/interface": "^1.1.2",
154154
"@libp2p/logger": "^4.0.5",
155155
"@libp2p/peer-collections": "^5.1.6",

packages/block-brokers/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [2.1.2](https://github.com/ipfs/helia/compare/block-brokers-v2.1.1...block-brokers-v2.1.2) (2024-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* http blockbroker loads gateways from routing ([#519](https://github.com/ipfs/helia/issues/519)) ([6a62d1c](https://github.com/ipfs/helia/commit/6a62d1c8dcfadead0498d0bb59958837dc204c91))
9+
* use a short-lived AbortSignal for fetch operations ([#511](https://github.com/ipfs/helia/issues/511)) ([5e98950](https://github.com/ipfs/helia/commit/5e989501203c48661416aff090c135268b5c8445))
10+
11+
12+
### Dependencies
13+
14+
* The following workspace dependencies were updated
15+
* dependencies
16+
* @helia/bitswap bumped from ^1.0.1 to ^1.1.0
17+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
18+
* @helia/utils bumped from ^0.2.0 to ^0.3.0
19+
320
## [2.1.1](https://github.com/ipfs/helia/compare/block-brokers-v2.1.0...block-brokers-v2.1.1) (2024-04-22)
421

522

packages/block-brokers/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/block-brokers",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
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",
@@ -53,9 +53,9 @@
5353
"test:electron-main": "aegir test -t electron-main"
5454
},
5555
"dependencies": {
56-
"@helia/bitswap": "^1.0.1",
57-
"@helia/interface": "^4.2.0",
58-
"@helia/utils": "^0.2.0",
56+
"@helia/bitswap": "^1.1.0",
57+
"@helia/interface": "^4.3.0",
58+
"@helia/utils": "^0.3.0",
5959
"@libp2p/interface": "^1.1.4",
6060
"@libp2p/utils": "^5.2.6",
6161
"@multiformats/multiaddr": "^12.2.1",

packages/car/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.1.5](https://github.com/ipfs/helia/compare/car-v3.1.4...car-v3.1.5) (2024-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
11+
* devDependencies
12+
* @helia/unixfs bumped from ^3.0.5 to ^3.0.6
13+
314
## [3.1.4](https://github.com/ipfs/helia/compare/car-v3.1.3...car-v3.1.4) (2024-04-22)
415

516

packages/car/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/car",
3-
"version": "3.1.4",
3+
"version": "3.1.5",
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",
@@ -139,7 +139,7 @@
139139
"release": "aegir release"
140140
},
141141
"dependencies": {
142-
"@helia/interface": "^4.2.0",
142+
"@helia/interface": "^4.3.0",
143143
"@ipld/car": "^5.3.0",
144144
"@libp2p/interfaces": "^3.3.2",
145145
"interface-blockstore": "^5.2.10",
@@ -151,7 +151,7 @@
151151
"progress-events": "^1.0.0"
152152
},
153153
"devDependencies": {
154-
"@helia/unixfs": "^3.0.5",
154+
"@helia/unixfs": "^3.0.6",
155155
"@ipld/dag-pb": "^4.1.0",
156156
"aegir": "^42.2.5",
157157
"blockstore-core": "^4.4.0",

packages/dag-cbor/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.0.4](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.3...dag-cbor-v3.0.4) (2024-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
11+
312
## [3.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.2...dag-cbor-v3.0.3) (2024-04-15)
413

514

packages/dag-cbor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-cbor",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
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",
@@ -140,7 +140,7 @@
140140
"release": "aegir release"
141141
},
142142
"dependencies": {
143-
"@helia/interface": "^4.2.0",
143+
"@helia/interface": "^4.3.0",
144144
"@ipld/dag-cbor": "^9.2.0",
145145
"@libp2p/interfaces": "^3.3.2",
146146
"interface-blockstore": "^5.2.10",

packages/dag-json/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [3.0.4](https://github.com/ipfs/helia/compare/dag-json-v3.0.3...dag-json-v3.0.4) (2024-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
11+
312
## [3.0.3](https://github.com/ipfs/helia/compare/dag-json-v3.0.2...dag-json-v3.0.3) (2024-04-15)
413

514

packages/dag-json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/dag-json",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
@@ -139,7 +139,7 @@
139139
"release": "aegir release"
140140
},
141141
"dependencies": {
142-
"@helia/interface": "^4.2.0",
142+
"@helia/interface": "^4.3.0",
143143
"@ipld/dag-json": "^10.2.0",
144144
"@libp2p/interfaces": "^3.3.2",
145145
"interface-blockstore": "^5.2.10",

packages/helia/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [4.2.0](https://github.com/ipfs/helia/compare/helia-v4.1.2...helia-v4.2.0) (2024-04-30)
4+
5+
6+
### Features
7+
8+
* add metrics property to helia interface ([#512](https://github.com/ipfs/helia/issues/512)) ([f7f71bb](https://github.com/ipfs/helia/commit/f7f71bb20ab0b4efbe802be5af1189e76153b826))
9+
10+
11+
### Bug Fixes
12+
13+
* http blockbroker loads gateways from routing ([#519](https://github.com/ipfs/helia/issues/519)) ([6a62d1c](https://github.com/ipfs/helia/commit/6a62d1c8dcfadead0498d0bb59958837dc204c91))
14+
* remove rust bootstrapper ([#523](https://github.com/ipfs/helia/issues/523)) ([fa9bd4b](https://github.com/ipfs/helia/commit/fa9bd4b53702f3ae71b76a46549535b63629d820))
15+
16+
17+
### Dependencies
18+
19+
* The following workspace dependencies were updated
20+
* dependencies
21+
* @helia/block-brokers bumped from ^2.1.1 to ^2.1.2
22+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
23+
* @helia/routers bumped from ^1.0.3 to ^1.1.0
24+
* @helia/utils bumped from ^0.2.0 to ^0.3.0
25+
326
## [4.1.2](https://github.com/ipfs/helia/compare/helia-v4.1.1...helia-v4.1.2) (2024-04-22)
427

528

packages/helia/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helia",
3-
"version": "4.1.2",
3+
"version": "4.2.0",
44
"description": "An implementation of IPFS in JavaScript",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
@@ -56,11 +56,11 @@
5656
"dependencies": {
5757
"@chainsafe/libp2p-noise": "^15.0.0",
5858
"@chainsafe/libp2p-yamux": "^6.0.2",
59-
"@helia/block-brokers": "^2.1.1",
59+
"@helia/block-brokers": "^2.1.2",
6060
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
61-
"@helia/interface": "^4.2.0",
62-
"@helia/routers": "^1.0.3",
63-
"@helia/utils": "^0.2.0",
61+
"@helia/interface": "^4.3.0",
62+
"@helia/routers": "^1.1.0",
63+
"@helia/utils": "^0.3.0",
6464
"@libp2p/autonat": "^1.0.13",
6565
"@libp2p/bootstrap": "^10.0.16",
6666
"@libp2p/circuit-relay-v2": "^1.0.16",

packages/http/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.0.6](https://github.com/ipfs/helia/compare/http-v1.0.5...http-v1.0.6) (2024-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* http blockbroker loads gateways from routing ([#519](https://github.com/ipfs/helia/issues/519)) ([6a62d1c](https://github.com/ipfs/helia/commit/6a62d1c8dcfadead0498d0bb59958837dc204c91))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @helia/block-brokers bumped from ^2.1.1 to ^2.1.2
16+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
17+
* @helia/routers bumped from ^1.0.3 to ^1.1.0
18+
* @helia/utils bumped from ^0.2.0 to ^0.3.0
19+
320
## [1.0.5](https://github.com/ipfs/helia/compare/http-v1.0.4...http-v1.0.5) (2024-04-22)
421

522

packages/http/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/http",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
@@ -53,10 +53,10 @@
5353
"test:electron-main": "aegir test -t electron-main"
5454
},
5555
"dependencies": {
56-
"@helia/block-brokers": "^2.1.1",
57-
"@helia/interface": "^4.2.0",
58-
"@helia/routers": "^1.0.3",
59-
"@helia/utils": "^0.2.0",
56+
"@helia/block-brokers": "^2.1.2",
57+
"@helia/interface": "^4.3.0",
58+
"@helia/routers": "^1.1.0",
59+
"@helia/utils": "^0.3.0",
6060
"blockstore-core": "^4.4.0",
6161
"datastore-core": "^9.2.9"
6262
},

packages/interface/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55

66
* expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d))
77

8+
## [4.3.0](https://github.com/ipfs/helia/compare/interface-v4.2.0...interface-v4.3.0) (2024-04-30)
9+
10+
11+
### Features
12+
13+
* add metrics property to helia interface ([#512](https://github.com/ipfs/helia/issues/512)) ([f7f71bb](https://github.com/ipfs/helia/commit/f7f71bb20ab0b4efbe802be5af1189e76153b826))
14+
815
## [4.2.0](https://github.com/ipfs/helia/compare/interface-v4.1.0...interface-v4.2.0) (2024-04-15)
916

1017

packages/interface/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@helia/interface",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "The Helia API",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",

packages/interop/CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [6.1.2](https://github.com/ipfs/helia/compare/interop-v6.1.1...interop-v6.1.2) (2024-04-30)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @helia/block-brokers bumped from ^2.1.1 to ^2.1.2
11+
* @helia/car bumped from ^3.1.4 to ^3.1.5
12+
* @helia/dag-cbor bumped from ^3.0.3 to ^3.0.4
13+
* @helia/dag-json bumped from ^3.0.3 to ^3.0.4
14+
* @helia/http bumped from ^1.0.5 to ^1.0.6
15+
* @helia/interface bumped from ^4.2.0 to ^4.3.0
16+
* @helia/ipns bumped from ^7.2.1 to ^7.2.2
17+
* @helia/json bumped from ^3.0.3 to ^3.0.4
18+
* @helia/mfs bumped from ^3.0.5 to ^3.0.6
19+
* @helia/routers bumped from ^1.0.3 to ^1.1.0
20+
* @helia/strings bumped from ^3.0.3 to ^3.0.4
21+
* @helia/unixfs bumped from ^3.0.5 to ^3.0.6
22+
* helia bumped from ^4.1.2 to ^4.2.0
23+
324
## [6.1.1](https://github.com/ipfs/helia/compare/interop-v6.1.0...interop-v6.1.1) (2024-04-22)
425

526

0 commit comments

Comments
 (0)