Skip to content

Releases: jqnatividad/qsv-sniffer

0.10.3

31 Mar 11:55
7979070
Compare
Choose a tag to compare

What Changed

  • bump dependencies
  • bump MSRV to 1.77.1
  • applied clippy suggestions
  • apply rust fmt
  • convert manual try_fold to actual try_fold now that it's stable

Full Changelog: 0.10.0...0.10.3

0.10.0

01 Aug 22:11
5843837
Compare
Choose a tag to compare

Changed

  • bump qsv-dateparser to 0.10
  • bump MSRV to 1.71.0
  • apply select clippy recommendations

Full Changelog: 0.9.4...0.10.0

0.9.4

07 Jun 12:50
Compare
Choose a tag to compare

Changed

  • remove warning dissuading other users from using qsv-sniffer as a library
  • correct typo
  • bump hashbrown from 0.13 to 0.14
  • bump qsv-dateparser from 0.8 to 0.9
  • set MSRV to 1.70.0

Full Changelog: 0.9.3...0.9.4

0.9.3

17 May 16:28
Compare
Choose a tag to compare

Changed

  • bump bitflags from 2.2. to 2.3
  • add hashbrown 0.13 dependency to use hashbrown::HashMap instead of std::collections::HashMap

Full Changelog: 0.9.2...0.9.3

0.9.2

09 May 20:41
Compare
Choose a tag to compare
  • convert assert panic to Result 3f28091
  • more safety comments

Full Changelog: 0.9.1...0.9.2

0.9.1

08 May 15:17
Compare
Choose a tag to compare

What's Changed

  • replace asserts with error, and handle errors gracefully, so we should never panic #12

Full Changelog: 0.9.0...0.9.1

0.9.0

07 May 13:54
Compare
Choose a tag to compare

What's Changed

  • add Null column inferencing; refine boolean inferencing; use simdutf8 for SIMD-accelerated utf8 validation #10
  • Activate GH actions CI #11

Full Changelog: 0.8.4...0.9.0

0.8.4

04 May 19:19
Compare
Choose a tag to compare

Changed

  • remove redundant error prefix

Full Changelog: 0.8.3...0.8.4

0.8.3

03 May 00:23
Compare
Choose a tag to compare

Changed:

  • bump qsv-dateparser from 0.6 to 0.8
  • apply various clippy lint recommendations
  • bump bitflags from 1.x to 2.x
  • add safety comments for all unwraps()

Fixed:

  • ensure avg_record_len is populated. Fixes #9
  • handle when path.is_empty to avoid index out of bounds

Full Changelog: 0.7.0...0.8.3

0.7.0

05 Mar 12:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.1...0.7.0