Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

chore: import @helia/* modules to monorepo #363

Merged
merged 263 commits into from
Jan 8, 2024
Merged

Conversation

achingbrain
Copy link
Member

Imports all non-application @helia/* modules to the monorepo to reduce the maintenance burden and make releasing easier - no more partially complete migrations (e.g. majors of libp2p or multiformats breaking things).

## 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))
## [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))
In order to have a more consistent developer experience, wrap the `ipfs-unixfs-importer` methods to allow adding data from the `UnixFS` interface.
## [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))
Fixes up traversing deep shards
## [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))
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.
## [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))
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.
## [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))
Updates all deps to the latest versions
Splits repo into monorepo and adds a package for doing interop testing between @helia/unixfs and kubo.

Also updates all deps.
Expose progress event types that are passed to `onProgress` callback passed to all operations.
## [@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))
Expands types to include unixfs progress events as well as bitswap
and blockstore events.
Updates to ipns@6.x.x with interface-datastore@8.x.x
## [@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))
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>
Helia v1 has shipped so update dep versions
achingbrain and others added 22 commits January 8, 2024 10:23
Updates all deps and fixes linting errors.

BREAKING CHANGE: uses multiformats v13 and helia v3
## [@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))
## [@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))
## [@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))
## [@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))
## [@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))
@achingbrain achingbrain requested a review from a team as a code owner January 8, 2024 12:40
@achingbrain
Copy link
Member Author

N.b. to preserve existing repo history this PR should be merged and not squashed.

@achingbrain achingbrain merged commit ea5533c into main Jan 8, 2024
18 checks passed
@achingbrain achingbrain deleted the fix/add-modules branch January 8, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

9 participants