Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

fix!: make stream types Uint8ArrayLists #272

Merged
merged 1 commit into from
Jul 31, 2022
Merged

Conversation

achingbrain
Copy link
Member

To support no-copy operations, make stream input/output types Uint8ArrayLists instead of Uint8Arrays.

BREAKING CHANGE: the inbound/outbound stream types have changed

To support no-copy operations, make stream input/output types
`Uint8ArrayList`s instead of `Uint8Array`s.

BREAKING CHANGE: the inbound/outbound stream types have changed
@achingbrain achingbrain merged commit ace7e0c into master Jul 31, 2022
@achingbrain achingbrain deleted the fix/change-stream-types branch July 31, 2022 09:07
github-actions bot pushed a commit that referenced this pull request Jul 31, 2022
## [@libp2p/interface-pubsub-v2.0.0](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-pubsub-v1.0.4...@libp2p/interface-pubsub-v2.0.0) (2022-07-31)

### ⚠ BREAKING CHANGES

* The `Message` type is now either a `SignedMessage`
or a `UnsignedMessage`
* the inbound/outbound stream types have changed

### Features

* pubsub Message types for signature policies ([#266](#266)) ([9eb710b](9eb710b))

### Bug Fixes

* make stream types Uint8ArrayLists ([#272](#272)) ([ace7e0c](ace7e0c))

### Trivial Changes

* update project config ([#271](#271)) ([59c0bf5](59c0bf5))
@github-actions
Copy link

🎉 This PR is included in version @libp2p/interface-pubsub-v2.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.

1 participant