Skip to content

Latest commit

 

History

History
66 lines (35 loc) · 1.23 KB

CHANGELOG.md

File metadata and controls

66 lines (35 loc) · 1.23 KB

Changelog

0.4.1 - 2021-10-02

Fixed

  • Fix incorrect Client.t type (#58 by @LeoLeiteSC)

0.4.0 - 2020-03-24

Changed

  • Implement own structs and composite/sobjects request (#40 by @rschef)

0.3.0 - 2019-12-03

Changed

  • Update tesla dep to ~> 1.3 (#33 by @gabrielpra1)

Fixed

  • Handle multiple results in get_sobject_by_relationship/5 (#36 by @dirksierd)

0.2.2 - 2018-10-10

Fixed

  • Fix type specs (#24, #27 by @ jeroenvisser101)

Added

  • Add describe_global/1 (based on #18 by @mindreframer)

0.2.1 - 2018-07-30

Added

  • Allow tesla ~> 1.0

0.2.0 - 2018-06-08

Added

  • Add ExForce.OAuth to support authorization_code and refresh in addition to password grant type. (#2 and #3 by @chulkilee)
  • Add create_sobject (#12 by @epinault, #15 by @dustinfarris)

Changed

  • Rename ExForce.OAuth.Response to ExForce.OAuthResponse
  • Use tesla.
  • Take Tesla.Client as the first argument instead of taking ExForce.Config or function as the last argument.

Removed

  • Remove ExForce.Auth GenServer.

0.1.0 - 2017-09-13

Added

  • Add basic features