Changelog

v3.0

Hard Deprecations

  • Plaid.get_cred/0 - Soft deprecated since 2.0
  • Plaid.get_key/0 - Soft deprecated since 2.0
  • Plaid.make_request/5 - Soft deprecated since 2.0
  • Plaid.make_request_with_cred/6 - Replaced by Plaid.send_request/2
  • Plaid.Utils - Removed and moved unmarshalling into calling module
  • Plaid.Item.create_processor_token/3 - Replaced by Plaid.Item.create_processor_token/2
  • Plaid.Telemetry - No longer called by default. Must be added to config

Return Type Changes

Struct Changes

Type Changes

Configuration

  • Added adapter to support Tesla
  • Added middleware to support Tesla
  • httpoison_options changed to http_options

Project Structure