Skip to content

Commit f365fd9

Browse files
committed
Merge branch 'main' into add-republishing
2 parents 7035d49 + 34d3ecd commit f365fd9

File tree

136 files changed

+1255
-796
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+1255
-796
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ updates:
1010
prefix: "deps"
1111
prefix-development: "chore"
1212
groups:
13-
helia-deps: # group all helia/libp2p deps together
13+
interplanetary-deps: # Helia/libp2p deps
1414
patterns:
1515
- "*helia*"
1616
- "*libp2p*"
1717
- "*multiformats*"
1818
- "*blockstore*"
1919
- "*datastore*"
20-
kubo-deps: # group kubo, kubo-rpc-client, and ipfsd-ctl updates
20+
kubo-deps: # kubo deps
2121
patterns:
2222
- "*kubo*"
2323
- "ipfsd-ctl"

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ on:
99

1010
jobs:
1111
main:
12-
uses: pl-strflt/.github/.github/workflows/reusable-semantic-pull-request.yml@v0.3
12+
uses: ipdxco/unified-github-workflows/.github/workflows/reusable-semantic-pull-request.yml@v1

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"packages/block-brokers": "4.2.3",
3-
"packages/bitswap": "2.1.3",
4-
"packages/car": "4.1.3",
5-
"packages/dag-cbor": "4.0.7",
6-
"packages/dag-json": "4.0.7",
7-
"packages/helia": "5.5.0",
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/helia": "5.5.1",
88
"packages/interface": "5.4.0",
9-
"packages/interop": "8.2.0",
9+
"packages/interop": "8.3.0",
1010
"packages/ipns": "8.2.4",
1111
"packages/json": "4.0.7",
12-
"packages/mfs": "5.0.4",
13-
"packages/strings": "4.0.7",
14-
"packages/unixfs": "5.0.4",
12+
"packages/mfs": "5.1.0",
13+
"packages/strings": "4.1.0",
14+
"packages/unixfs": "5.1.0",
1515
"packages/utils": "1.4.0",
16-
"packages/http": "2.2.0",
16+
"packages/http": "2.2.1",
1717
"packages/routers": "3.1.3"
1818
}

benchmarks/add-dir/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@
1515
"devDependencies": {
1616
"@helia/unixfs": "^5.0.2",
1717
"aegir": "^47.0.7",
18-
"blockstore-core": "^5.0.2",
18+
"blockstore-core": "^6.0.2",
1919
"blockstore-fs": "^2.0.1",
20-
"datastore-core": "^10.0.2",
20+
"datastore-core": "^11.0.2",
2121
"datastore-level": "^11.0.1",
2222
"execa": "^9.5.3",
2323
"helia": "^5.1.1",
24-
"ipfs-unixfs-importer": "^15.1.5",
24+
"ipfs-unixfs-importer": "^16.0.1",
2525
"ipfsd-ctl": "^15.0.0",
2626
"it-last": "^3.0.6",
27-
"kubo": "^0.34.1",
27+
"kubo": "^0.38.0",
2828
"kubo-rpc-client": "^5.0.0",
2929
"multiformats": "^13.1.0",
3030
"tinybench": "^4.0.1"

benchmarks/gc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"it-all": "^3.0.4",
2222
"it-drain": "^3.0.5",
2323
"it-map": "^3.0.5",
24-
"kubo": "^0.34.1",
24+
"kubo": "^0.38.0",
2525
"kubo-rpc-client": "^5.0.0",
2626
"multiformats": "^13.0.0",
2727
"tinybench": "^4.0.1"

benchmarks/pinning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"it-all": "^3.0.4",
2222
"it-drain": "^3.0.5",
2323
"it-map": "^3.0.5",
24-
"kubo": "^0.34.1",
24+
"kubo": "^0.38.0",
2525
"kubo-rpc-client": "^5.0.0",
2626
"multiformats": "^13.0.0",
2727
"tinybench": "^4.0.1"

benchmarks/transfer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"blockstore-fs": "^2.0.1",
2525
"datastore-level": "^11.0.1",
2626
"helia": "^5.1.1",
27-
"ipfs-unixfs-importer": "^15.1.1",
27+
"ipfs-unixfs-importer": "^16.0.1",
2828
"ipfsd-ctl": "^15.0.0",
2929
"it-buffer-stream": "^3.0.2",
3030
"it-drain": "^3.0.1",
31-
"kubo": "^0.34.1",
31+
"kubo": "^0.38.0",
3232
"kubo-rpc-client": "^5.0.0",
3333
"libp2p": "^2.9.0",
3434
"multiformats": "^13.1.0",

benchmarks/transports/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"debug": "^4.3.4",
3636
"execa": "^8.0.1",
3737
"helia": "^5.1.1",
38-
"interface-blockstore": "^5.2.10",
39-
"interface-datastore": "^8.2.11",
40-
"ipfs-unixfs-importer": "^15.1.1",
38+
"interface-blockstore": "^6.0.1",
39+
"interface-datastore": "^9.0.2",
40+
"ipfs-unixfs-importer": "^16.0.1",
4141
"ipfsd-ctl": "^15.0.0",
4242
"it-buffer-stream": "^3.0.2",
4343
"it-drain": "^3.0.7",
44-
"kubo": "^0.34.1",
44+
"kubo": "^0.38.0",
4545
"kubo-rpc-client": "^5.0.0",
4646
"libp2p": "^2.9.0",
4747
"multiformats": "^13.1.0",

packages/bitswap/CHANGELOG.md

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

3+
## [2.2.0](https://github.com/ipfs/helia/compare/bitswap-v2.1.3...bitswap-v2.2.0) (2025-07-31)
4+
5+
6+
### Features
7+
8+
* add block received event ([#837](https://github.com/ipfs/helia/issues/837)) ([7d471a0](https://github.com/ipfs/helia/commit/7d471a027606254f4fb4e1b73d62b8646426237d))
9+
310
## [2.1.3](https://github.com/ipfs/helia/compare/bitswap-v2.1.2...bitswap-v2.1.3) (2025-07-22)
411

512

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributor Code of Conduct
2+
3+
This project follows the [`IPFS Community Code of Conduct`](https://github.com/ipfs/community/blob/master/code-of-conduct.md)

0 commit comments

Comments
 (0)