Skip to content

Releases: electricimp/Salesforce

3.0.0

12 Aug 23:09
c51b22e
Compare
Choose a tag to compare

Breaking changes for compatibility with OAuth2 library

  • Moved auth settings from constructor params to login params
  • Added setUserId function
  • Moved statics to constants
  • Updated service url's and path formatting
  • Updated error handling
  • All errors are passed to callbacks or returned
  • Errors are all strings describing the issue, and raw response is handed back to user for parsing if available
  • Added public processAuthResp method for use with authorization via OAuth2 library
  • Added new example that uses OAuth2 library for authentication
  • Moved outdated examples into Old_Examples folder

2.0.1-docs

25 Jan 01:18
02dbf5f
Compare
Choose a tag to compare
  • Minor documentation update: move the Examples section to the top of the main README document.

2.0.1

28 Nov 23:20
80f104d
Compare
Choose a tag to compare
  • Add refresh token for the smart refrig example
  • #13 is being addressed

2.0.0

21 Mar 18:30
9246d28
Compare
Choose a tag to compare
  • Bug fixes for sync http requests from #12
  • Updated version number
  • Updated library file name
  • Updated examples to use new version
  • Updated example links (to impCentral), removed broken links
  • Updated examples to reference products/device groups instead of models