Skip to content

Releases: g8rswimmer/go-sfdc

Record Object Lookup Bugfix

01 Oct 20:17
090bcfb
Compare
Choose a tag to compare

This addresses the bug where the records lookup key was the SObject rather than the field name.

Nested Record Support

02 Sep 23:16
a77434c
Compare
Choose a tag to compare

When making a SOQL query like
SELECT FirstName, Id, Account.Name FROM Contact, the result is a nested record. It properly handle this, a look up records are added the Record object. This will allow for a user to access the nested object, in the example Account, through the original record.

Bulk 2.0 Support

16 Jun 00:50
dd50b0e
Compare
Choose a tag to compare

This release adds Bulk 2.0 API support.

v1.0: Documentation updates (#29)

10 May 03:57
b923c4a
Compare
Choose a tag to compare
* added readme

* added the readme

* corrected link

* using tabs

* Updating readme file

* updated

* updated the readme

* Took out the println