Skip to content

Releases: jottley/spring-social-salesforce

1.2.3.RELEASE

07 May 18:55
Compare
Choose a tag to compare
  • 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

02 Oct 18:58
Compare
Choose a tag to compare
  • Issue #60 #61 Add support for returning deleted records in SOQL queries
  • Issue #58 #59 Update Jackson for issues

1.2.1.RELEASE

29 Jul 06:06
8f3bd01
Compare
Choose a tag to compare
  • 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

27 Jul 22:20
3907078
Compare
Choose a tag to compare

Upgrade dependency libraries for

Update logback config to work with upgraded library

1.2.0.1.RELEASE

15 Dec 21:16
b3ce998
Compare
Choose a tag to compare

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

20 Nov 02:33
Compare
Choose a tag to compare

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

20 Nov 01:28
Compare
Choose a tag to compare

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

20 Oct 23:06
Compare
Choose a tag to compare

Current Stable Release