Skip to content

Commit

Permalink
changelog: add changelog for async pin listing (#336)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Loeppky <biglep@protocol.ai>
  • Loading branch information
Jorropo and BigLep committed Jun 6, 2023
1 parent e2fc7f2 commit 0927be4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ The following emojis are used to highlight certain changes:
- Updated, higher-definition icons in directory listings.
- Customizable menu items next to "About IPFS" and "Install IPFS".
- Valid DAG-CBOR and DAG-JSON blocks now provide a preview, where links can be followed.
- 🛠 In [`boxo/pinner`](./boxo/pinner), some listing methods have been changed to now return a `<-chan StreamedCid`. This allows the consumption of pins *while* the pinner is listing them, which for large pinset can take a long time.
The concerned methods are:
- `DirectKeys`
- `RecursiveKeys`
- `InternalKeys`

## [0.8.0] - 2023-04-05
### Added
Expand Down

0 comments on commit 0927be4

Please sign in to comment.