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

Compatibility question #336

Open
Alexis211 opened this issue Sep 11, 2023 · 0 comments
Open

Compatibility question #336

Alexis211 opened this issue Sep 11, 2023 · 0 comments

Comments

@Alexis211
Copy link

Hello,

I am the author of Garage, a storage system that relies on rmp-serde to serialize all data that is persisted to disk. We are currently using version 0.15.5 of rmp-serde, and I am reluctant to upgrade to version 1.1.2 due to potential compatibility issues with existing data.

My questions are as follows:

  • Is there a guarantee that all structures serialized with version 0.15.5 can always be deserialized with version 1.1.2?
  • Do you recommend updating our rmp-serde dependency?

I know that the other way around (deserializing data using 0.15.5 that was serialized by 1.1.2) it doesn't always work, we accidentally ended up in such a situation and got error messages like this one: Messagepack decode error: wrong msgpack marker FixStr(10)

Thank you for your time and for making this project.

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

No branches or pull requests

1 participant