peers / peerjs

Simple peer-to-peer with WebRTC.
https://peerjs.com
MIT License
12.49k stars 1.43k forks source link

fix: remove CBOR #1272

Closed jonasgloning closed 6 months ago

jonasgloning commented 6 months ago

Using CBOR forces us to choose between #1271 and #1247. Our complicated importing and bundling situation makes using this library very hard.

CBOR support has been undocumented, and we are not aware of significant usage in the wild. Therefore, we do not consider this a breaking change. To make our expectations clearer, this PR also marks MessagePack as experimental.

We will improve our importing and bundling situation before reintroducing CBOR via a plugin.

Closes #1271

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.5.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: