Releases: jottley/spring-social-salesforce
Releases · jottley/spring-social-salesforce
1.2.3.RELEASE
- Moved to a new Maven Repo
- Security library updates
- Added support for SFDC Communities (Digital Experience) List communities/sites and get a list of the users of the community/site.
1.2.2.RELEASE
1.2.1.RELEASE
- Issue #22: QueryTemplate nextPage calculation
- Issue #20: Add support for the Limits API and "real-time" checking of API usage
- Issue #54: Library Updates to address: CWE-23, CVE-2018-15756, CVE-2018-1199
- Add deploymentManagement
1.2.0.2.RELEASE
Upgrade dependency libraries for
- httpClient CWE-23
- Jackson CVE-2019-12814
- Spring Web CVE-2015-5211
- logback CVE-2017-5929
Update logback config to work with upgraded library
1.2.0.1.RELEASE
See https://github.com/jottley/spring-social-salesforce/wiki/Changelog#1201
Changed
- 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.
1.2.0.RELEASE
See https://github.com/jottley/spring-social-salesforce/wiki/Changelog#120
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
1.2.0.BUILD-SNAPSHOT
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
1.1.0.BUILD-SNAPSHOT
Current Stable Release