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
36 changes: 18 additions & 18 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"packages/bitswap": "4.0.5",
"packages/car": "6.0.3",
"packages/dag-cbor": "6.0.3",
"packages/dag-json": "6.0.3",
"packages/bitswap": "4.0.6",
"packages/car": "6.0.4",
"packages/dag-cbor": "6.0.4",
"packages/dag-json": "6.0.4",
"packages/dnslink": "2.0.2",
"packages/helia": "7.0.5",
"packages/interface": "7.0.3",
"packages/interop": "11.0.7",
"packages/ipns": "10.0.4",
"packages/json": "6.0.3",
"packages/mfs": "8.0.3",
"packages/strings": "6.0.3",
"packages/unixfs": "8.0.3",
"packages/utils": "3.0.3",
"packages/http": "4.0.4",
"packages/delegated-routing-client": "1.0.4",
"packages/fallback-router": "1.0.3",
"packages/libp2p": "1.0.5",
"packages/trustless-gateway-client": "1.0.3"
"packages/helia": "7.1.0",
"packages/interface": "7.1.0",
"packages/interop": "11.0.8",
"packages/ipns": "10.0.5",
"packages/json": "6.0.4",
"packages/mfs": "8.0.4",
"packages/strings": "6.0.4",
"packages/unixfs": "8.0.4",
"packages/utils": "3.0.4",
"packages/http": "4.0.5",
"packages/delegated-routing-client": "1.0.5",
"packages/fallback-router": "1.1.0",
"packages/libp2p": "1.0.6",
"packages/trustless-gateway-client": "1.0.4"
}
11 changes: 11 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.6](https://github.com/ipfs/helia/compare/bitswap-v4.0.5...bitswap-v4.0.6) (2026-07-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^7.0.3 to ^7.1.0
* @helia/libp2p bumped from ^1.0.5 to ^1.0.6
* @helia/utils bumped from ^3.0.3 to ^3.0.4

## [4.0.5](https://github.com/ipfs/helia/compare/bitswap-v4.0.4...bitswap-v4.0.5) (2026-07-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/bitswap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/bitswap",
"version": "4.0.5",
"version": "4.0.6",
"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 @@ -52,9 +52,9 @@
"docs": "aegir docs"
},
"dependencies": {
"@helia/interface": "^7.0.3",
"@helia/libp2p": "^1.0.5",
"@helia/utils": "^3.0.3",
"@helia/interface": "^7.1.0",
"@helia/libp2p": "^1.0.6",
"@helia/utils": "^3.0.4",
"@libp2p/interface": "^3.2.3",
"@libp2p/logger": "^6.2.8",
"@libp2p/peer-collections": "^7.0.21",
Expand Down
13 changes: 13 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [6.0.4](https://github.com/ipfs/helia/compare/car-v6.0.3...car-v6.0.4) (2026-07-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^7.0.3 to ^7.1.0
* @helia/utils bumped from ^3.0.3 to ^3.0.4
* devDependencies
* @helia/mfs bumped from ^8.0.3 to ^8.0.4
* @helia/unixfs bumped from ^8.0.3 to ^8.0.4

## [6.0.3](https://github.com/ipfs/helia/compare/car-v6.0.2...car-v6.0.3) (2026-07-04)


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": "6.0.3",
"version": "6.0.4",
"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 @@ -48,8 +48,8 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^7.0.3",
"@helia/utils": "^3.0.3",
"@helia/interface": "^7.1.0",
"@helia/utils": "^3.0.4",
"@ipld/car": "^5.4.6",
"@ipld/dag-pb": "^4.1.7",
"@libp2p/interface": "^3.2.3",
Expand All @@ -66,8 +66,8 @@
"race-signal": "^2.0.0"
},
"devDependencies": {
"@helia/mfs": "^8.0.3",
"@helia/unixfs": "^8.0.3",
"@helia/mfs": "^8.0.4",
"@helia/unixfs": "^8.0.4",
"@ipld/dag-cbor": "^10.0.1",
"@libp2p/logger": "^6.2.8",
"aegir": "^48.0.11",
Expand Down
9 changes: 9 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.0.4](https://github.com/ipfs/helia/compare/dag-cbor-v6.0.3...dag-cbor-v6.0.4) (2026-07-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^7.0.3 to ^7.1.0

## [6.0.3](https://github.com/ipfs/helia/compare/dag-cbor-v6.0.2...dag-cbor-v6.0.3) (2026-07-04)


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": "6.0.3",
"version": "6.0.4",
"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 @@ -49,7 +49,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^7.0.3",
"@helia/interface": "^7.1.0",
"@ipld/dag-cbor": "^10.0.1",
"@libp2p/interface": "^3.2.3",
"interface-blockstore": "^7.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [6.0.4](https://github.com/ipfs/helia/compare/dag-json-v6.0.3...dag-json-v6.0.4) (2026-07-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^7.0.3 to ^7.1.0

## [6.0.3](https://github.com/ipfs/helia/compare/dag-json-v6.0.2...dag-json-v6.0.3) (2026-07-04)


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": "6.0.3",
"version": "6.0.4",
"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 @@ -48,7 +48,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^7.0.3",
"@helia/interface": "^7.1.0",
"@ipld/dag-json": "^11.0.0",
"@libp2p/interface": "^3.2.3",
"interface-blockstore": "^7.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/delegated-routing-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.0.5](https://github.com/ipfs/helia/compare/delegated-routing-client-v1.0.4...delegated-routing-client-v1.0.5) (2026-07-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^7.0.3 to ^7.1.0

## [1.0.4](https://github.com/ipfs/helia/compare/delegated-routing-client-v1.0.3...delegated-routing-client-v1.0.4) (2026-07-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/delegated-routing-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/delegated-routing-client",
"version": "1.0.4",
"version": "1.0.5",
"description": "Use HTTP Delegated Routers with Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/delegated-routing-client#readme",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@helia/delegated-routing-v1-http-api-client": "^9.0.0",
"@helia/interface": "^7.0.3",
"@helia/interface": "^7.1.0",
"@libp2p/interface": "^3.2.3",
"it-first": "^3.0.11",
"it-map": "^3.1.6",
Expand Down
14 changes: 14 additions & 0 deletions packages/fallback-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.0](https://github.com/ipfs/helia/compare/fallback-router-v1.0.3...fallback-router-v1.1.0) (2026-07-10)


### Features

* add router capabilities for fallback routers ([#1084](https://github.com/ipfs/helia/issues/1084)) ([aea1416](https://github.com/ipfs/helia/commit/aea1416dda67a0d76e31efb9e75d0ec287fa63ea))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^7.0.3 to ^7.1.0

## [1.0.3](https://github.com/ipfs/helia/compare/fallback-router-v1.0.2...fallback-router-v1.0.3) (2026-07-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/fallback-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/fallback-router",
"version": "1.0.3",
"version": "1.1.0",
"description": "A Helia router that yields hard coded providers",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/fallback-router#readme",
Expand Down Expand Up @@ -48,7 +48,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/interface": "^7.0.3",
"@helia/interface": "^7.1.0",
"@multiformats/uri-to-multiaddr": "^10.0.0",
"multiformats": "^14.0.0",
"uint8arrays": "^6.1.1"
Expand Down
18 changes: 18 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [7.1.0](https://github.com/ipfs/helia/compare/helia-v7.0.5...helia-v7.1.0) (2026-07-10)


### Features

* add router capabilities for fallback routers ([#1084](https://github.com/ipfs/helia/issues/1084)) ([aea1416](https://github.com/ipfs/helia/commit/aea1416dda67a0d76e31efb9e75d0ec287fa63ea))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^4.0.5 to ^4.0.6
* @helia/http bumped from ^4.0.4 to ^4.0.5
* @helia/interface bumped from ^7.0.3 to ^7.1.0
* @helia/libp2p bumped from ^1.0.5 to ^1.0.6
* @helia/utils bumped from ^3.0.3 to ^3.0.4

## [7.0.5](https://github.com/ipfs/helia/compare/helia-v7.0.4...helia-v7.0.5) (2026-07-04)


Expand Down
12 changes: 6 additions & 6 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "7.0.5",
"version": "7.1.0",
"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 @@ -49,11 +49,11 @@
"prepublishOnly": "node scripts/update-version.js && npm run build"
},
"dependencies": {
"@helia/bitswap": "^4.0.5",
"@helia/http": "^4.0.4",
"@helia/interface": "^7.0.3",
"@helia/libp2p": "^1.0.5",
"@helia/utils": "^3.0.3",
"@helia/bitswap": "^4.0.6",
"@helia/http": "^4.0.5",
"@helia/interface": "^7.1.0",
"@helia/libp2p": "^1.0.6",
"@helia/utils": "^3.0.4",
"@ipld/dag-cbor": "^10.0.1",
"@ipld/dag-json": "^11.0.0",
"@ipld/dag-pb": "^4.1.7",
Expand Down
12 changes: 12 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [4.0.5](https://github.com/ipfs/helia/compare/http-v4.0.4...http-v4.0.5) (2026-07-10)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/delegated-routing-client bumped from ^1.0.4 to ^1.0.5
* @helia/fallback-router bumped from ^1.0.3 to ^1.1.0
* @helia/interface bumped from ^7.0.3 to ^7.1.0
* @helia/trustless-gateway-client bumped from ^1.0.3 to ^1.0.4

## [4.0.4](https://github.com/ipfs/helia/compare/http-v4.0.3...http-v4.0.4) (2026-07-04)


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": "4.0.4",
"version": "4.0.5",
"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 @@ -48,10 +48,10 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/delegated-routing-client": "^1.0.4",
"@helia/fallback-router": "^1.0.3",
"@helia/interface": "^7.0.3",
"@helia/trustless-gateway-client": "^1.0.3"
"@helia/delegated-routing-client": "^1.0.5",
"@helia/fallback-router": "^1.1.0",
"@helia/interface": "^7.1.0",
"@helia/trustless-gateway-client": "^1.0.4"
},
"devDependencies": {
"aegir": "^48.0.11",
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))

## [7.1.0](https://github.com/ipfs/helia/compare/interface-v7.0.3...interface-v7.1.0) (2026-07-10)


### Features

* add router capabilities for fallback routers ([#1084](https://github.com/ipfs/helia/issues/1084)) ([aea1416](https://github.com/ipfs/helia/commit/aea1416dda67a0d76e31efb9e75d0ec287fa63ea))

## [7.0.3](https://github.com/ipfs/helia/compare/interface-v7.0.2...interface-v7.0.3) (2026-07-04)


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": "7.0.3",
"version": "7.1.0",
"description": "The Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interface#readme",
Expand Down
Loading