Skip to content

0.87.1

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 03 Feb 04:07
· 6813 commits to master since this release

Changed

  • safenames: refactor in #754
    • better handling of headers that start with a digit, instead of replacing the digit with a _, prepend the unsafe prefix
    • quoted identifiers are also considered unsafe, unless conditional mode is used
    • verbose modes now also return a list of duplicate header names
  • update MSRV to 1.67.0
  • cargo update bump depedencies
  • disable optimization on test profile for faster CI compilation, which was taking much longer than test run time
  • optimize prebuilt nightlies to compile with target-cpu=native
  • pin Rust nightly to 2023-02-01

Fixed

  • safenames: fixed mode behavior inconsistencies #754
    all modes now use the same safenames algorithm. Before, the verbose modes used a simpler one leading to inconsistencies between modes (resolves safenames handling inconsistent between modes #753)

Full Changelog: 0.87.0...0.87.1