-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: storacha/dagula
base: v6.0.2
head repository: storacha/dagula
compare: v7.0.0
- 6 commits
- 10 files changed
- 3 contributors
Commits on May 18, 2023
-
feat: add ordering option to getPath (#19)
# Goals This adds support for depth first traversals to Dagula. It's designed to be in conformance with ipfs/specs#412. (will update if parameter names change) # Implementation - adds order parameter to options struct for getPath and get - renames breadFirstSearch to blockLinks (it isn't really "bread first search" so much as "all the links in this block"). - handles ordering change inside of `get`, using recursion for depth-first-search - adds tests for both orders. --------- Co-authored-by: Alan Shaw <alan.shaw@protocol.ai>
Configuration menu - View commit details
-
Copy full SHA for ad25001 - Browse repository at this point
Copy the full SHA ad25001View commit details -
feat: support yamux muxer (#11)
Note: elastic-ipfs/bitswap-peer#205 needs to merge before yamux will be used with the default peer.
Alan Shaw authoredMay 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 24ef997 - Browse repository at this point
Copy the full SHA 24ef997View commit details -
fix!: rename dagScope to carScope (#21)
Spec got an update `carScope` -> `dagScope` and `file` scope -> `entity`.
Alan Shaw authoredMay 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 497cc90 - Browse repository at this point
Copy the full SHA 497cc90View commit details -
refactor: change block ordering default to depth first (#22)
Alan Shaw authoredMay 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 3e0d648 - Browse repository at this point
Copy the full SHA 3e0d648View commit details -
refactor!: remove search option (#23)
This PR removes the internal `search` option in favour of a block `filter` option. I also fixed all the types in `index.js`...was having a hard time with `Link` vs `CID` and decided to upgrade everything to use `Link`, seeing as this is going out as a breaking change anyway.
Alan Shaw authoredMay 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 9ede86f - Browse repository at this point
Copy the full SHA 9ede86fView commit details -
chore(main): release 7.0.0 (#20)
🤖 I have created a release *beep* *boop* --- ## [7.0.0](v6.0.2...v7.0.0) (2023-05-18) ### ⚠ BREAKING CHANGES * remove search option ([#23](#23)) * rename dagScope to carScope ([#21](#21)) ### Features * add ordering option to getPath ([#19](#19)) ([ad25001](ad25001)) * support yamux muxer ([#11](#11)) ([24ef997](24ef997)) ### Bug Fixes * rename dagScope to carScope ([#21](#21)) ([497cc90](497cc90)) ### refactor * remove search option ([#23](#23)) ([9ede86f](9ede86f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fc173d - Browse repository at this point
Copy the full SHA 0fc173dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.0.2...v7.0.0