Skip to content

Releases: TrashPandacoot/domo-pitchfork

v.1.4.1

21 Aug 18:25
Compare
Choose a tag to compare

Bug Fixes

Chore

  • Update changelog and readme (9098e820)
  • update docs link to latest version (4a03d409)

v1.4.0

21 Aug 18:01
Compare
Choose a tag to compare

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

31 Jul 20:46
Compare
Choose a tag to compare

Bug Fixes

  • fixed tls feature to allow rustls to be used (e5f7ed8a)

v1.3.0

24 Jul 16:14
Compare
Choose a tag to compare

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

06 May 20:50
Compare
Choose a tag to compare

Documentation

  • fix README example and add doctest (07a16359)

Features

  • datasets: add csv deserialization (86bfb9de)

v1.2.0

02 May 21:24
Compare
Choose a tag to compare

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

01 May 18:30
Compare
Choose a tag to compare

Breaking Changes

  • DomoError was removed and replaced by PitchforkError (296efb91)

Features

  • new error that impl's std::error::Error (296efb91)

v1.0.1

25 Apr 23:12
Compare
Choose a tag to compare

Bug Fixes

  • set http failure codes to return DomoError (a5d16ce2)

Breaking Changes

  • set http failure codes to return DomoError (a5d16ce2)

v1.0.0

16 Apr 23:12
Compare
Choose a tag to compare
v1.0.0 release

v1.0.0-rc2

16 Apr 21:10
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release
docs(): update package metadata