Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove CBOR #1272

Merged
merged 1 commit into from
May 14, 2024
Merged

fix: remove CBOR #1272

merged 1 commit into from
May 14, 2024

Conversation

jonasgloning
Copy link
Member

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

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
@jonasgloning jonasgloning merged commit badc9e8 into master May 14, 2024
10 checks passed
@jonasgloning jonasgloning deleted the remove-cbor branch May 14, 2024 14:51
Copy link

🎉 This PR is included in version 1.5.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Can't import the named export 'Encoder' & 'Decoder'
1 participant