peers / peerjs

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

fix: remove CBOR #1272

Closed jonasgloning closed 2 weeks ago

jonasgloning commented 2 weeks 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 2 weeks ago

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

The release is available on:

Your semantic-release bot :package::rocket: