-
Notifications
You must be signed in to change notification settings - Fork 105
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: import @helia/* modules to monorepo #363
Commits on Feb 16, 2023
-
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2023-02-16) ### Features * initial implementation ([#1](ipfs/helia-unixfs#1)) ([adb6b0e](ipfs/helia-unixfs@adb6b0e)) ### Trivial Changes * initial commit ([35e8a8f](ipfs/helia-unixfs@35e8a8f)) * Update .github/workflows/stale.yml [skip ci] ([bcb060d](ipfs/helia-unixfs@bcb060d)) ### Documentation * update readme ([83e5e0e](ipfs/helia-unixfs@83e5e0e))
Configuration menu - View commit details
-
Copy full SHA for d893bc2 - Browse repository at this point
Copy the full SHA d893bc2View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f6edeca - Browse repository at this point
Copy the full SHA f6edecaView commit details -
chore(release): 1.0.1 [skip ci]
## [1.0.1](ipfs/helia-unixfs@v1.0.0...v1.0.1) (2023-02-17) ### Bug Fixes * update unixfs importer ([f6edeca](ipfs/helia-unixfs@f6edeca))
Configuration menu - View commit details
-
Copy full SHA for 08eccf9 - Browse repository at this point
Copy the full SHA 08eccf9View commit details
Commits on Feb 24, 2023
-
fix: add methods to import data (#3)
In order to have a more consistent developer experience, wrap the `ipfs-unixfs-importer` methods to allow adding data from the `UnixFS` interface.
Configuration menu - View commit details
-
Copy full SHA for 917a564 - Browse repository at this point
Copy the full SHA 917a564View commit details -
Configuration menu - View commit details
-
Copy full SHA for e973120 - Browse repository at this point
Copy the full SHA e973120View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b76084 - Browse repository at this point
Copy the full SHA 1b76084View commit details -
chore(release): 1.0.2 [skip ci]
## [1.0.2](ipfs/helia-unixfs@v1.0.1...v1.0.2) (2023-02-24) ### Bug Fixes * add methods to import data ([#3](ipfs/helia-unixfs#3)) ([917a564](ipfs/helia-unixfs@917a564)) ### Tests * move test file data to fixtures ([1b76084](ipfs/helia-unixfs@1b76084))
Configuration menu - View commit details
-
Copy full SHA for 9d4799b - Browse repository at this point
Copy the full SHA 9d4799bView commit details
Commits on Feb 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9774460 - Browse repository at this point
Copy the full SHA 9774460View commit details -
chore(release): 1.0.3 [skip ci]
## [1.0.3](ipfs/helia-unixfs@v1.0.2...v1.0.3) (2023-02-25) ### Bug Fixes * enable last shard tests ([#4](ipfs/helia-unixfs#4)) ([9774460](ipfs/helia-unixfs@9774460))
Configuration menu - View commit details
-
Copy full SHA for 3f55208 - Browse repository at this point
Copy the full SHA 3f55208View commit details
Commits on Feb 27, 2023
-
fix: simplify shard handling (#5)
Reduces duplication between adding and removing links to sharded directories by making them use the same code to trace a path to the operation target without loading the entire shard.
Configuration menu - View commit details
-
Copy full SHA for 52d4786 - Browse repository at this point
Copy the full SHA 52d4786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4369653 - Browse repository at this point
Copy the full SHA 4369653View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda0c1e - Browse repository at this point
Copy the full SHA bda0c1eView commit details -
chore(release): 1.0.4 [skip ci]
## [1.0.4](ipfs/helia-unixfs@v1.0.3...v1.0.4) (2023-02-27) ### Bug Fixes * simplify shard handling ([#5](ipfs/helia-unixfs#5)) ([52d4786](ipfs/helia-unixfs@52d4786))
Configuration menu - View commit details
-
Copy full SHA for 4332c4c - Browse repository at this point
Copy the full SHA 4332c4cView commit details
Commits on Mar 14, 2023
-
fix: align defaults with filecoin (#6)
Filecoin uses a different set of defaults for importing files which will be more performant for file transfers so use them. The increased `maxChildrenPerNode` means fewer levels in a DAG so the parallisation of DAG layer requests fetches more data and the increased chunk size means fewer siblings in a layer. Raw leaves removes some extra bytes from the leaf nodes.
Configuration menu - View commit details
-
Copy full SHA for a6bd198 - Browse repository at this point
Copy the full SHA a6bd198View commit details -
chore(release): 1.0.5 [skip ci]
## [1.0.5](ipfs/helia-unixfs@v1.0.4...v1.0.5) (2023-03-14) ### Bug Fixes * align defaults with filecoin ([#6](ipfs/helia-unixfs#6)) ([a6bd198](ipfs/helia-unixfs@a6bd198))
Configuration menu - View commit details
-
Copy full SHA for aff56dd - Browse repository at this point
Copy the full SHA aff56ddView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b81d50a - Browse repository at this point
Copy the full SHA b81d50aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f128fd - Browse repository at this point
Copy the full SHA 7f128fdView commit details -
deps: update blockstore/datastore deps (#10)
Updates all deps to the latest versions
Configuration menu - View commit details
-
Copy full SHA for 3189737 - Browse repository at this point
Copy the full SHA 3189737View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47c5879 - Browse repository at this point
Copy the full SHA 47c5879View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7558d38 - Browse repository at this point
Copy the full SHA 7558d38View commit details -
chore: add interop test suite (#12)
Splits repo into monorepo and adds a package for doing interop testing between @helia/unixfs and kubo. Also updates all deps.
Configuration menu - View commit details
-
Copy full SHA for 3ad5f5d - Browse repository at this point
Copy the full SHA 3ad5f5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8d124 - Browse repository at this point
Copy the full SHA 4c8d124View commit details -
feat: expose progress events from importer, blockstore and bitswap (#13)
Expose progress event types that are passed to `onProgress` callback passed to all operations.
Configuration menu - View commit details
-
Copy full SHA for de78f4d - Browse repository at this point
Copy the full SHA de78f4dView commit details -
chore(release): 1.1.0 [skip ci]
## [@helia/unixfs-v1.1.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.0.5...@helia/unixfs-v1.1.0) (2023-03-15) ### Features * expose progress events from importer, blockstore and bitswap ([#13](ipfs/helia-unixfs#13)) ([de78f4d](ipfs/helia-unixfs@de78f4d)) ### Trivial Changes * add interop test suite ([#12](ipfs/helia-unixfs#12)) ([3ad5f5d](ipfs/helia-unixfs@3ad5f5d))
Configuration menu - View commit details
-
Copy full SHA for 972f971 - Browse repository at this point
Copy the full SHA 972f971View commit details
Commits on Mar 17, 2023
-
feat: expose unixfs progress events in types (#14)
Expands types to include unixfs progress events as well as bitswap and blockstore events.
Configuration menu - View commit details
-
Copy full SHA for 36cf3b2 - Browse repository at this point
Copy the full SHA 36cf3b2View commit details -
chore(release): 1.2.0 [skip ci]
## [@helia/unixfs-v1.2.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.1.0...@helia/unixfs-v1.2.0) (2023-03-17) ### Features * expose unixfs progress events in types ([#14](ipfs/helia-unixfs#14)) ([36cf3b2](ipfs/helia-unixfs@36cf3b2))
Configuration menu - View commit details
-
Copy full SHA for 38637a4 - Browse repository at this point
Copy the full SHA 38637a4View commit details
Commits on Mar 21, 2023
-
deps: update ipns to 6.x.x (#12)
Updates to ipns@6.x.x with interface-datastore@8.x.x
Configuration menu - View commit details
-
Copy full SHA for 6866638 - Browse repository at this point
Copy the full SHA 6866638View commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/ipns-v1.0.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.0.0...@helia/ipns-v1.0.1) (2023-03-21) ### Documentation * fix typos ([#4](ipfs/helia-ipns#4)) ([4369653](ipfs/helia-ipns@4369653)) ### Dependencies * update blockstore/datastore deps ([#10](ipfs/helia-ipns#10)) ([3189737](ipfs/helia-ipns@3189737)) * update ipns to 6.x.x ([#12](ipfs/helia-ipns#12)) ([6866638](ipfs/helia-ipns@6866638))
Configuration menu - View commit details
-
Copy full SHA for ad76689 - Browse repository at this point
Copy the full SHA ad76689View commit details
Commits on Mar 22, 2023
-
deps(dev): bump go-ipfs from 0.18.1 to 0.19.0 (#15)
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.18.1 to 0.19.0. - [Release notes](https://github.com/ipfs/npm-go-ipfs/releases) - [Commits](ipfs/npm-kubo@v0.18.1...v0.19.0) --- updated-dependencies: - dependency-name: go-ipfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0f43c84 - Browse repository at this point
Copy the full SHA 0f43c84View commit details
Commits on Mar 23, 2023
-
deps: update helia deps to v1 (#16)
Helia v1 has shipped so update dep versions
Configuration menu - View commit details
-
Copy full SHA for 7497590 - Browse repository at this point
Copy the full SHA 7497590View commit details -
deps: update helia deps to v1 (#14)
Now that Helia v1 has shipped, update all the deps
Configuration menu - View commit details
-
Copy full SHA for a51fbe3 - Browse repository at this point
Copy the full SHA a51fbe3View commit details -
chore(release): 1.2.1 [skip ci]
## [@helia/unixfs-v1.2.1](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.0...@helia/unixfs-v1.2.1) (2023-03-23) ### Dependencies * update helia deps to v1 ([#16](ipfs/helia-unixfs#16)) ([7497590](ipfs/helia-unixfs@7497590))
Configuration menu - View commit details
-
Copy full SHA for 5b0c023 - Browse repository at this point
Copy the full SHA 5b0c023View commit details
Commits on Mar 29, 2023
-
feat: allow publish/resolve using only local datastore (#15)
Adds an `offline` option to publish and resolve that causes this module to only use the local datastore instead of any configured routers.
Configuration menu - View commit details
-
Copy full SHA for 43e32a2 - Browse repository at this point
Copy the full SHA 43e32a2View commit details -
chore(release): 1.1.0 [skip ci]
## [@helia/ipns-v1.1.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.0.1...@helia/ipns-v1.1.0) (2023-03-29) ### Features * allow publish/resolve using only local datastore ([#15](ipfs/helia-ipns#15)) ([43e32a2](ipfs/helia-ipns@43e32a2))
Configuration menu - View commit details
-
Copy full SHA for e04eca9 - Browse repository at this point
Copy the full SHA e04eca9View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9388c40 - Browse repository at this point
Copy the full SHA 9388c40View commit details -
chore(release): 1.2.2 [skip ci]
## [@helia/unixfs-v1.2.2](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.1...@helia/unixfs-v1.2.2) (2023-04-12) ### Dependencies * update all it-* deps to latest versions ([#25](ipfs/helia-unixfs#25)) ([9388c40](ipfs/helia-unixfs@9388c40))
Configuration menu - View commit details
-
Copy full SHA for 933179c - Browse repository at this point
Copy the full SHA 933179cView commit details
Commits on May 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23a13d8 - Browse repository at this point
Copy the full SHA 23a13d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a700dc - Browse repository at this point
Copy the full SHA 2a700dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d4573d - Browse repository at this point
Copy the full SHA 3d4573dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d3900 - Browse repository at this point
Copy the full SHA 22d3900View commit details -
Configuration menu - View commit details
-
Copy full SHA for c62f784 - Browse repository at this point
Copy the full SHA c62f784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ad71b - Browse repository at this point
Copy the full SHA 78ad71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0d49a - Browse repository at this point
Copy the full SHA 1e0d49aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bac0ac5 - Browse repository at this point
Copy the full SHA bac0ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d9d341 - Browse repository at this point
Copy the full SHA 9d9d341View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1944b0 - Browse repository at this point
Copy the full SHA f1944b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4bac4 - Browse repository at this point
Copy the full SHA 0b4bac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78d2e40 - Browse repository at this point
Copy the full SHA 78d2e40View commit details -
deps(dev): bump @chainsafe/libp2p-yamux from 3.0.10 to 4.0.1 (#1)
Bumps [@chainsafe/libp2p-yamux](https://github.com/ChainSafe/js-libp2p-yamux) from 3.0.10 to 4.0.1. - [Release notes](https://github.com/ChainSafe/js-libp2p-yamux/releases) - [Changelog](https://github.com/ChainSafe/js-libp2p-yamux/blob/master/CHANGELOG.md) - [Commits](ChainSafe/js-libp2p-yamux@v3.0.10...v4.0.1) --- updated-dependencies: - dependency-name: "@chainsafe/libp2p-yamux" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 91c4a80 - Browse repository at this point
Copy the full SHA 91c4a80View commit details -
deps(dev): bump @libp2p/websockets from 5.0.10 to 6.0.1 (#4)
Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p-websockets) from 5.0.10 to 6.0.1. - [Release notes](https://github.com/libp2p/js-libp2p-websockets/releases) - [Changelog](https://github.com/libp2p/js-libp2p-websockets/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p-websockets@v5.0.10...v6.0.1) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 81b5e9b - Browse repository at this point
Copy the full SHA 81b5e9bView commit details -
deps(dev): bump libp2p from 0.43.4 to 0.44.0 (#5)
Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.43.4 to 0.44.0. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p@v0.43.4...v0.44.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20a79ef - Browse repository at this point
Copy the full SHA 20a79efView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed4c319 - Browse repository at this point
Copy the full SHA ed4c319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cc7bb - Browse repository at this point
Copy the full SHA 65cc7bbView commit details
Commits on May 3, 2023
-
chore(release): 1.0.0 [skip ci]
## @helia/strings-v1.0.0 (2023-05-03) ### Bug Fixes * linting and deps ([22d3900](ipfs/helia-strings@22d3900)) ### Documentation * update readme ([#6](ipfs/helia-strings#6)) ([c62f784](ipfs/helia-strings@c62f784)) * update readmes ([2a700dc](ipfs/helia-strings@2a700dc)) * update tocs ([3d4573d](ipfs/helia-strings@3d4573d))
Configuration menu - View commit details
-
Copy full SHA for 871c570 - Browse repository at this point
Copy the full SHA 871c570View commit details -
deps: update sibling dependencies
aegir[bot] committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 9f1cff2 - Browse repository at this point
Copy the full SHA 9f1cff2View commit details -
chore(release): 1.0.0 [skip ci]
## @helia/json-v1.0.0 (2023-05-03) ### Documentation * update comment ([1e0d49a](ipfs/helia-json@1e0d49a))
Configuration menu - View commit details
-
Copy full SHA for 9402e6c - Browse repository at this point
Copy the full SHA 9402e6cView commit details -
deps: update sibling dependencies
aegir[bot] committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 68c3a6c - Browse repository at this point
Copy the full SHA 68c3a6cView commit details -
chore(release): 1.0.0 [skip ci]
## @helia/dag-json-v1.0.0 (2023-05-03) ### Trivial Changes * fix linting ([9d9d341](ipfs/helia-dag-json@9d9d341)) ### Documentation * replace references to json with dag-json ([f1944b0](ipfs/helia-dag-json@f1944b0)) * update tocs ([0b4bac4](ipfs/helia-dag-json@0b4bac4))
Configuration menu - View commit details
-
Copy full SHA for 2cfa7c6 - Browse repository at this point
Copy the full SHA 2cfa7c6View commit details -
deps: update sibling dependencies
aegir[bot] committedMay 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 91263ad - Browse repository at this point
Copy the full SHA 91263adView commit details
Commits on May 5, 2023
-
fix: use the content routing api for get/put operations (#34)
The content routing API is more stable than the DHT API and if the node has a DHT implementation it will be set up to work via the content routing methods.
Configuration menu - View commit details
-
Copy full SHA for 55208cc - Browse repository at this point
Copy the full SHA 55208ccView commit details -
deps(dev): bump it-last from 2.0.1 to 3.0.1 (#17)
Bumps [it-last](https://github.com/achingbrain/it) from 2.0.1 to 3.0.1. - [Release notes](https://github.com/achingbrain/it/releases) - [Commits](achingbrain/it@it-last-v2.0.1...it-last-v3.0.1) --- updated-dependencies: - dependency-name: it-last dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e24094 - Browse repository at this point
Copy the full SHA 4e24094View commit details -
chore(release): 1.1.1 [skip ci]
## [@helia/ipns-v1.1.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.0...@helia/ipns-v1.1.1) (2023-05-05) ### Bug Fixes * use the content routing api for get/put operations ([#34](ipfs/helia-ipns#34)) ([55208cc](ipfs/helia-ipns@55208cc))
Configuration menu - View commit details
-
Copy full SHA for a4edce7 - Browse repository at this point
Copy the full SHA a4edce7View commit details
Commits on May 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 587505d - Browse repository at this point
Copy the full SHA 587505dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b2ac2 - Browse repository at this point
Copy the full SHA 86b2ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 567f16f - Browse repository at this point
Copy the full SHA 567f16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c38d13b - Browse repository at this point
Copy the full SHA c38d13bView commit details
Commits on May 9, 2023
-
fix: cache IPNS entries after resolving (#35)
After resolving one or more IPNS records, use the selector to choose one and then cache the result. Fixes #20
Configuration menu - View commit details
-
Copy full SHA for 704b413 - Browse repository at this point
Copy the full SHA 704b413View commit details -
chore(release): 1.1.2 [skip ci]
## [@helia/ipns-v1.1.2](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.1...@helia/ipns-v1.1.2) (2023-05-09) ### Bug Fixes * cache IPNS entries after resolving ([#35](ipfs/helia-ipns#35)) ([704b413](ipfs/helia-ipns@704b413)), closes [#20](ipfs/helia-ipns#20)
Configuration menu - View commit details
-
Copy full SHA for 90efbd3 - Browse repository at this point
Copy the full SHA 90efbd3View commit details
Commits on May 24, 2023
-
deps: update all deps and fix linting
* deps(dev): bump aegir from 38.1.8 to 39.0.8 Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.8. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v38.1.8...v39.0.8) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update all deps and fix linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 4cdba4f - Browse repository at this point
Copy the full SHA 4cdba4fView commit details -
chore(release): 1.1.3 [skip ci]
## [@helia/ipns-v1.1.3](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.2...@helia/ipns-v1.1.3) (2023-05-24) ### Dependencies * update all deps and fix linting ([4cdba4f](ipfs/helia-ipns@4cdba4f))
Configuration menu - View commit details
-
Copy full SHA for 25b38fd - Browse repository at this point
Copy the full SHA 25b38fdView commit details -
deps: update all deps and fix linting
* deps(dev): bump aegir from 38.1.8 to 39.0.8 Bumps [aegir](https://github.com/ipfs/aegir) from 38.1.8 to 39.0.8. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v38.1.8...v39.0.8) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update all deps, fix linting * chore: add identify * chore: update fixtures * chore: deps again --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for d4d6515 - Browse repository at this point
Copy the full SHA d4d6515View commit details
Commits on May 25, 2023
-
test: add tests for different key types, where possible (#52)
Expands the tests to test using `secp256k1` and `RSA` keys as well as `Ed25519` where possible. Kubo doesn't support generating or importing `secp256k1` keys so those tests are skipped, as are `RSA` keys for pubsub resolution since the DHT needs to be enabled to resolve the public key component.
Configuration menu - View commit details
-
Copy full SHA for 312381c - Browse repository at this point
Copy the full SHA 312381cView commit details -
deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#13)
* deps(dev): bump libp2p from 0.44.0 to 0.45.3 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix deps and linting * chore: add identify * chore: revert * chore: revert * chore: debug browsers * chore: remove debug --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 3d3627e - Browse repository at this point
Copy the full SHA 3d3627eView commit details -
deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#7)
* deps(dev): bump libp2p from 0.44.0 to 0.45.3 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update deps and fix linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for f70bbcb - Browse repository at this point
Copy the full SHA f70bbcbView commit details -
deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#7)
* deps(dev): bump libp2p from 0.44.0 to 0.45.3 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update deps and linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 36a9ce0 - Browse repository at this point
Copy the full SHA 36a9ce0View commit details -
deps(dev): bump libp2p from 0.44.0 to 0.45.3 (#6)
* deps(dev): bump libp2p from 0.44.0 to 0.45.3 Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.44.0 to 0.45.3. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md) - [Commits](libp2p/js-libp2p@v0.44.0...v0.45.3) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update deps and fix linting --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 76538e1 - Browse repository at this point
Copy the full SHA 76538e1View commit details
Commits on Jun 7, 2023
-
chore(release): 1.2.3 [skip ci]
## [@helia/unixfs-v1.2.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.2...@helia/unixfs-v1.2.3) (2023-06-07) ### Dependencies * update all deps and fix linting ([d4d6515](ipfs/helia-unixfs@d4d6515))
Configuration menu - View commit details
-
Copy full SHA for 189d7e5 - Browse repository at this point
Copy the full SHA 189d7e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e68a1 - Browse repository at this point
Copy the full SHA 95e68a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0857d1f - Browse repository at this point
Copy the full SHA 0857d1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3803a37 - Browse repository at this point
Copy the full SHA 3803a37View commit details -
chore(release): 1.0.0 [skip ci]
## @helia/car-v1.0.0 (2023-06-07) ### Bug Fixes * import from multiformats/cid for smaller bundles ([0857d1f](ipfs/helia-car@0857d1f)) ### Trivial Changes * fix linting ([3803a37](ipfs/helia-car@3803a37))
Configuration menu - View commit details
-
Copy full SHA for e0f815c - Browse repository at this point
Copy the full SHA e0f815cView commit details -
deps: update sibling dependencies
aegir[bot] committedJun 7, 2023 Configuration menu - View commit details
-
Copy full SHA for 7e3815e - Browse repository at this point
Copy the full SHA 7e3815eView commit details -
fix: export unixfs errors (#50)
Export error defs for reuse in other unixfs related modules
Configuration menu - View commit details
-
Copy full SHA for 8426d65 - Browse repository at this point
Copy the full SHA 8426d65View commit details -
chore(release): 1.2.4 [skip ci]
## [@helia/unixfs-v1.2.4](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.3...@helia/unixfs-v1.2.4) (2023-06-07) ### Bug Fixes * export unixfs errors ([#50](ipfs/helia-unixfs#50)) ([8426d65](ipfs/helia-unixfs@8426d65))
Configuration menu - View commit details
-
Copy full SHA for 60514b8 - Browse repository at this point
Copy the full SHA 60514b8View commit details -
feat: add offline option to all operations (#51)
Adds an `offline` option that means Helia won't go to the network when blocks are missing, instead throwing `ERR_NOT_FOUND`.
Configuration menu - View commit details
-
Copy full SHA for 444c8bd - Browse repository at this point
Copy the full SHA 444c8bdView commit details -
chore(release): 1.3.0 [skip ci]
## [@helia/unixfs-v1.3.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.2.4...@helia/unixfs-v1.3.0) (2023-06-07) ### Features * add offline option to all operations ([#51](ipfs/helia-unixfs#51)) ([444c8bd](ipfs/helia-unixfs@444c8bd))
Configuration menu - View commit details
-
Copy full SHA for 9b4707e - Browse repository at this point
Copy the full SHA 9b4707eView commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 237c588 - Browse repository at this point
Copy the full SHA 237c588View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6970cd1 - Browse repository at this point
Copy the full SHA 6970cd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b658042 - Browse repository at this point
Copy the full SHA b658042View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9bc16d - Browse repository at this point
Copy the full SHA b9bc16dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e558424 - Browse repository at this point
Copy the full SHA e558424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7559fb0 - Browse repository at this point
Copy the full SHA 7559fb0View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9de4a05 - Browse repository at this point
Copy the full SHA 9de4a05View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 54822ed - Browse repository at this point
Copy the full SHA 54822edView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb47f2 - Browse repository at this point
Copy the full SHA cbb47f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b5cd3 - Browse repository at this point
Copy the full SHA 26b5cd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b103705 - Browse repository at this point
Copy the full SHA b103705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd521d - Browse repository at this point
Copy the full SHA 9cd521dView commit details
Commits on Jun 30, 2023
-
feat: add globSource and urlSource (#53)
Ports `globSource` and `urlSource` from `ipfs-utils` for use with `unixfs.add` and `unixfs.addAll`.
Configuration menu - View commit details
-
Copy full SHA for b490a6e - Browse repository at this point
Copy the full SHA b490a6eView commit details -
chore(release): 1.4.0 [skip ci]
## [@helia/unixfs-v1.4.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.3.0...@helia/unixfs-v1.4.0) (2023-06-30) ### Features * add globSource and urlSource ([#53](ipfs/helia-unixfs#53)) ([b490a6e](ipfs/helia-unixfs@b490a6e))
Configuration menu - View commit details
-
Copy full SHA for e2184ef - Browse repository at this point
Copy the full SHA e2184efView commit details
Commits on Jul 3, 2023
-
docs: fs already defined in example (#1)
Fixes non-compileable code example where we set both `node:fs` import and `unixfs(helia)` to a variable `fs`.
Configuration menu - View commit details
-
Copy full SHA for 356797a - Browse repository at this point
Copy the full SHA 356797aView commit details
Commits on Jul 25, 2023
-
fix: correct browser override path for glob-source (#60)
The file is imported from `dist/src/utils`
Configuration menu - View commit details
-
Copy full SHA for fd0f33b - Browse repository at this point
Copy the full SHA fd0f33bView commit details -
docs: fix typos in example code (#57)
path: './foo.txt' miss a comma, ’entry‘ was written as "etnry"...
Configuration menu - View commit details
-
Copy full SHA for b7625c3 - Browse repository at this point
Copy the full SHA b7625c3View commit details -
chore(release): 1.4.1 [skip ci]
## [@helia/unixfs-v1.4.1](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.0...@helia/unixfs-v1.4.1) (2023-07-25) ### Bug Fixes * correct browser override path for glob-source ([#60](ipfs/helia-unixfs#60)) ([fd0f33b](ipfs/helia-unixfs@fd0f33b)) ### Documentation * fix typos in example code ([#57](ipfs/helia-unixfs#57)) ([b7625c3](ipfs/helia-unixfs@b7625c3))
Configuration menu - View commit details
-
Copy full SHA for c5026ae - Browse repository at this point
Copy the full SHA c5026aeView commit details
Commits on Aug 1, 2023
-
chore: use ts-ignore for go-ipfs import (#72)
The next version of npm-go-ipfs has types so the @ts-expect-error prevents using the pre-release version of npm-go-ipfs.
Configuration menu - View commit details
-
Copy full SHA for 27b2b8c - Browse repository at this point
Copy the full SHA 27b2b8cView commit details -
chore: use ts-ignore for go-ipfs import (#68)
The next version of npm-go-ipfs has types so the @ts-expect-error prevents using the pre-release version of npm-go-ipfs.
Configuration menu - View commit details
-
Copy full SHA for c19ee46 - Browse repository at this point
Copy the full SHA c19ee46View commit details
Commits on Aug 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c5ebe42 - Browse repository at this point
Copy the full SHA c5ebe42View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7bca32 - Browse repository at this point
Copy the full SHA d7bca32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84aec2b - Browse repository at this point
Copy the full SHA 84aec2bView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd8f610 - Browse repository at this point
Copy the full SHA fd8f610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379f6f0 - Browse repository at this point
Copy the full SHA 379f6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5616f6 - Browse repository at this point
Copy the full SHA b5616f6View commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/car-v1.0.1](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.0...@helia/car-v1.0.1) (2023-08-14) ### Documentation * fs already defined in example ([#1](ipfs/helia-car#1)) ([356797a](ipfs/helia-car@356797a))
Configuration menu - View commit details
-
Copy full SHA for ea21951 - Browse repository at this point
Copy the full SHA ea21951View commit details -
Configuration menu - View commit details
-
Copy full SHA for a70f4eb - Browse repository at this point
Copy the full SHA a70f4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b407a3 - Browse repository at this point
Copy the full SHA 0b407a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e7ca5e - Browse repository at this point
Copy the full SHA 0e7ca5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3aceb46 - Browse repository at this point
Copy the full SHA 3aceb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfabafd - Browse repository at this point
Copy the full SHA cfabafdView commit details -
chore(release): 1.0.0 [skip ci]
## @helia/mfs-v1.0.0 (2023-08-14) ### Features * initial import ([a70f4eb](ipfs/helia-mfs@a70f4eb)) ### Trivial Changes * fix up missing deps ([0b407a3](ipfs/helia-mfs@0b407a3)) * use release versions ([0e7ca5e](ipfs/helia-mfs@0e7ca5e))
Configuration menu - View commit details
-
Copy full SHA for 205e363 - Browse repository at this point
Copy the full SHA 205e363View commit details -
chore: update sibling dependencies
aegir[bot] committedAug 14, 2023 Configuration menu - View commit details
-
Copy full SHA for 8c775f5 - Browse repository at this point
Copy the full SHA 8c775f5View commit details
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ba3e6d - Browse repository at this point
Copy the full SHA 3ba3e6dView commit details
Commits on Aug 24, 2023
-
deps(dev): bump aegir from 39.0.13 to 40.0.8 (#65)
* deps(dev): bump aegir from 39.0.13 to 40.0.8 Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.8. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v39.0.13...v40.0.8) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: fix linting * chore: update config * chore: fix docs --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 174987b - Browse repository at this point
Copy the full SHA 174987bView commit details -
deps: bump multiformats from 11.0.2 to 12.0.1 (#57)
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6f93e51 - Browse repository at this point
Copy the full SHA 6f93e51View commit details
Commits on Aug 27, 2023
-
deps(dev): bump aegir from 39.0.13 to 40.0.11 (#29)
Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v39.0.13...v40.0.11) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 973bb5b - Browse repository at this point
Copy the full SHA 973bb5bView commit details -
chore(release): 1.0.0 [skip ci]
## @helia/dag-cbor-v1.0.0 (2023-08-27) ### Features * initial commit ([ed4c319](ipfs/helia-dag-cbor@ed4c319)) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#29](ipfs/helia-dag-cbor#29)) ([973bb5b](ipfs/helia-dag-cbor@973bb5b))
Configuration menu - View commit details
-
Copy full SHA for 5434035 - Browse repository at this point
Copy the full SHA 5434035View commit details -
chore: update sibling dependencies
aegir[bot] committedAug 27, 2023 Configuration menu - View commit details
-
Copy full SHA for 088527a - Browse repository at this point
Copy the full SHA 088527aView commit details -
deps(dev): bump aegir from 39.0.13 to 40.0.11 (#28)
* deps(dev): bump aegir from 39.0.13 to 40.0.11 Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v39.0.13...v40.0.11) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for d126e6a - Browse repository at this point
Copy the full SHA d126e6aView commit details -
deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#24)
* deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0. - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: go-ipfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 2c89d9f - Browse repository at this point
Copy the full SHA 2c89d9fView commit details -
deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#35)
Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4354316 - Browse repository at this point
Copy the full SHA 4354316View commit details -
deps: bump multiformats from 11.0.2 to 12.0.1 (#8)
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7a842d3 - Browse repository at this point
Copy the full SHA 7a842d3View commit details -
deps(dev): bump aegir from 39.0.13 to 40.0.11 (#30)
* deps(dev): bump aegir from 39.0.13 to 40.0.11 Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v39.0.13...v40.0.11) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for ea26a0b - Browse repository at this point
Copy the full SHA ea26a0bView commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/dag-json-v1.0.1](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.0...@helia/dag-json-v1.0.1) (2023-08-27) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#28](ipfs/helia-dag-json#28)) ([d126e6a](ipfs/helia-dag-json@d126e6a))
Configuration menu - View commit details
-
Copy full SHA for 1b2e696 - Browse repository at this point
Copy the full SHA 1b2e696View commit details -
deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#24)
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0. - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: go-ipfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 104a1dd - Browse repository at this point
Copy the full SHA 104a1ddView commit details -
deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#35)
Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2836bb8 - Browse repository at this point
Copy the full SHA 2836bb8View commit details -
deps: bump multiformats from 11.0.2 to 12.0.1 (#8)
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c89b8f1 - Browse repository at this point
Copy the full SHA c89b8f1View commit details -
chore(release): 1.0.2 [skip ci]
## [@helia/car-v1.0.2](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.1...@helia/car-v1.0.2) (2023-08-27) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#30](ipfs/helia-car#30)) ([ea26a0b](ipfs/helia-car@ea26a0b))
Configuration menu - View commit details
-
Copy full SHA for 546afef - Browse repository at this point
Copy the full SHA 546afefView commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/dag-cbor-v1.0.1](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.0...@helia/dag-cbor-v1.0.1) (2023-08-27) ### Dependencies * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-dag-cbor#8)) ([7a842d3](ipfs/helia-dag-cbor@7a842d3))
Configuration menu - View commit details
-
Copy full SHA for f559d64 - Browse repository at this point
Copy the full SHA f559d64View commit details -
chore(release): 1.0.2 [skip ci]
## [@helia/dag-json-v1.0.2](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.1...@helia/dag-json-v1.0.2) (2023-08-27) ### Dependencies * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-dag-json#8)) ([c89b8f1](ipfs/helia-dag-json@c89b8f1))
Configuration menu - View commit details
-
Copy full SHA for 602947c - Browse repository at this point
Copy the full SHA 602947cView commit details -
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#30)
Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for aa6ebcf - Browse repository at this point
Copy the full SHA aa6ebcfView commit details -
chore(release): 1.0.2 [skip ci]
## [@helia/dag-cbor-v1.0.2](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.1...@helia/dag-cbor-v1.0.2) (2023-08-27) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#30](ipfs/helia-dag-cbor#30)) ([aa6ebcf](ipfs/helia-dag-cbor@aa6ebcf))
Configuration menu - View commit details
-
Copy full SHA for 07ed911 - Browse repository at this point
Copy the full SHA 07ed911View commit details -
deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#22)
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0. - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: go-ipfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for c8a2e7f - Browse repository at this point
Copy the full SHA c8a2e7fView commit details -
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#32)
* deps: bump @helia/interface from 1.2.2 to 2.0.0 Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * deps(dev): bump helia from 1.3.12 to 2.0.1 (#31) Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](helia-v1.3.12...helia-v2.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for eb836ef - Browse repository at this point
Copy the full SHA eb836efView commit details -
deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#36)
Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 5f4169e - Browse repository at this point
Copy the full SHA 5f4169eView commit details -
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#32)
* deps: bump @helia/interface from 1.2.2 to 2.0.0 Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: update helia --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 68656a8 - Browse repository at this point
Copy the full SHA 68656a8View commit details -
deps: bump cborg from 1.10.2 to 2.0.5 (#35)
Bumps [cborg](https://github.com/rvagg/cborg) from 1.10.2 to 2.0.5. - [Release notes](https://github.com/rvagg/cborg/releases) - [Changelog](https://github.com/rvagg/cborg/blob/master/CHANGELOG.md) - [Commits](rvagg/cborg@v1.10.2...v2.0.5) --- updated-dependencies: - dependency-name: cborg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 10994ea - Browse repository at this point
Copy the full SHA 10994eaView commit details -
deps: bump multiformats from 11.0.2 to 12.0.1 (#4)
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50bed0f - Browse repository at this point
Copy the full SHA 50bed0fView commit details -
deps(dev): bump aegir from 39.0.13 to 40.0.11 (#26)
Bumps [aegir](https://github.com/ipfs/aegir) from 39.0.13 to 40.0.11. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v39.0.13...v40.0.11) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 37b6ba1 - Browse repository at this point
Copy the full SHA 37b6ba1View commit details -
chore(release): 1.0.3 [skip ci]
## [@helia/car-v1.0.3](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.2...@helia/car-v1.0.3) (2023-08-27) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#32](ipfs/helia-car#32)) ([68656a8](ipfs/helia-car@68656a8)) * bump cborg from 1.10.2 to 2.0.5 ([#35](ipfs/helia-car#35)) ([10994ea](ipfs/helia-car@10994ea)) * bump multiformats from 11.0.2 to 12.0.1 ([#4](ipfs/helia-car#4)) ([50bed0f](ipfs/helia-car@50bed0f))
Configuration menu - View commit details
-
Copy full SHA for 3d87c68 - Browse repository at this point
Copy the full SHA 3d87c68View commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/json-v1.0.1](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.0...@helia/json-v1.0.1) (2023-08-27) ### Dependencies * **dev:** bump aegir from 39.0.13 to 40.0.11 ([#26](ipfs/helia-json#26)) ([37b6ba1](ipfs/helia-json@37b6ba1))
Configuration menu - View commit details
-
Copy full SHA for cb8bc20 - Browse repository at this point
Copy the full SHA cb8bc20View commit details -
deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#24)
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0. - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: go-ipfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for cff694f - Browse repository at this point
Copy the full SHA cff694fView commit details -
deps(dev): bump @libp2p/websockets from 6.0.3 to 7.0.5 (#35)
Bumps [@libp2p/websockets](https://github.com/libp2p/js-libp2p) from 6.0.3 to 7.0.5. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](libp2p/js-libp2p@peer-record-v6.0.3...websockets-v7.0.5) --- updated-dependencies: - dependency-name: "@libp2p/websockets" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de04834 - Browse repository at this point
Copy the full SHA de04834View commit details -
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#34)
Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * deps(dev): bump helia from 1.3.12 to 2.0.1 (#32) Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](helia-v1.3.12...helia-v2.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for d48f2c5 - Browse repository at this point
Copy the full SHA d48f2c5View commit details -
deps: bump multiformats from 11.0.2 to 12.0.1 (#8)
Bumps [multiformats](https://github.com/multiformats/js-multiformats) from 11.0.2 to 12.0.1. - [Release notes](https://github.com/multiformats/js-multiformats/releases) - [Changelog](https://github.com/multiformats/js-multiformats/blob/master/CHANGELOG.md) - [Commits](multiformats/js-multiformats@v11.0.2...v12.0.1) --- updated-dependencies: - dependency-name: multiformats dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2a2ee3 - Browse repository at this point
Copy the full SHA c2a2ee3View commit details -
chore(release): 1.0.2 [skip ci]
## [@helia/json-v1.0.2](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.1...@helia/json-v1.0.2) (2023-08-27) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#34](ipfs/helia-json#34)) ([d48f2c5](ipfs/helia-json@d48f2c5)) * bump multiformats from 11.0.2 to 12.0.1 ([#8](ipfs/helia-json#8)) ([c2a2ee3](ipfs/helia-json@c2a2ee3))
Configuration menu - View commit details
-
Copy full SHA for 3bff266 - Browse repository at this point
Copy the full SHA 3bff266View commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8d1c9b2 - Browse repository at this point
Copy the full SHA 8d1c9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b0b81c - Browse repository at this point
Copy the full SHA 1b0b81cView commit details -
Merge pull request #6 from ipfs/uci/delete-templates
chore: delete templates [skip ci]
Configuration menu - View commit details
-
Copy full SHA for f56adb0 - Browse repository at this point
Copy the full SHA f56adb0View commit details -
Merge pull request #7 from ipfs/uci/copy-templates
chore: add or force update .github/workflows/js-test-and-release.yml
Configuration menu - View commit details
-
Copy full SHA for efd66d9 - Browse repository at this point
Copy the full SHA efd66d9View commit details
Commits on Sep 8, 2023
-
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#2)
* deps: bump @helia/interface from 1.2.2 to 2.0.0 Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * deps(dev): bump helia from 1.3.12 to 2.0.1 (#1) Bumps [helia](https://github.com/ipfs/helia) from 1.3.12 to 2.0.1. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](helia-v1.3.12...helia-v2.0.1) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex Potsides <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 351fae7 - Browse repository at this point
Copy the full SHA 351fae7View commit details -
docs: update docs to use MFS style API (#4)
The MFS API does not return a CID from every operation so update the docs to reflect that. --------- Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 88b23b0 - Browse repository at this point
Copy the full SHA 88b23b0View commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/mfs-v1.0.1](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.0...@helia/mfs-v1.0.1) (2023-09-08) ### Documentation * update docs to use MFS style API ([#4](ipfs/helia-mfs#4)) ([88b23b0](ipfs/helia-mfs@88b23b0)) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#2](ipfs/helia-mfs#2)) ([351fae7](ipfs/helia-mfs@351fae7))
Configuration menu - View commit details
-
Copy full SHA for 077021a - Browse repository at this point
Copy the full SHA 077021aView commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a704fdc - Browse repository at this point
Copy the full SHA a704fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ea13fc - Browse repository at this point
Copy the full SHA 7ea13fcView commit details -
chore(release): 1.1.4 [skip ci]
## [@helia/ipns-v1.1.4](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.3...@helia/ipns-v1.1.4) (2023-09-11) ### Trivial Changes * update project config ([#99](ipfs/helia-ipns#99)) ([a704fdc](ipfs/helia-ipns@a704fdc)) ### Dependencies * bump multiformats from 11.0.2 to 12.0.1 ([#57](ipfs/helia-ipns#57)) ([6f93e51](ipfs/helia-ipns@6f93e51)) * **dev:** bump aegir from 39.0.13 to 40.0.8 ([#65](ipfs/helia-ipns#65)) ([174987b](ipfs/helia-ipns@174987b))
Configuration menu - View commit details
-
Copy full SHA for 58a5a11 - Browse repository at this point
Copy the full SHA 58a5a11View commit details -
deps(dev): bump go-ipfs from 0.20.0 to 0.22.0 (#81)
Bumps [go-ipfs](https://github.com/ipfs/npm-go-ipfs) from 0.20.0 to 0.22.0. - [Commits](ipfs/npm-kubo@v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: go-ipfs dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 15fb863 - Browse repository at this point
Copy the full SHA 15fb863View commit details -
deps: bump @libp2p/logger from 2.1.1 to 3.0.2 (#87)
Bumps [@libp2p/logger](https://github.com/libp2p/js-libp2p) from 2.1.1 to 3.0.2. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](https://github.com/libp2p/js-libp2p/commits/logger-v3.0.2) --- updated-dependencies: - dependency-name: "@libp2p/logger" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b2886b9 - Browse repository at this point
Copy the full SHA b2886b9View commit details -
chore(release): 1.1.5 [skip ci]
## [@helia/ipns-v1.1.5](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.4...@helia/ipns-v1.1.5) (2023-09-11) ### Dependencies * bump @libp2p/logger from 2.1.1 to 3.0.2 ([#87](ipfs/helia-ipns#87)) ([b2886b9](ipfs/helia-ipns@b2886b9))
Configuration menu - View commit details
-
Copy full SHA for 9cf48aa - Browse repository at this point
Copy the full SHA 9cf48aaView commit details
Commits on Sep 14, 2023
-
deps(dev): bump libp2p from 0.45.9 to 0.46.6 (#92)
Bumps [libp2p](https://github.com/libp2p/js-libp2p) from 0.45.9 to 0.46.6. - [Release notes](https://github.com/libp2p/js-libp2p/releases) - [Changelog](https://github.com/libp2p/js-libp2p/blob/master/.release-please.json) - [Commits](libp2p/js-libp2p@libp2p-v0.45.9...libp2p-v0.46.6) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for efe02e5 - Browse repository at this point
Copy the full SHA efe02e5View commit details -
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#87)
Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 098a305 - Browse repository at this point
Copy the full SHA 098a305View commit details -
chore(release): 1.4.2 [skip ci]
## [@helia/unixfs-v1.4.2](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.1...@helia/unixfs-v1.4.2) (2023-09-14) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#87](ipfs/helia-unixfs#87)) ([098a305](ipfs/helia-unixfs@098a305))
Configuration menu - View commit details
-
Copy full SHA for 4e5b1bf - Browse repository at this point
Copy the full SHA 4e5b1bfView commit details
Commits on Sep 15, 2023
-
chore(release): 1.1.6 [skip ci]
## [@helia/ipns-v1.1.6](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.5...@helia/ipns-v1.1.6) (2023-09-15) ### Dependencies * **dev:** bump libp2p from 0.45.9 to 0.46.6 ([#92](ipfs/helia-ipns#92)) ([efe02e5](ipfs/helia-ipns@efe02e5))
Configuration menu - View commit details
-
Copy full SHA for 6414322 - Browse repository at this point
Copy the full SHA 6414322View commit details -
deps(dev): bump sinon from 15.2.0 to 16.0.0 (#105)
Bumps [sinon](https://github.com/sinonjs/sinon) from 15.2.0 to 16.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v15.2.0...v16.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 231ebbd - Browse repository at this point
Copy the full SHA 231ebbdView commit details -
chore(release): 1.1.7 [skip ci]
## [@helia/ipns-v1.1.7](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.6...@helia/ipns-v1.1.7) (2023-09-15) ### Dependencies * **dev:** bump sinon from 15.2.0 to 16.0.0 ([#105](ipfs/helia-ipns#105)) ([231ebbd](ipfs/helia-ipns@231ebbd))
Configuration menu - View commit details
-
Copy full SHA for aaf402d - Browse repository at this point
Copy the full SHA aaf402dView commit details -
deps!: update ipns to v7.x.x (#106)
Updates ipns to v7.x.x. See the [release notes](https://github.com/ipfs/js-ipns/releases/tag/v7.0.0) for full details. BREAKING CHANGE: the `IPNSRecord` type returned from the `publish` method has changed
Configuration menu - View commit details
-
Copy full SHA for 83a1d14 - Browse repository at this point
Copy the full SHA 83a1d14View commit details
Commits on Sep 22, 2023
-
chore(release): 2.0.0 [skip ci]
## [@helia/ipns-v2.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v1.1.7...@helia/ipns-v2.0.0) (2023-09-22) ### ⚠ BREAKING CHANGES * the `IPNSRecord` type returned from the `publish` method has changed ### Dependencies * update ipns to v7.x.x ([#106](ipfs/helia-ipns#106)) ([83a1d14](ipfs/helia-ipns@83a1d14))
Configuration menu - View commit details
-
Copy full SHA for f29a523 - Browse repository at this point
Copy the full SHA f29a523View commit details -
chore: update sibling dependencies
aegir[bot] committedSep 22, 2023 Configuration menu - View commit details
-
Copy full SHA for e206777 - Browse repository at this point
Copy the full SHA e206777View commit details
Commits on Oct 6, 2023
-
deps: bump @helia/interface from 1.2.2 to 2.0.0 (#39)
Bumps [@helia/interface](https://github.com/ipfs/helia) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](https://github.com/ipfs/helia/compare/@helia/interface-v1.2.2...helia-v2.0.0) --- updated-dependencies: - dependency-name: "@helia/interface" dependency-type: direct:production update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 7c9bc2e - Browse repository at this point
Copy the full SHA 7c9bc2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad9d40 - Browse repository at this point
Copy the full SHA 2ad9d40View commit details -
chore(release): 1.0.1 [skip ci]
## [@helia/strings-v1.0.1](https://github.com/ipfs/helia-strings/compare/@helia/strings-v1.0.0...@helia/strings-v1.0.1) (2023-10-06) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#39](ipfs/helia-strings#39)) ([7c9bc2e](ipfs/helia-strings@7c9bc2e))
Configuration menu - View commit details
-
Copy full SHA for 6c68f4e - Browse repository at this point
Copy the full SHA 6c68f4eView commit details
Commits on Oct 7, 2023
-
deps(dev): bump aegir from 40.0.13 to 41.0.0 (#36)
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v40.0.13...v41.0.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 77e29bc - Browse repository at this point
Copy the full SHA 77e29bcView commit details -
deps(dev): bump aegir from 40.0.13 to 41.0.0 (#36)
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v40.0.13...v41.0.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 9f57d11 - Browse repository at this point
Copy the full SHA 9f57d11View commit details -
deps(dev): bump aegir from 40.0.13 to 41.0.0 (#41)
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v40.0.13...v41.0.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for e8fc99f - Browse repository at this point
Copy the full SHA e8fc99fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33a5c9f - Browse repository at this point
Copy the full SHA 33a5c9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b19d2e9 - Browse repository at this point
Copy the full SHA b19d2e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343e7ce - Browse repository at this point
Copy the full SHA 343e7ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f39695 - Browse repository at this point
Copy the full SHA 2f39695View commit details -
deps(dev): bump helia from 2.0.1 to 2.0.3 (#10)
Bumps [helia](https://github.com/ipfs/helia) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/ipfs/helia/releases) - [Changelog](https://github.com/ipfs/helia/blob/main/CHANGELOG.md) - [Commits](helia-v2.0.1...helia-v2.0.3) --- updated-dependencies: - dependency-name: helia dependency-type: direct:development update-type: version-update:semver-patch ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 6911470 - Browse repository at this point
Copy the full SHA 6911470View commit details -
deps(dev): bump aegir from 40.0.13 to 41.0.0 (#107)
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v40.0.13...v41.0.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 5402d30 - Browse repository at this point
Copy the full SHA 5402d30View commit details -
deps(dev): bump aegir from 40.0.13 to 41.0.0 (#36)
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v40.0.13...v41.0.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for ca3f05a - Browse repository at this point
Copy the full SHA ca3f05aView commit details -
chore(release): 1.0.3 [skip ci]
## [@helia/dag-json-v1.0.3](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.2...@helia/dag-json-v1.0.3) (2023-10-07) ### Dependencies * bump @helia/interface from 1.2.2 to 2.0.0 ([#32](ipfs/helia-dag-json#32)) ([eb836ef](ipfs/helia-dag-json@eb836ef)) * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](ipfs/helia-dag-json#36)) ([9f57d11](ipfs/helia-dag-json@9f57d11))
Configuration menu - View commit details
-
Copy full SHA for a52eae7 - Browse repository at this point
Copy the full SHA a52eae7View commit details -
chore(release): 1.0.2 [skip ci]
## [@helia/mfs-v1.0.2](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.1...@helia/mfs-v1.0.2) (2023-10-07) ### Dependencies * **dev:** bump helia from 2.0.1 to 2.0.3 ([#10](ipfs/helia-mfs#10)) ([6911470](ipfs/helia-mfs@6911470))
Configuration menu - View commit details
-
Copy full SHA for 15d42a0 - Browse repository at this point
Copy the full SHA 15d42a0View commit details -
chore(release): 2.0.1 [skip ci]
## [@helia/ipns-v2.0.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.0...@helia/ipns-v2.0.1) (2023-10-07) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#107](ipfs/helia-ipns#107)) ([5402d30](ipfs/helia-ipns@5402d30))
Configuration menu - View commit details
-
Copy full SHA for 02d52f9 - Browse repository at this point
Copy the full SHA 02d52f9View commit details -
chore(release): 1.0.3 [skip ci]
## [@helia/dag-cbor-v1.0.3](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.2...@helia/dag-cbor-v1.0.3) (2023-10-07) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](ipfs/helia-dag-cbor#36)) ([77e29bc](ipfs/helia-dag-cbor@77e29bc))
Configuration menu - View commit details
-
Copy full SHA for e7b9a9d - Browse repository at this point
Copy the full SHA e7b9a9dView commit details -
chore(release): 1.0.4 [skip ci]
## [@helia/car-v1.0.4](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.3...@helia/car-v1.0.4) (2023-10-07) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#41](ipfs/helia-car#41)) ([e8fc99f](ipfs/helia-car@e8fc99f))
Configuration menu - View commit details
-
Copy full SHA for d0e8597 - Browse repository at this point
Copy the full SHA d0e8597View commit details -
chore(release): 1.0.3 [skip ci]
## [@helia/json-v1.0.3](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.2...@helia/json-v1.0.3) (2023-10-07) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#36](ipfs/helia-json#36)) ([ca3f05a](ipfs/helia-json@ca3f05a))
Configuration menu - View commit details
-
Copy full SHA for 903d9e4 - Browse repository at this point
Copy the full SHA 903d9e4View commit details
Commits on Oct 13, 2023
-
deps(dev): bump aegir from 40.0.13 to 41.0.0 (#105)
Bumps [aegir](https://github.com/ipfs/aegir) from 40.0.13 to 41.0.0. - [Release notes](https://github.com/ipfs/aegir/releases) - [Changelog](https://github.com/ipfs/aegir/blob/master/CHANGELOG.md) - [Commits](ipfs/aegir@v40.0.13...v41.0.0) --- updated-dependencies: - dependency-name: aegir dependency-type: direct:development update-type: version-update:semver-major ... --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <alex@achingbrain.net>
Configuration menu - View commit details
-
Copy full SHA for 2421ee2 - Browse repository at this point
Copy the full SHA 2421ee2View commit details
Commits on Oct 24, 2023
-
deps(dev): bump sinon from 16.1.3 to 17.0.0 (#108)
Bumps [sinon](https://github.com/sinonjs/sinon) from 16.1.3 to 17.0.0. - [Release notes](https://github.com/sinonjs/sinon/releases) - [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md) - [Commits](sinonjs/sinon@v16.1.3...v17.0.0) --- updated-dependencies: - dependency-name: sinon dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 530aeff - Browse repository at this point
Copy the full SHA 530aeffView commit details -
chore(release): 2.0.2 [skip ci]
## [@helia/ipns-v2.0.2](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.1...@helia/ipns-v2.0.2) (2023-10-24) ### Dependencies * **dev:** bump sinon from 16.1.3 to 17.0.0 ([#108](ipfs/helia-ipns#108)) ([530aeff](ipfs/helia-ipns@530aeff))
Configuration menu - View commit details
-
Copy full SHA for 31c3f5c - Browse repository at this point
Copy the full SHA 31c3f5cView commit details
Commits on Oct 25, 2023
-
fix: update libp2p interfaces (#109)
Remove deprecated interfaces for newer versions.
Configuration menu - View commit details
-
Copy full SHA for 514b6e1 - Browse repository at this point
Copy the full SHA 514b6e1View commit details
Commits on Oct 26, 2023
-
chore(release): 2.0.3 [skip ci]
## [@helia/ipns-v2.0.3](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.2...@helia/ipns-v2.0.3) (2023-10-26) ### Bug Fixes * update libp2p interfaces ([#109](ipfs/helia-ipns#109)) ([514b6e1](ipfs/helia-ipns@514b6e1))
Configuration menu - View commit details
-
Copy full SHA for d954e0a - Browse repository at this point
Copy the full SHA d954e0aView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f13daae - Browse repository at this point
Copy the full SHA f13daaeView commit details
Commits on Dec 1, 2023
-
chore: update sibling dependencies
aegir[bot] committedDec 1, 2023 Configuration menu - View commit details
-
Copy full SHA for 1184ea6 - Browse repository at this point
Copy the full SHA 1184ea6View commit details
Commits on Dec 3, 2023
-
fix: convert date to mtime in glob source (#106)
The UnixFS importer requires mtimes to follow the `Mtime` interface so convert files/folders read from glob source.
Configuration menu - View commit details
-
Copy full SHA for cd9e903 - Browse repository at this point
Copy the full SHA cd9e903View commit details -
chore(release): 1.4.3 [skip ci]
## [@helia/unixfs-v1.4.3](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.2...@helia/unixfs-v1.4.3) (2023-12-03) ### Bug Fixes * convert date to mtime in glob source ([#106](ipfs/helia-unixfs#106)) ([cd9e903](ipfs/helia-unixfs@cd9e903)) ### Dependencies * **dev:** bump aegir from 40.0.13 to 41.0.0 ([#105](ipfs/helia-unixfs#105)) ([2421ee2](ipfs/helia-unixfs@2421ee2))
Configuration menu - View commit details
-
Copy full SHA for ffe7629 - Browse repository at this point
Copy the full SHA ffe7629View commit details -
chore: update sibling dependencies
aegir[bot] committedDec 3, 2023 Configuration menu - View commit details
-
Copy full SHA for 1b0b2ef - Browse repository at this point
Copy the full SHA 1b0b2efView commit details
Commits on Dec 5, 2023
-
feat!: support DNS over HTTPS and DNS-JSON over HTTPS (#55)
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> BREAKING CHANGE: alters the options object passed to the `ipns` factory function
Configuration menu - View commit details
-
Copy full SHA for 2ac0e8b - Browse repository at this point
Copy the full SHA 2ac0e8bView commit details -
chore(release): 3.0.0 [skip ci]
## [@helia/ipns-v3.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v2.0.3...@helia/ipns-v3.0.0) (2023-12-05) ### ⚠ BREAKING CHANGES * alters the options object passed to the `ipns` factory function ### Features * support DNS over HTTPS and DNS-JSON over HTTPS ([#55](ipfs/helia-ipns#55)) ([2ac0e8b](ipfs/helia-ipns@2ac0e8b))
Configuration menu - View commit details
-
Copy full SHA for ce35431 - Browse repository at this point
Copy the full SHA ce35431View commit details -
chore: update sibling dependencies
aegir[bot] committedDec 5, 2023 Configuration menu - View commit details
-
Copy full SHA for d0d84f0 - Browse repository at this point
Copy the full SHA d0d84f0View commit details
Commits on Dec 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f66dd71 - Browse repository at this point
Copy the full SHA f66dd71View commit details -
chore: update sibling dependencies
aegir[bot] committedDec 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 6ab5ddc - Browse repository at this point
Copy the full SHA 6ab5ddcView commit details
Commits on Dec 8, 2023
-
Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d732db9 - Browse repository at this point
Copy the full SHA d732db9View commit details -
chore(release): 3.0.1 [skip ci]
## [@helia/ipns-v3.0.1](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v3.0.0...@helia/ipns-v3.0.1) (2023-12-08) ### Trivial Changes * fix docs and aegir dep in subpackages ([#142](ipfs/helia-ipns#142)) ([f66dd71](ipfs/helia-ipns@f66dd71)) * update sibling dependencies ([6ab5ddc](ipfs/helia-ipns@6ab5ddc)) * update sibling dependencies ([d0d84f0](ipfs/helia-ipns@d0d84f0)) ### Documentation * fix typo ([#113](ipfs/helia-ipns#113)) ([d732db9](ipfs/helia-ipns@d732db9))
Configuration menu - View commit details
-
Copy full SHA for ae6354b - Browse repository at this point
Copy the full SHA ae6354bView commit details
Commits on Dec 29, 2023
-
fix: make @libp2p/interface a dependency (#159)
This should be a dep not a dev dep. Refs #158
Configuration menu - View commit details
-
Copy full SHA for 546ecf0 - Browse repository at this point
Copy the full SHA 546ecf0View commit details
Commits on Jan 8, 2024
-
feat!: update helia to v3 and multiformats to v13 (#147)
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
Configuration menu - View commit details
-
Copy full SHA for 001247c - Browse repository at this point
Copy the full SHA 001247cView commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#147](ipfs/helia-unixfs#147)) ([001247c](ipfs/helia-unixfs@001247c)) ### Trivial Changes * update sibling dependencies ([1b0b2ef](ipfs/helia-unixfs@1b0b2ef))
Configuration menu - View commit details
-
Copy full SHA for afc27d4 - Browse repository at this point
Copy the full SHA afc27d4View commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 12f4c75 - Browse repository at this point
Copy the full SHA 12f4c75View commit details -
feat!: update helia to v3 and multiformats to v13
Updates all deps and fixes linitng errors. BREAKING CHANGE: uses multiformats v13
Configuration menu - View commit details
-
Copy full SHA for 9f7dc0a - Browse repository at this point
Copy the full SHA 9f7dc0aView commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/mfs-v2.0.0](https://github.com/ipfs/helia-mfs/compare/@helia/mfs-v1.0.2...@helia/mfs-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 ### Features * update helia to v3 and multiformats to v13 ([9f7dc0a](ipfs/helia-mfs@9f7dc0a))
Configuration menu - View commit details
-
Copy full SHA for fca43ed - Browse repository at this point
Copy the full SHA fca43edView commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for bebe2ef - Browse repository at this point
Copy the full SHA bebe2efView commit details -
feat!: update helia to v3 and multiformats to v13 (#167)
Updates all deps and fixes linting errors. Renames the `dht` routing to `libp2p` since it's used any and all configured libp2p Content Routers instead of the low-level DHT interface for several releases now. BREAKING CHANGE: uses multiformats v13 and helia v3, renames `dht` routing to `libp2p`
Configuration menu - View commit details
-
Copy full SHA for a0381b9 - Browse repository at this point
Copy the full SHA a0381b9View commit details -
chore(release): 4.0.0 [skip ci]
## [@helia/ipns-v4.0.0](https://github.com/ipfs/helia-ipns/compare/@helia/ipns-v3.0.1...@helia/ipns-v4.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3, renames `dht` routing to `libp2p` ### Features * update helia to v3 and multiformats to v13 ([#167](ipfs/helia-ipns#167)) ([a0381b9](ipfs/helia-ipns@a0381b9)) ### Bug Fixes * make @libp2p/interface a dependency ([#159](ipfs/helia-ipns#159)) ([546ecf0](ipfs/helia-ipns@546ecf0)), closes [#158](ipfs/helia-ipns#158)
Configuration menu - View commit details
-
Copy full SHA for 8af090e - Browse repository at this point
Copy the full SHA 8af090eView commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 5b0ed52 - Browse repository at this point
Copy the full SHA 5b0ed52View commit details -
feat!: update helia to v3 and multiformats to v13 (#52)
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
Configuration menu - View commit details
-
Copy full SHA for 6405c34 - Browse repository at this point
Copy the full SHA 6405c34View commit details -
feat!: update helia to v3 and multiformats to v13 (#87)
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
Configuration menu - View commit details
-
Copy full SHA for ae7cbc9 - Browse repository at this point
Copy the full SHA ae7cbc9View commit details -
feat!: update helia to v3 and multiformats to v13 (#46)
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
Configuration menu - View commit details
-
Copy full SHA for e3dc586 - Browse repository at this point
Copy the full SHA e3dc586View commit details -
feat!: update helia to v3 and multiformats to v13 (#45)
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
Configuration menu - View commit details
-
Copy full SHA for 3c7d9d4 - Browse repository at this point
Copy the full SHA 3c7d9d4View commit details -
feat!: update helia to v3 and multiformats to v13 (#45)
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
Configuration menu - View commit details
-
Copy full SHA for f078447 - Browse repository at this point
Copy the full SHA f078447View commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/car-v2.0.0](https://github.com/ipfs/helia-car/compare/@helia/car-v1.0.4...@helia/car-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#52](ipfs/helia-car#52)) ([6405c34](ipfs/helia-car@6405c34))
Configuration menu - View commit details
-
Copy full SHA for 89ca5a5 - Browse repository at this point
Copy the full SHA 89ca5a5View commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for d7b502f - Browse repository at this point
Copy the full SHA d7b502fView commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/strings-v2.0.0](https://github.com/ipfs/helia-strings/compare/@helia/strings-v1.0.1...@helia/strings-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#87](ipfs/helia-strings#87)) ([ae7cbc9](ipfs/helia-strings@ae7cbc9)) ### Trivial Changes * update sibling dependencies ([1184ea6](ipfs/helia-strings@1184ea6))
Configuration menu - View commit details
-
Copy full SHA for e0c2956 - Browse repository at this point
Copy the full SHA e0c2956View commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 1a24e86 - Browse repository at this point
Copy the full SHA 1a24e86View commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/dag-json-v2.0.0](https://github.com/ipfs/helia-dag-json/compare/@helia/dag-json-v1.0.3...@helia/dag-json-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#45](ipfs/helia-dag-json#45)) ([3c7d9d4](ipfs/helia-dag-json@3c7d9d4))
Configuration menu - View commit details
-
Copy full SHA for bfddf3d - Browse repository at this point
Copy the full SHA bfddf3dView commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 3ba2a28 - Browse repository at this point
Copy the full SHA 3ba2a28View commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/json-v2.0.0](https://github.com/ipfs/helia-json/compare/@helia/json-v1.0.3...@helia/json-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#46](ipfs/helia-json#46)) ([e3dc586](ipfs/helia-json@e3dc586))
Configuration menu - View commit details
-
Copy full SHA for b4a6e80 - Browse repository at this point
Copy the full SHA b4a6e80View commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for d6e2341 - Browse repository at this point
Copy the full SHA d6e2341View commit details -
chore(release): 2.0.0 [skip ci]
## [@helia/dag-cbor-v2.0.0](https://github.com/ipfs/helia-dag-cbor/compare/@helia/dag-cbor-v1.0.3...@helia/dag-cbor-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#45](ipfs/helia-dag-cbor#45)) ([f078447](ipfs/helia-dag-cbor@f078447))
Configuration menu - View commit details
-
Copy full SHA for 547ca94 - Browse repository at this point
Copy the full SHA 547ca94View commit details -
chore: update sibling dependencies
aegir[bot] committedJan 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 6dad087 - Browse repository at this point
Copy the full SHA 6dad087View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef0c1a1 - Browse repository at this point
Copy the full SHA ef0c1a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 705e7c5 - Browse repository at this point
Copy the full SHA 705e7c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bff18c - Browse repository at this point
Copy the full SHA 6bff18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aa1b78 - Browse repository at this point
Copy the full SHA 8aa1b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e4e708 - Browse repository at this point
Copy the full SHA 9e4e708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f3dea4 - Browse repository at this point
Copy the full SHA 1f3dea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 887acf0 - Browse repository at this point
Copy the full SHA 887acf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12414a4 - Browse repository at this point
Copy the full SHA 12414a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f02682e - Browse repository at this point
Copy the full SHA f02682eView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbd5a57 - Browse repository at this point
Copy the full SHA fbd5a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 977a354 - Browse repository at this point
Copy the full SHA 977a354View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2359d37 - Browse repository at this point
Copy the full SHA 2359d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a8bcc - Browse repository at this point
Copy the full SHA 43a8bccView commit details