-
Notifications
You must be signed in to change notification settings - Fork 119
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
1 parent
f5a03fc
commit c9b5821
Showing
33 changed files
with
392 additions
and
70 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": "3.0.4", | ||
"packages/bitswap": "1.1.4", | ||
"packages/car": "3.2.1", | ||
"packages/dag-cbor": "3.0.6", | ||
"packages/dag-json": "3.0.6", | ||
"packages/helia": "4.2.6", | ||
"packages/interface": "4.3.1", | ||
"packages/interop": "6.1.8", | ||
"packages/ipns": "7.2.3", | ||
"packages/json": "3.0.6", | ||
"packages/mfs": "3.0.8", | ||
"packages/strings": "3.0.6", | ||
"packages/unixfs": "3.0.7", | ||
"packages/utils": "0.3.3", | ||
"packages/http": "1.0.11", | ||
"packages/routers": "1.1.1" | ||
"packages/block-brokers": "4.0.0", | ||
"packages/bitswap": "2.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": "1.0.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 |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/ipfs/helia/compare/bitswap-v1.1.4...bitswap-v2.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#634](https://github.com/ipfs/helia/issues/634)) ([23e62e1](https://github.com/ipfs/helia/commit/23e62e16b8962bfe982a1bbb157a144382ca7099)) | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
* @helia/utils bumped from ^0.3.3 to ^1.0.0 | ||
|
||
## [1.1.4](https://github.com/ipfs/helia/compare/bitswap-v1.1.3...bitswap-v1.1.4) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# Changelog | ||
|
||
## [4.0.0](https://github.com/ipfs/helia/compare/block-brokers-v3.0.4...block-brokers-v4.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* the `.dagWalkers` property has been removed | ||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* replace dag walkers with generic CID extraction from blocks ([#447](https://github.com/ipfs/helia/issues/447)) ([5ff6998](https://github.com/ipfs/helia/commit/5ff6998e6bc8b04e3407bc98c1924c55f632d9b7)) | ||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#634](https://github.com/ipfs/helia/issues/634)) ([23e62e1](https://github.com/ipfs/helia/commit/23e62e16b8962bfe982a1bbb157a144382ca7099)) | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/bitswap bumped from ^1.1.4 to ^2.0.0 | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
* @helia/utils bumped from ^0.3.3 to ^1.0.0 | ||
|
||
## [3.0.4](https://github.com/ipfs/helia/compare/block-brokers-v3.0.3...block-brokers-v3.0.4) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,28 @@ | ||
# Changelog | ||
|
||
## [4.0.0](https://github.com/ipfs/helia/compare/car-v3.2.1...car-v4.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* the `.dagWalkers` property has been removed | ||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* replace dag walkers with generic CID extraction from blocks ([#447](https://github.com/ipfs/helia/issues/447)) ([5ff6998](https://github.com/ipfs/helia/commit/5ff6998e6bc8b04e3407bc98c1924c55f632d9b7)) | ||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
* devDependencies | ||
* @helia/mfs bumped from ^3.0.8 to ^4.0.0 | ||
* @helia/unixfs bumped from ^3.0.7 to ^4.0.0 | ||
|
||
## [3.2.1](https://github.com/ipfs/helia/compare/car-v3.2.0...car-v3.2.1) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Changelog | ||
|
||
## [4.0.0](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.6...dag-cbor-v4.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
|
||
## [3.0.6](https://github.com/ipfs/helia/compare/dag-cbor-v3.0.5...dag-cbor-v3.0.6) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Changelog | ||
|
||
## [4.0.0](https://github.com/ipfs/helia/compare/dag-json-v3.0.6...dag-json-v4.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
|
||
## [3.0.6](https://github.com/ipfs/helia/compare/dag-json-v3.0.5...dag-json-v3.0.6) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,27 @@ | ||
# Changelog | ||
|
||
## [5.0.0](https://github.com/ipfs/helia/compare/helia-v4.2.6...helia-v5.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* remove delegated routing api client patch ([#632](https://github.com/ipfs/helia/issues/632)) ([9de08ef](https://github.com/ipfs/helia/commit/9de08ef9c1cbdb723f524672f67574bf1dbed937)) | ||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/block-brokers bumped from ^3.0.4 to ^4.0.0 | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
* @helia/routers bumped from ^1.1.1 to ^2.0.0 | ||
* @helia/utils bumped from ^0.3.3 to ^1.0.0 | ||
|
||
## [4.2.6](https://github.com/ipfs/helia/compare/helia-v4.2.5...helia-v4.2.6) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,27 @@ | ||
# Changelog | ||
|
||
## [2.0.0](https://github.com/ipfs/helia/compare/http-v1.0.11...http-v2.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
|
||
### Dependencies | ||
|
||
* **dev:** bump sinon from 18.0.1 to 19.0.2 ([#634](https://github.com/ipfs/helia/issues/634)) ([23e62e1](https://github.com/ipfs/helia/commit/23e62e16b8962bfe982a1bbb157a144382ca7099)) | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @helia/block-brokers bumped from ^3.0.4 to ^4.0.0 | ||
* @helia/interface bumped from ^4.3.1 to ^5.0.0 | ||
* @helia/routers bumped from ^1.1.1 to ^2.0.0 | ||
* @helia/utils bumped from ^0.3.3 to ^1.0.0 | ||
|
||
## [1.0.11](https://github.com/ipfs/helia/compare/http-v1.0.10...http-v1.0.11) (2024-09-13) | ||
|
||
|
||
|
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 |
---|---|---|
|
@@ -5,6 +5,19 @@ | |
|
||
* expose .dns property on @helia/interface ([#465](https://github.com/ipfs/helia/issues/465)) ([8c9bb7d](https://github.com/ipfs/helia/commit/8c9bb7d224a1b786cba1fba18bffe07001a3b95d)) | ||
|
||
## [5.0.0](https://github.com/ipfs/helia/compare/interface-v4.3.1...interface-v5.0.0) (2024-09-17) | ||
|
||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* the `.dagWalkers` property has been removed | ||
* helia now uses [email protected] | ||
|
||
### Bug Fixes | ||
|
||
* replace dag walkers with generic CID extraction from blocks ([#447](https://github.com/ipfs/helia/issues/447)) ([5ff6998](https://github.com/ipfs/helia/commit/5ff6998e6bc8b04e3407bc98c1924c55f632d9b7)) | ||
* update to [email protected] ([#630](https://github.com/ipfs/helia/issues/630)) ([ec8bf66](https://github.com/ipfs/helia/commit/ec8bf66dd870b42d6e5ef2b41706102397e0d39a)) | ||
|
||
## [4.3.1](https://github.com/ipfs/helia/compare/interface-v4.3.0...interface-v4.3.1) (2024-07-31) | ||
|
||
|
||
|
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.