Releases: jqnatividad/qsv-sniffer
Releases · jqnatividad/qsv-sniffer
0.10.3
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
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
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
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
- convert assert panic to Result 3f28091
- more safety comments
Full Changelog: 0.9.1...0.9.2
0.9.1
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
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
0.8.3
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
What's Changed
- Fix preamble parsing by @jqnatividad in #7
- Add average_record_len to metadata by @jqnatividad in #8
Full Changelog: 0.5.1...0.7.0