1.2.0.BUILD-SNAPSHOT
jottley
released this
20 Nov 01:28
·
63 commits
to master
since this release
See https://github.com/jottley/spring-social-salesforce/wiki/Changelog#120---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
- JavaDoc Plugin
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.
- Updated Maven Plugins to the latest version
Removed
- Maven Site Plugin