Skip to content
Jared Ottley edited this page Nov 15, 2017 · 4 revisions

Changelog

All major changes to the project will be documented here the changelog begins at version 1.2.0

[1.2.0] - Pending Release

Added

  • Apache 2.0 licensed
  • Added the ability to change the Salesforce API version being used
  • All operations can specify which Salesforce instance they are called against
  • Added userOperations - gets details of the currently logged in user from the authentication gateway
  • Added the ability to switch the authentication gateway -- bringing support for sandbox orgs
  • Sandbox connections can be created
  • Add the ability to use spring xml configuration

Changed

  • Based on Spring Social 1.1.4 and Spring 4.1.8
  • Builds with JDK 1.8
  • Default Salesforce API is v37.0
  • Chatter is not required to be enabled to use the connector
  • Fixed issue with getBlob where inputstream was closed before it could be used
  • Fixed issue with expired authentication where the user can re-authenticate to handle poorly formatted response
  • Reduce the number of constructors in SalesforceConnectionFactor. They are marked @Deprecated for now.

Removed

Clone this wiki locally