Skip to content

Latest commit

 

History

History
177 lines (90 loc) · 6.72 KB

changelog.md

File metadata and controls

177 lines (90 loc) · 6.72 KB

v1.4.1 (2019-08-21)

Bug Fixes

Chore

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

v1.4.0 (2019-08-21)

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.

Chore

  • update docs link to latest version (4a03d409)

v1.3.1 (2019-07-31)

Bug Fixes

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

v1.3.0 (2019-07-24)

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 (2019-05-06)

Documentation

  • fix README example and add doctest (07a16359)

Features

  • datasets: add csv deserialization (86bfb9de)

v1.2.0 (2019-05-02)

Features

  • add cargo features for tls options (67acf253, breaks #)

Breaking Changes

  • removed util::common and util::unstable mods (67acf253)

v1.1.0 (2019-05-01)

Breaking Changes

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

Features

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

v1.0.1 (2019-04-25)

Bug Fixes

  • set http failure codes to return DomoError (a5d16ce2)

Breaking Changes

  • set http failure codes to return DomoError (a5d16ce2)

v1.0.0 (2019-04-16)

Documentation

v1.0.0-rc2 (2019-04-16)

Documentation

v1.0.0-rc (2019-04-12)

Documentation

Refactor

  • pitchfork: refactor lib (2436b0be)
  • ripdomo: update to domo_pitchfork v1.0.0 (a2e310bb)

Breaking Changes

Bug Fixes

  • pitchfork:
    • fix tests and streams util helper (b63a6679)
    • change a param to correct type (f953f962)

Chore