Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@lopopolo lopopolo released this 28 Jul 22:48
· 79 commits to trunk since this release
2f6db93

Release 1.9.1 of intaglio.

intaglio is available on crates.io.

Note: This release is a re-release of v1.9.0 which was yanked on crates.io due to an unintentional breaking change in auto trait implementations, which was resolved in #240. Thanks @hoytak for the report. v1.9.1 is the first release with the soundness fix for #235.

⚠️ Security Notes

v1.9.1 fixes an unsoundness bug with SymbolTable::intern. This unsoundness bug affects all SymbolTable types in all published versions of intaglio. Please update to v1.9.1 as soon as is practicable. See #235, #236.

This vulnerability has been assigned RUSTSEC-2023-0048: Unsoundness in intern methods on intaglio symbol interners.

The fix for this issue required an MSRV bump to Rust 1.58.0.

What's Changed

  • Fix v1.9.0 regression where SymbolTable is no longer Send by @lopopolo in #240

Full Changelog: v1.9.0...v1.9.1