forked from ipfs/helia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
33 changed files
with
1,240 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.