neon v0.5.0 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • ๐Ÿ”– Version 0.5.0

    Re-publish

    ๐Ÿ”– Versions 0.4.1 and 0.4.2 included a breaking change in neon-runtime. At the time, this was considered acceptable because neon-runtime is considered an internal crate and not part of the public API. However, it was discovered, after publishing, that neon-serde, a commonly used crate in the neon ecosystem, contained a direct dependency on neon-runtime. In order to best support users, versions 0.4.1 and 0.4.2 were "yanked" and re-published as 0.5.0.

    โž• Additionally, the team is working with the authors of neon-serde to remove the dependency on neon-runtime to prevent future issues.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix stack overflow in DowncastError Display impl (#606)