Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

deps!: update stream types #66

Merged
merged 5 commits into from
Apr 28, 2023
Merged

deps!: update stream types #66

merged 5 commits into from
Apr 28, 2023

Conversation

achingbrain
Copy link
Member

libp2p streams are now explicit about the types of sync/sources they provide, showing that they are AsyncGenerators and not just AsyncIterables.

Refs: achingbrain/it-stream-types#45

BREAKING CHANGE: the type of the source/sink properties have changed

libp2p streams are now explicit about the types of sync/sources they provide, showing that they are `AsyncGenerator`s and not just
`AsyncIterable`s.

Refs: achingbrain/it-stream-types#45

BREAKING CHANGE: the type of the source/sink properties have changed
Copy link
Member

@maschad maschad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - created a separate issue for the CI failures

@achingbrain achingbrain merged commit 3772060 into main Apr 28, 2023
@achingbrain achingbrain deleted the deps/update-stream-types branch April 28, 2023 13:39
github-actions bot pushed a commit that referenced this pull request Apr 28, 2023
## [2.0.0](v1.0.11...v2.0.0) (2023-04-28)

### ⚠ BREAKING CHANGES

* the type of the source/sink properties have changed

### Dependencies

* update stream types ([#66](#66)) ([3772060](3772060))
@github-actions
Copy link

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants