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
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"packages/block-brokers": "5.0.8",
"packages/bitswap": "3.0.8",
"packages/car": "5.2.4",
"packages/block-brokers": "5.0.9",
"packages/bitswap": "3.0.9",
"packages/car": "5.2.5",
"packages/dag-cbor": "5.0.3",
"packages/dag-json": "5.0.3",
"packages/dnslink": "1.1.3",
"packages/helia": "6.0.9",
"packages/helia": "6.0.10",
"packages/interface": "6.0.2",
"packages/interop": "9.0.10",
"packages/interop": "9.0.11",
"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.4",
"packages/http": "3.0.9",
"packages/utils": "2.2.5",
"packages/http": "3.0.10",
"packages/routers": "4.0.4"
}
14 changes: 14 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.0.9](https://github.com/ipfs/helia/compare/bitswap-v3.0.8...bitswap-v3.0.9) (2025-11-14)


### Bug Fixes

* allow truncated hashes ([#903](https://github.com/ipfs/helia/issues/903)) ([c3d41c1](https://github.com/ipfs/helia/commit/c3d41c1f9584c87fbebc88bc6f106e93b8444698))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/utils bumped from ^2.2.4 to ^2.2.5

## [3.0.8](https://github.com/ipfs/helia/compare/bitswap-v3.0.7...bitswap-v3.0.8) (2025-11-13)


Expand Down
4 changes: 2 additions & 2 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.8",
"version": "3.0.9",
"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,7 +52,7 @@
},
"dependencies": {
"@helia/interface": "^6.0.2",
"@helia/utils": "^2.2.4",
"@helia/utils": "^2.2.5",
"@libp2p/interface": "^3.1.0",
"@libp2p/logger": "^6.0.5",
"@libp2p/peer-collections": "^7.0.5",
Expand Down
10 changes: 10 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [5.0.9](https://github.com/ipfs/helia/compare/block-brokers-v5.0.8...block-brokers-v5.0.9) (2025-11-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^3.0.8 to ^3.0.9
* @helia/utils bumped from ^2.2.4 to ^2.2.5

## [5.0.8](https://github.com/ipfs/helia/compare/block-brokers-v5.0.7...block-brokers-v5.0.8) (2025-11-13)


Expand Down
6 changes: 3 additions & 3 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.8",
"version": "5.0.9",
"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.8",
"@helia/bitswap": "^3.0.9",
"@helia/interface": "^6.0.2",
"@helia/utils": "^2.2.4",
"@helia/utils": "^2.2.5",
"@libp2p/interface": "^3.1.0",
"@libp2p/utils": "^7.0.5",
"@multiformats/multiaddr": "^13.0.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [5.2.5](https://github.com/ipfs/helia/compare/car-v5.2.4...car-v5.2.5) (2025-11-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/utils bumped from ^2.2.4 to ^2.2.5

## [5.2.4](https://github.com/ipfs/helia/compare/car-v5.2.3...car-v5.2.4) (2025-11-13)


Expand Down
4 changes: 2 additions & 2 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.4",
"version": "5.2.5",
"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,7 +48,7 @@
},
"dependencies": {
"@helia/interface": "^6.0.2",
"@helia/utils": "^2.2.4",
"@helia/utils": "^2.2.5",
"@ipld/car": "^5.4.2",
"@ipld/dag-pb": "^4.1.5",
"@libp2p/interface": "^3.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/helia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.0.10](https://github.com/ipfs/helia/compare/helia-v6.0.9...helia-v6.0.10) (2025-11-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^5.0.8 to ^5.0.9
* @helia/utils bumped from ^2.2.4 to ^2.2.5

## [6.0.9](https://github.com/ipfs/helia/compare/helia-v6.0.8...helia-v6.0.9) (2025-11-13)


Expand Down
6 changes: 3 additions & 3 deletions packages/helia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helia",
"version": "6.0.9",
"version": "6.0.10",
"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.8",
"@helia/block-brokers": "^5.0.9",
"@helia/delegated-routing-v1-http-api-client": "^5.1.2",
"@helia/interface": "^6.0.2",
"@helia/routers": "^4.0.4",
"@helia/utils": "^2.2.4",
"@helia/utils": "^2.2.5",
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
"@libp2p/autonat": "^3.0.5",
"@libp2p/bootstrap": "^12.0.6",
Expand Down
10 changes: 10 additions & 0 deletions packages/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.0.10](https://github.com/ipfs/helia/compare/http-v3.0.9...http-v3.0.10) (2025-11-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^5.0.8 to ^5.0.9
* @helia/utils bumped from ^2.2.4 to ^2.2.5

## [3.0.9](https://github.com/ipfs/helia/compare/http-v3.0.8...http-v3.0.9) (2025-11-13)


Expand Down
6 changes: 3 additions & 3 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.9",
"version": "3.0.10",
"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.8",
"@helia/block-brokers": "^5.0.9",
"@helia/delegated-routing-v1-http-api-client": "^5.1.2",
"@helia/interface": "^6.0.2",
"@helia/routers": "^4.0.4",
"@helia/utils": "^2.2.4",
"@helia/utils": "^2.2.5",
"@libp2p/config": "^1.1.20",
"@libp2p/interface": "^3.1.0",
"@libp2p/keychain": "^6.0.5",
Expand Down
12 changes: 12 additions & 0 deletions packages/interop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [9.0.11](https://github.com/ipfs/helia/compare/interop-v9.0.10...interop-v9.0.11) (2025-11-14)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/block-brokers bumped from ^5.0.8 to ^5.0.9
* @helia/car bumped from ^5.2.4 to ^5.2.5
* @helia/http bumped from ^3.0.9 to ^3.0.10
* helia bumped from ^6.0.9 to ^6.0.10

## [9.0.10](https://github.com/ipfs/helia/compare/interop-v9.0.9...interop-v9.0.10) (2025-11-13)


Expand Down
10 changes: 5 additions & 5 deletions packages/interop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/interop",
"version": "9.0.10",
"version": "9.0.11",
"description": "Interop tests for Helia",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
Expand Down Expand Up @@ -51,12 +51,12 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/block-brokers": "^5.0.8",
"@helia/block-brokers": "^5.0.9",
"@helia/dnslink": "^1.1.3",
"@helia/car": "^5.2.4",
"@helia/car": "^5.2.5",
"@helia/dag-cbor": "^5.0.3",
"@helia/dag-json": "^5.0.3",
"@helia/http": "^3.0.9",
"@helia/http": "^3.0.10",
"@helia/interface": "^6.0.2",
"@helia/ipns": "^9.1.3",
"@helia/json": "^5.0.3",
Expand All @@ -78,7 +78,7 @@
"@multiformats/multiaddr": "^13.0.1",
"@multiformats/sha3": "^3.0.2",
"aegir": "^47.0.22",
"helia": "^6.0.9",
"helia": "^6.0.10",
"ipfs-unixfs-importer": "^16.0.1",
"ipfsd-ctl": "^16.0.0",
"ipns": "^10.1.2",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.5](https://github.com/ipfs/helia/compare/utils-v2.2.4...utils-v2.2.5) (2025-11-14)


### Bug Fixes

* allow truncated hashes ([#903](https://github.com/ipfs/helia/issues/903)) ([c3d41c1](https://github.com/ipfs/helia/commit/c3d41c1f9584c87fbebc88bc6f106e93b8444698))

## [2.2.4](https://github.com/ipfs/helia/compare/utils-v2.2.3...utils-v2.2.4) (2025-11-13)


Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/utils",
"version": "2.2.4",
"version": "2.2.5",
"description": "Shared code that implements the Helia API",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ipfs/helia/tree/main/packages/utils#readme",
Expand Down