Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
32 changes: 16 additions & 16 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"packages/block-brokers": "2.0.3",
"packages/bitswap": "0.0.0",
"packages/car": "3.1.2",
"packages/dag-cbor": "3.0.2",
"packages/dag-json": "3.0.2",
"packages/helia": "4.1.0",
"packages/interface": "4.1.0",
"packages/interop": "6.0.2",
"packages/ipns": "7.2.0",
"packages/json": "3.0.2",
"packages/mfs": "3.0.3",
"packages/strings": "3.0.2",
"packages/unixfs": "3.0.3",
"packages/utils": "0.1.0",
"packages/http": "1.0.3",
"packages/routers": "1.0.2"
"packages/block-brokers": "3.0.0",
"packages/bitswap": "1.0.0",
"packages/car": "4.0.0",
"packages/dag-cbor": "4.0.0",
"packages/dag-json": "4.0.0",
"packages/helia": "5.0.0",
"packages/interface": "5.0.0",
"packages/interop": "7.0.0",
"packages/ipns": "8.0.0",
"packages/json": "4.0.0",
"packages/mfs": "4.0.0",
"packages/strings": "4.0.0",
"packages/unixfs": "4.0.0",
"packages/utils": "0.2.0",
"packages/http": "2.0.0",
"packages/routers": "2.0.0"
}
28 changes: 28 additions & 0 deletions packages/bitswap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 1.0.0 (2024-04-09)


### Features

* add @helia/bitswap with sessions ([#409](https://github.com/SgtPooki/helia/issues/409)) ([e582c63](https://github.com/SgtPooki/helia/commit/e582c63ca296c789312f5fcf5e3e18f267f74c03))


### Bug Fixes

* increase default listers on abort signals ([#484](https://github.com/SgtPooki/helia/issues/484)) ([7cd012a](https://github.com/SgtPooki/helia/commit/7cd012aa2ba568845d49d63a71806d20f6ac678f))
* remove wants from wantlist when multiple block retrievers are used ([#491](https://github.com/SgtPooki/helia/issues/491)) ([b1c761d](https://github.com/SgtPooki/helia/commit/b1c761db6db7a7aca3044263fdd5e8967204deeb))


### Documentation

* fixing changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* merge [#1](https://github.com/SgtPooki/helia/issues/1) from SgtPooki/docs/fixing-changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* rm changelog to try to generate new ones ([71c0821](https://github.com/SgtPooki/helia/commit/71c0821d43e725961cd381070c0dc37846e305fe))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.0.0 to ^5.0.0
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": "0.0.0",
"version": "1.0.0",
"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 @@ -148,7 +148,7 @@
"docs": "aegir docs"
},
"dependencies": {
"@helia/interface": "^4.0.0",
"@helia/interface": "^5.0.0",
"@libp2p/interface": "^1.1.2",
"@libp2p/logger": "^4.0.5",
"@libp2p/peer-collections": "^5.1.6",
Expand Down
40 changes: 40 additions & 0 deletions packages/block-brokers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Changelog

## [3.0.0](https://github.com/SgtPooki/helia/compare/block-brokers-v2.0.3...block-brokers-v3.0.0) (2024-04-09)


### ⚠ BREAKING CHANGES

* the `libp2p` property has been removed from the `Helia` interface in `@helia/interface` - it is still present on the return type of `createHelia` from the `helia` module

### Features

* add @helia/bitswap with sessions ([#409](https://github.com/SgtPooki/helia/issues/409)) ([e582c63](https://github.com/SgtPooki/helia/commit/e582c63ca296c789312f5fcf5e3e18f267f74c03))
* add @helia/http to monorepo ([#372](https://github.com/SgtPooki/helia/issues/372)) ([76220cd](https://github.com/SgtPooki/helia/commit/76220cd5adf45af7fa61fd0a1321de4722b744d6))
* add block session support to @helia/interface ([#398](https://github.com/SgtPooki/helia/issues/398)) ([5cf216b](https://github.com/SgtPooki/helia/commit/5cf216baa6806cd82f8fcddd1f024ef6a506f667))
* add sessions to trustless gateways ([#459](https://github.com/SgtPooki/helia/issues/459)) ([6ddefb0](https://github.com/SgtPooki/helia/commit/6ddefb01154b970f5ab7ec7cb7445d9eedbc5474))
* expose configured dag walkers and hashers on helia interface ([#381](https://github.com/SgtPooki/helia/issues/381)) ([843fba4](https://github.com/SgtPooki/helia/commit/843fba467ebb032907c888da499147a5349ec10e)), closes [#375](https://github.com/SgtPooki/helia/issues/375)


### Bug Fixes

* @helia/block-brokers gateways uses path gateways ([#374](https://github.com/SgtPooki/helia/issues/374)) ([94b0cd1](https://github.com/SgtPooki/helia/commit/94b0cd162ce864d44726a1d486389b0a1fdd3efc))
* create @helia/block-brokers package ([#341](https://github.com/SgtPooki/helia/issues/341)) ([#342](https://github.com/SgtPooki/helia/issues/342)) ([2979147](https://github.com/SgtPooki/helia/commit/297914756fa06dc0c28890a2654d1159d16689c2))
* remove w3s.link default block-broker ([#371](https://github.com/SgtPooki/helia/issues/371)) ([5c4fd54](https://github.com/SgtPooki/helia/commit/5c4fd54207384165c4e6309ec7663e996d7d66d4))
* update project deps and docs ([77e34fc](https://github.com/SgtPooki/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))


### Documentation

* fixing changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* merge [#1](https://github.com/SgtPooki/helia/issues/1) from SgtPooki/docs/fixing-changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* rm changelog to try to generate new ones ([71c0821](https://github.com/SgtPooki/helia/commit/71c0821d43e725961cd381070c0dc37846e305fe))


### Dependencies

* update libp2p patch versions ([917a1bc](https://github.com/SgtPooki/helia/commit/917a1bceb9e9b56428a15dc3377a963f06affd12))
* The following workspace dependencies were updated
* dependencies
* @helia/bitswap bumped from ^0.0.0 to ^1.0.0
* @helia/interface bumped from ^4.1.0 to ^5.0.0
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": "2.0.3",
"version": "3.0.0",
"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 @@ -53,8 +53,8 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/bitswap": "^0.0.0",
"@helia/interface": "^4.1.0",
"@helia/bitswap": "^1.0.0",
"@helia/interface": "^5.0.0",
"@libp2p/interface": "^1.1.4",
"@libp2p/utils": "^5.2.6",
"@multiformats/multiaddr-matcher": "^1.2.0",
Expand Down
48 changes: 48 additions & 0 deletions packages/car/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog

## [4.0.0](https://github.com/SgtPooki/helia/compare/car-v3.1.2...car-v4.0.0) (2024-04-09)


### ⚠ BREAKING CHANGES

* the `libp2p` property has been removed from the `Helia` interface in `@helia/interface` - it is still present on the return type of `createHelia` from the `helia` module
* uses multiformats v13 and helia v3

### Features

* add @helia/http to monorepo ([#372](https://github.com/SgtPooki/helia/issues/372)) ([76220cd](https://github.com/SgtPooki/helia/commit/76220cd5adf45af7fa61fd0a1321de4722b744d6))
* expose configured dag walkers and hashers on helia interface ([#381](https://github.com/SgtPooki/helia/issues/381)) ([843fba4](https://github.com/SgtPooki/helia/commit/843fba467ebb032907c888da499147a5349ec10e)), closes [#375](https://github.com/SgtPooki/helia/issues/375)
* initial import ([95e68a1](https://github.com/SgtPooki/helia/commit/95e68a12ac7f829b7aa455b571f942dfc82394ed))
* stream car file bytes from @helia/car ([#444](https://github.com/SgtPooki/helia/issues/444)) ([7c07e11](https://github.com/SgtPooki/helia/commit/7c07e113d644a1efc32b7fd0c268f5f892256ce9))
* update helia to v3 and multiformats to v13 ([#52](https://github.com/SgtPooki/helia/issues/52)) ([6405c34](https://github.com/SgtPooki/helia/commit/6405c3487879614dc4dd7308b15c946d644e0488))


### Bug Fixes

* add sideEffects: false to package.json ([#485](https://github.com/SgtPooki/helia/issues/485)) ([8c45267](https://github.com/SgtPooki/helia/commit/8c45267a474ab10b2faadfebdab33cfe446e8c03))
* import from multiformats/cid for smaller bundles ([0857d1f](https://github.com/SgtPooki/helia/commit/0857d1f76cd7403dbea46cf3d9c891543fc83fe1))
* support reading identity cids ([#429](https://github.com/SgtPooki/helia/issues/429)) ([98308f7](https://github.com/SgtPooki/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https://github.com/SgtPooki/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use blockstore interface where possible ([#417](https://github.com/SgtPooki/helia/issues/417)) ([30c8981](https://github.com/SgtPooki/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Documentation

* fixing changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* fs already defined in example ([#1](https://github.com/SgtPooki/helia/issues/1)) ([356797a](https://github.com/SgtPooki/helia/commit/356797a9493c7753178b5f343962951bc9cd3052))
* merge [#1](https://github.com/SgtPooki/helia/issues/1) from SgtPooki/docs/fixing-changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* rm changelog to try to generate new ones ([71c0821](https://github.com/SgtPooki/helia/commit/71c0821d43e725961cd381070c0dc37846e305fe))


### Dependencies

* bump @helia/interface from 1.2.2 to 2.0.0 ([#32](https://github.com/SgtPooki/helia/issues/32)) ([68656a8](https://github.com/SgtPooki/helia/commit/68656a81b7cd1238641a41573915635905e4a6ed))
* bump cborg from 1.10.2 to 2.0.5 ([#35](https://github.com/SgtPooki/helia/issues/35)) ([10994ea](https://github.com/SgtPooki/helia/commit/10994ea9abdff8906ae8c3f7d0ff5f50b50d9e60))
* bump multiformats from 11.0.2 to 12.0.1 ([#4](https://github.com/SgtPooki/helia/issues/4)) ([50bed0f](https://github.com/SgtPooki/helia/commit/50bed0f32b3c07111de804b0e6471e36d8e66626))
* **dev:** bump aegir from 39.0.13 to 40.0.11 ([#30](https://github.com/SgtPooki/helia/issues/30)) ([ea26a0b](https://github.com/SgtPooki/helia/commit/ea26a0bd14137eb1de6ab282cdcecd55578064ab))
* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#41](https://github.com/SgtPooki/helia/issues/41)) ([e8fc99f](https://github.com/SgtPooki/helia/commit/e8fc99f4e372eaf72c2598f5a7a9942143c6d788))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.1.0 to ^5.0.0
* devDependencies
* @helia/unixfs bumped from ^3.0.3 to ^4.0.0
6 changes: 3 additions & 3 deletions packages/car/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helia/car",
"version": "3.1.2",
"version": "4.0.0",
"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 @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.1.0",
"@helia/interface": "^5.0.0",
"@ipld/car": "^5.3.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand All @@ -151,7 +151,7 @@
"progress-events": "^1.0.0"
},
"devDependencies": {
"@helia/unixfs": "^3.0.3",
"@helia/unixfs": "^4.0.0",
"@ipld/dag-pb": "^4.1.0",
"aegir": "^42.2.5",
"blockstore-core": "^4.4.0",
Expand Down
41 changes: 41 additions & 0 deletions packages/dag-cbor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changelog

## [4.0.0](https://github.com/SgtPooki/helia/compare/dag-cbor-v3.0.2...dag-cbor-v4.0.0) (2024-04-09)


### ⚠ BREAKING CHANGES

* the `libp2p` property has been removed from the `Helia` interface in `@helia/interface` - it is still present on the return type of `createHelia` from the `helia` module
* uses multiformats v13 and helia v3

### Features

* add @helia/http to monorepo ([#372](https://github.com/SgtPooki/helia/issues/372)) ([76220cd](https://github.com/SgtPooki/helia/commit/76220cd5adf45af7fa61fd0a1321de4722b744d6))
* initial commit ([ed4c319](https://github.com/SgtPooki/helia/commit/ed4c319a67c18a3dd65e18f18aa12e82080b3fdc))
* update helia to v3 and multiformats to v13 ([#45](https://github.com/SgtPooki/helia/issues/45)) ([f078447](https://github.com/SgtPooki/helia/commit/f078447b6eba4c3d404d62bb930757aa1c0efe74))


### Bug Fixes

* add sideEffects: false to package.json ([#485](https://github.com/SgtPooki/helia/issues/485)) ([8c45267](https://github.com/SgtPooki/helia/commit/8c45267a474ab10b2faadfebdab33cfe446e8c03))
* support reading identity cids ([#429](https://github.com/SgtPooki/helia/issues/429)) ([98308f7](https://github.com/SgtPooki/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https://github.com/SgtPooki/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use blockstore interface where possible ([#417](https://github.com/SgtPooki/helia/issues/417)) ([30c8981](https://github.com/SgtPooki/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Documentation

* fixing changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* merge [#1](https://github.com/SgtPooki/helia/issues/1) from SgtPooki/docs/fixing-changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* rm changelog to try to generate new ones ([71c0821](https://github.com/SgtPooki/helia/commit/71c0821d43e725961cd381070c0dc37846e305fe))


### Dependencies

* bump @helia/interface from 1.2.2 to 2.0.0 ([#30](https://github.com/SgtPooki/helia/issues/30)) ([aa6ebcf](https://github.com/SgtPooki/helia/commit/aa6ebcf9f58eebf842113985adee4710b009562d))
* bump multiformats from 11.0.2 to 12.0.1 ([#8](https://github.com/SgtPooki/helia/issues/8)) ([7a842d3](https://github.com/SgtPooki/helia/commit/7a842d3cc4cd97e02e5a196aa512cfe36be4c388))
* **dev:** bump aegir from 39.0.13 to 40.0.11 ([#29](https://github.com/SgtPooki/helia/issues/29)) ([973bb5b](https://github.com/SgtPooki/helia/commit/973bb5b6c8db0fedd70e4058f97bc339018a8193))
* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](https://github.com/SgtPooki/helia/issues/36)) ([77e29bc](https://github.com/SgtPooki/helia/commit/77e29bcdda33387b8bf15124bc316ef03b434433))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.1.0 to ^5.0.0
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": "3.0.2",
"version": "4.0.0",
"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 @@ -140,7 +140,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.1.0",
"@helia/interface": "^5.0.0",
"@ipld/dag-cbor": "^9.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
43 changes: 43 additions & 0 deletions packages/dag-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Changelog

## [4.0.0](https://github.com/SgtPooki/helia/compare/dag-json-v3.0.2...dag-json-v4.0.0) (2024-04-09)


### ⚠ BREAKING CHANGES

* the `libp2p` property has been removed from the `Helia` interface in `@helia/interface` - it is still present on the return type of `createHelia` from the `helia` module
* uses multiformats v13 and helia v3

### Features

* add @helia/http to monorepo ([#372](https://github.com/SgtPooki/helia/issues/372)) ([76220cd](https://github.com/SgtPooki/helia/commit/76220cd5adf45af7fa61fd0a1321de4722b744d6))
* initial import ([bac0ac5](https://github.com/SgtPooki/helia/commit/bac0ac5f2778f16a3d8219c73a3e6f0665adf3dd))
* update helia to v3 and multiformats to v13 ([#45](https://github.com/SgtPooki/helia/issues/45)) ([3c7d9d4](https://github.com/SgtPooki/helia/commit/3c7d9d4a8e74e1a808c265fbc6ecbdc24f0f3da9))


### Bug Fixes

* add sideEffects: false to package.json ([#485](https://github.com/SgtPooki/helia/issues/485)) ([8c45267](https://github.com/SgtPooki/helia/commit/8c45267a474ab10b2faadfebdab33cfe446e8c03))
* support reading identity cids ([#429](https://github.com/SgtPooki/helia/issues/429)) ([98308f7](https://github.com/SgtPooki/helia/commit/98308f77488b8196b2d18f78f05ecd2d37456834))
* update project deps and docs ([77e34fc](https://github.com/SgtPooki/helia/commit/77e34fc115cbfb82585fd954bcf389ecebf655bc))
* use blockstore interface where possible ([#417](https://github.com/SgtPooki/helia/issues/417)) ([30c8981](https://github.com/SgtPooki/helia/commit/30c8981934ffba72d572a7b8b2712ec93b7f4d31))


### Documentation

* fixing changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* merge [#1](https://github.com/SgtPooki/helia/issues/1) from SgtPooki/docs/fixing-changelogs ([9e7caa1](https://github.com/SgtPooki/helia/commit/9e7caa10e85a00b41482c4165f2d83d39668e46d))
* replace references to json with dag-json ([f1944b0](https://github.com/SgtPooki/helia/commit/f1944b04271a599eee987d56d4d8506eaeb8a69d))
* rm changelog to try to generate new ones ([71c0821](https://github.com/SgtPooki/helia/commit/71c0821d43e725961cd381070c0dc37846e305fe))
* update tocs ([0b4bac4](https://github.com/SgtPooki/helia/commit/0b4bac4583f790686ceaf89f2f2ab6642677c4fd))


### Dependencies

* bump @helia/interface from 1.2.2 to 2.0.0 ([#32](https://github.com/SgtPooki/helia/issues/32)) ([eb836ef](https://github.com/SgtPooki/helia/commit/eb836ef15f6bc754fbab4fdbe47c76f5492a56d9))
* bump multiformats from 11.0.2 to 12.0.1 ([#8](https://github.com/SgtPooki/helia/issues/8)) ([c89b8f1](https://github.com/SgtPooki/helia/commit/c89b8f12d700f0e23dc574cc32f7726d9c9558de))
* **dev:** bump aegir from 39.0.13 to 40.0.11 ([#28](https://github.com/SgtPooki/helia/issues/28)) ([d126e6a](https://github.com/SgtPooki/helia/commit/d126e6a3c845f25a4910c18fa476304d8534be91))
* **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](https://github.com/SgtPooki/helia/issues/36)) ([9f57d11](https://github.com/SgtPooki/helia/commit/9f57d11e461a3b1fddbc2a92e225d31eee56613c))
* The following workspace dependencies were updated
* dependencies
* @helia/interface bumped from ^4.1.0 to ^5.0.0
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": "3.0.2",
"version": "4.0.0",
"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 @@ -139,7 +139,7 @@
"release": "aegir release"
},
"dependencies": {
"@helia/interface": "^4.1.0",
"@helia/interface": "^5.0.0",
"@ipld/dag-json": "^10.2.0",
"@libp2p/interfaces": "^3.3.2",
"interface-blockstore": "^5.2.10",
Expand Down
Loading