Skip to content

0.34.0

Compare
Choose a tag to compare
@jqnatividad jqnatividad released this 03 Mar 21:32
· 10175 commits to master since this release

Added

  • added intentionally kitschy qsv logo 😁
  • stats: added datetime data type inferencing
  • fetch: added optional Redis response caching
  • schema: added --strict-dates option by @mhuang74 in #177
  • validate: added more robust RFC 4180-compliance checking when no jsonschema is provided
  • added Redis to CI to test fetch --redis option

Changed

  • bumped reverse-geocoder crate from 2.0.1 to 3.0.0 to modernize geonames reverse geocoder
  • bumped cached crate from 0.30.0 to 0.33.0 to enable Redis response caching
  • bumped various other dependencies to latest release

Fixed

  • removed invalid --path cargo install option in README
  • workdir.rs was not properly cleaning up test files

Full Changelog: 0.33.0...0.34.0