3Hren / msgpack-rust

MessagePack implementation for Rust / msgpack.org[Rust]
MIT License
1.11k stars 123 forks source link

Changelogs are a bit outdated #254

Open antonok-edm opened 3 years ago

antonok-edm commented 3 years ago

The changelogs haven't been updated in a while, e.g. https://github.com/3Hren/msgpack-rust/blob/master/rmp-serde/CHANGELOG.md#unreleasedunreleased has no references to 0.14.0 and greater. It appears rmp-serde 0.14.0 included at least two breaking changes, but it's difficult for me (and likely others) to confidently update without this information readily available.

LPGhatguy commented 2 years ago

I'd like to bump this issue. We just upgraded from rmp-serde 0.14.4 to 1.1.0 and found that our data no longer decodes. Without changelogs, it's hard to diagnose what went wrong, if we did something wrong, or if there's something we need to change as part of the upgrade.

kornelski commented 2 years ago

I can accept a PR that adds a changelog, but I don't have time to maintain one.