-
Notifications
You must be signed in to change notification settings - Fork 38
Changelog
Jared Ottley edited this page Dec 15, 2017
·
4 revisions
All major changes to the project will be documented here the changelog begins at version 1.2.0
- Upgrade jackson-datamapper dependency to 2.8.10. This is to address CVE-2017-7525 and CVE-2017-15095. While we are not directly affected by this issue we want to play nice for those who may pull in the jackson library through our dependency.
- 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
- 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
- Maven Site Plugin