View Source Changelog

v3-0

v3.0

hard-deprecations

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

Return Type Changes

struct-changes

Struct Changes

type-changes

Type Changes

configuration

Configuration

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

project-structure

Project Structure