Skip to content
Merged
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
34 changes: 17 additions & 17 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"packages/block-brokers": "5.0.6",
"packages/bitswap": "3.0.6",
"packages/car": "5.2.2",
"packages/dag-cbor": "5.0.2",
"packages/dag-json": "5.0.2",
"packages/dnslink": "1.1.1",
"packages/helia": "6.0.7",
"packages/interface": "6.0.1",
"packages/interop": "9.0.7",
"packages/ipns": "9.1.2",
"packages/json": "5.0.2",
"packages/mfs": "6.0.2",
"packages/strings": "5.0.2",
"packages/unixfs": "6.0.2",
"packages/utils": "2.2.2",
"packages/http": "3.0.7",
"packages/routers": "4.0.2"
"packages/block-brokers": "5.0.7",
"packages/bitswap": "3.0.7",
"packages/car": "5.2.3",
"packages/dag-cbor": "5.0.3",
"packages/dag-json": "5.0.3",
"packages/dnslink": "1.1.2",
"packages/helia": "6.0.8",
"packages/interface": "6.0.2",
"packages/interop": "9.0.8",
"packages/ipns": "9.1.3",
"packages/json": "5.0.3",
"packages/mfs": "6.0.3",
"packages/strings": "5.0.3",
"packages/unixfs": "6.0.3",
"packages/utils": "2.2.3",
"packages/http": "3.0.8",
"packages/routers": "4.0.3"
}
15 changes: 15 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [3.0.7](https://github.com/ipfs/helia/compare/bitswap-v3.0.6...bitswap-v3.0.7) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^6.0.1 to ^6.0.2
* @helia/utils bumped from ^2.2.2 to ^2.2.3

## [3.0.6](https://github.com/ipfs/helia/compare/bitswap-v3.0.5...bitswap-v3.0.6) (2025-10-27)


Expand Down
6 changes: 3 additions & 3 deletions packages/bitswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/bitswap",
"version": "3.0.6",
"version": "3.0.7",
"description": "JavaScript implementation of the Bitswap data exchange protocol used by Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/bitswap#readme",
Expand Down Expand Up @@ -51,8 +51,8 @@
"docs": "aegir docs"
},
"dependencies": {
"@helia/interface": "^6.0.1",
"@helia/utils": "^2.2.2",
"@helia/interface": "^6.0.2",
"@helia/utils": "^2.2.3",
"@libp2p/interface": "^3.1.0",
"@libp2p/logger": "^6.0.5",
"@libp2p/peer-collections": "^7.0.5",
Expand Down
16 changes: 16 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [5.0.7](https://github.com/ipfs/helia/compare/block-brokers-v5.0.6...block-brokers-v5.0.7) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^3.0.6 to ^3.0.7
* @helia/interface bumped from ^6.0.1 to ^6.0.2
* @helia/utils bumped from ^2.2.2 to ^2.2.3

## [5.0.6](https://github.com/ipfs/helia/compare/block-brokers-v5.0.5...block-brokers-v5.0.6) (2025-10-27)


Expand Down
8 changes: 4 additions & 4 deletions packages/block-brokers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/block-brokers",
"version": "5.0.6",
"version": "5.0.7",
"description": "Block brokers for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/block-brokers#readme",
Expand Down Expand Up @@ -47,9 +47,9 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^3.0.6",
"@helia/interface": "^6.0.1",
"@helia/utils": "^2.2.2",
"@helia/bitswap": "^3.0.7",
"@helia/interface": "^6.0.2",
"@helia/utils": "^2.2.3",
"@libp2p/interface": "^3.1.0",
"@libp2p/utils": "^7.0.5",
"@multiformats/multiaddr": "^13.0.1",
Expand Down
18 changes: 18 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [5.2.3](https://github.com/ipfs/helia/compare/car-v5.2.2...car-v5.2.3) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^6.0.1 to ^6.0.2
* @helia/utils bumped from ^2.2.2 to ^2.2.3
* devDependencies
* @helia/mfs bumped from ^6.0.2 to ^6.0.3
* @helia/unixfs bumped from ^6.0.2 to ^6.0.3

## [5.2.2](https://github.com/ipfs/helia/compare/car-v5.2.1...car-v5.2.2) (2025-10-27)


Expand Down
10 changes: 5 additions & 5 deletions packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "5.2.2",
"version": "5.2.3",
"description": "Import/export car files from Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/car#readme",
Expand Down Expand Up @@ -47,8 +47,8 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^6.0.1",
"@helia/utils": "^2.2.2",
"@helia/interface": "^6.0.2",
"@helia/utils": "^2.2.3",
"@ipld/car": "^5.4.2",
"@ipld/dag-pb": "^4.1.5",
"@libp2p/interface": "^3.1.0",
Expand All @@ -65,8 +65,8 @@
"race-signal": "^2.0.0"
},
"devDependencies": {
"@helia/mfs": "^6.0.2",
"@helia/unixfs": "^6.0.2",
"@helia/mfs": "^6.0.3",
"@helia/unixfs": "^6.0.3",
"@ipld/dag-cbor": "^9.2.5",
"@libp2p/logger": "^6.0.5",
"aegir": "^47.0.22",
Expand Down
14 changes: 14 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.2...dag-cbor-v5.0.3) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^6.0.1 to ^6.0.2

## [5.0.2](https://github.com/ipfs/helia/compare/dag-cbor-v5.0.1...dag-cbor-v5.0.2) (2025-10-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/dag-cbor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dag-cbor",
"version": "5.0.2",
"version": "5.0.3",
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^6.0.1",
"@helia/interface": "^6.0.2",
"@ipld/dag-cbor": "^9.2.5",
"@libp2p/interface": "^3.1.0",
"interface-blockstore": "^6.0.1",
Expand Down
14 changes: 14 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [5.0.3](https://github.com/ipfs/helia/compare/dag-json-v5.0.2...dag-json-v5.0.3) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^6.0.1 to ^6.0.2

## [5.0.2](https://github.com/ipfs/helia/compare/dag-json-v5.0.1...dag-json-v5.0.2) (2025-10-27)


Expand Down
4 changes: 2 additions & 2 deletions packages/dag-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dag-json",
"version": "5.0.2",
"version": "5.0.3",
"description": "Add/get IPLD blocks containing dag-json with your Helia node",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-json#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^6.0.1",
"@helia/interface": "^6.0.2",
"@ipld/dag-json": "^10.2.5",
"@libp2p/interface": "^3.1.0",
"interface-blockstore": "^6.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/dnslink/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/ipfs/helia/compare/dnslink-v1.1.1...dnslink-v1.1.2) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))

## [1.1.1](https://github.com/ipfs/helia/compare/dnslink-v1.1.0...dnslink-v1.1.1) (2025-10-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/dnslink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/dnslink",
"version": "1.1.1",
"version": "1.1.2",
"description": "DNSLink operations using Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dnslink#readme",
Expand Down
17 changes: 17 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [6.0.8](https://github.com/ipfs/helia/compare/helia-v6.0.7...helia-v6.0.8) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^5.0.6 to ^5.0.7
* @helia/interface bumped from ^6.0.1 to ^6.0.2
* @helia/routers bumped from ^4.0.2 to ^4.0.3
* @helia/utils bumped from ^2.2.2 to ^2.2.3

## [6.0.7](https://github.com/ipfs/helia/compare/helia-v6.0.6...helia-v6.0.7) (2025-10-27)


Expand Down
10 changes: 5 additions & 5 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "6.0.7",
"version": "6.0.8",
"description": "An implementation of IPFS in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
Expand Down Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@chainsafe/libp2p-noise": "^17.0.0",
"@chainsafe/libp2p-yamux": "^8.0.0",
"@helia/block-brokers": "^5.0.6",
"@helia/block-brokers": "^5.0.7",
"@helia/delegated-routing-v1-http-api-client": "^5.0.0",
"@helia/interface": "^6.0.1",
"@helia/routers": "^4.0.2",
"@helia/utils": "^2.2.2",
"@helia/interface": "^6.0.2",
"@helia/routers": "^4.0.3",
"@helia/utils": "^2.2.3",
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
"@libp2p/autonat": "^3.0.5",
"@libp2p/bootstrap": "^12.0.6",
Expand Down
17 changes: 17 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [3.0.8](https://github.com/ipfs/helia/compare/http-v3.0.7...http-v3.0.8) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^5.0.6 to ^5.0.7
* @helia/interface bumped from ^6.0.1 to ^6.0.2
* @helia/routers bumped from ^4.0.2 to ^4.0.3
* @helia/utils bumped from ^2.2.2 to ^2.2.3

## [3.0.7](https://github.com/ipfs/helia/compare/http-v3.0.6...http-v3.0.7) (2025-10-27)


Expand Down
10 changes: 5 additions & 5 deletions packages/http/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/http",
"version": "3.0.7",
"version": "3.0.8",
"description": "A lightweight implementation of IPFS over HTTP in JavaScript",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/http#readme",
Expand Down Expand Up @@ -47,11 +47,11 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^5.0.6",
"@helia/block-brokers": "^5.0.7",
"@helia/delegated-routing-v1-http-api-client": "^5.0.0",
"@helia/interface": "^6.0.1",
"@helia/routers": "^4.0.2",
"@helia/utils": "^2.2.2",
"@helia/interface": "^6.0.2",
"@helia/routers": "^4.0.3",
"@helia/utils": "^2.2.3",
"@libp2p/config": "^1.1.20",
"@libp2p/interface": "^3.1.0",
"@libp2p/keychain": "^6.0.5",
Expand Down
7 changes: 7 additions & 0 deletions packages/interface/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@

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

## [6.0.2](https://github.com/ipfs/helia/compare/interface-v6.0.1...interface-v6.0.2) (2025-10-29)


### Bug Fixes

* use libp2p provider routing field ([#889](https://github.com/ipfs/helia/issues/889)) ([d4d97b8](https://github.com/ipfs/helia/commit/d4d97b83f76be7e3b480052467408839f808e230))

## [6.0.1](https://github.com/ipfs/helia/compare/interface-v6.0.0...interface-v6.0.1) (2025-10-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/interface/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interface",
"version": "6.0.1",
"version": "6.0.2",
"description": "The Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
Expand Down
Loading