Skip to content

Releases: advisors-excel-llc/salesforce-rest-sdk

Assymilate to a Larger Collective

13 Mar 21:22
ac1f24c
Compare
Choose a tag to compare

Overcome URI limitations when requesting an SObjectCollection via the Composite Client. As many as 2,000 records can be retrieved per request. As many as 5 SObjectCollection sub-requests can be made in a composite request, capping the total number of objects retrieved at 10,000.

Right in the Key-ster

12 Mar 16:09
6771342
Compare
Choose a tag to compare

Fixes issue with invalid characters in the cache key for the Soap provider. Adds documentation for Generic Events.

Cache Me Ousside

11 Mar 20:21
7a8d53c
Compare
Choose a tag to compare

Various enhancements and fixes:

  • Allow extensions to be applied directly to a Channel
  • ReplayExtension can keep track of replay ids for channels individually
  • PSR Cache support for ReplayExtension and Auth Providers

Ripley Replied

08 Mar 22:12
11dae78
Compare
Choose a tag to compare

Fixes and issue with sending the ReplayId via the cometd replay extension to Salesforce.
Also fixes an issue that occurs when Salesforce sends a DateTime without any microseconds (if .000).

Delightfully Delayed

24 Jan 18:09
1f84f18
Compare
Choose a tag to compare

Fixes an issue where the Rest client wasn't passing down its AuthProviderInterface to its sub-clients. So when the CompositeClient or the SObjectClient needed to reauthenticate the Guzzle Client, there was no AuthProvider to do so.

Brainfully Brian

19 Nov 22:10
df0c4e7
Compare
Choose a tag to compare

Remove a reference to SObject Type where it was being set to null on persistence. Type shouldn't be altered or overridden within the SDK.

Dramatically Druidic

14 Nov 16:40
276e7b7
Compare
Choose a tag to compare

Add ability to get record counts

Easily Extensible

07 Nov 17:53
8b5f3ac
Compare
Choose a tag to compare

Opening up the scope of some properties on the auth providers to allow them to be extensible

Ultimately Uncanny

07 Nov 16:25
1bd66aa
Compare
Choose a tag to compare

Allow for the use of authorization_code grant types in the OAuthProvider. Also added the getIdentity() method to all AuthProviders that calls out to the Identity Url and gets information back about the authenticated user.

See https://help.salesforce.com/articleView?id=remoteaccess_using_openid.htm&type=5 for more about the Identity Url.

Thwarted Thype

06 Nov 22:14
79b5a30
Compare
Choose a tag to compare

Fixes an issue where the the Type field is overridden on Composite SObjects