github jqnatividad/qsv 0.87.1

latest releases: 0.127.0, 0.126.0, 0.125.0...
15 months ago

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

Don't miss a new qsv release

NewReleases is sending notifications on new releases.