Releases: TrashPandacoot/domo-pitchfork
Releases · TrashPandacoot/domo-pitchfork
v.1.4.1
Bug Fixes
Chore
- Update changelog and readme (9098e820)
- update docs link to latest version (4a03d409)
v1.4.0
Breaking Changes
- util: Added header bool param to util::csv::serialize_to_csv_str method.
- streams: upload_serializable_part now returns an error if an empty array is passed in.
- datasets: upload_serializable now returns an error if an empty array is passed in.
v1.3.1
Bug Fixes
- fixed tls feature to allow rustls to be used (e5f7ed8a)
v1.3.0
Breaking Changes
- users: Fix user & group structs to match API (2f071fc9)
Chore
- clippy: applied a few clippy fixes (09eedce0)
- deps: updated csv crate version (bdc790ff)
Features
- Auth scope builder (d28c9906)
- datasets: add Date/DateTime schema support (12b37788)
Bug Fixes
- datasets:
- properly merge TDate and TDateTime (b8fceee6)
- make from_fieldtype public (5ce44992)
- users: Fix user & group structs to match API (2f071fc9)
v1.2.1
Documentation
- fix README example and add doctest (07a16359)
Features
- datasets: add csv deserialization (86bfb9de)
v1.2.0
add cargo features for reqwest tls options.
remove dead code. trimmed dependencies
BREAKING CHANGE: remove the util::common mod and util:unstable mod
removed dead code to eliminate largely unnecessary dependencies.
v1.1.0
Breaking Changes
- DomoError was removed and replaced by PitchforkError (296efb91)
Features
- new error that impl's std::error::Error (296efb91)
v1.0.1
Bug Fixes
- set http failure codes to return DomoError (a5d16ce2)
Breaking Changes
- set http failure codes to return DomoError (a5d16ce2)
v1.0.0-rc2
docs(): update package metadata