Skip to content

Releases: MyOutDeskLLC/SalesforcePhp

Feature: Find Record(s)

17 Apr 19:10
bd1fbbb
Compare
Choose a tag to compare

Adds new feature to find records automatically via findRecords.

Saloon 2

03 Mar 16:31
af5f3ba
Compare
Choose a tag to compare

v2.0.0

This update changes to saloon v2 along with several other core changes:

  • Removes OAuth dependency in favor of using built-in saloon dependency
  • Restructures authentication strategy for a more consistent flow
  • Adds closure support when refresh occurs so end users can add it to their own database
  • Sandbox, production flags are not necessary anymore due to salesforce enhanced domains rollout, so domains are now required to be given in the constructor, as well as API version
  • Static calls for existing endpoints no longer available, refactored
  • All tests updated
  • Readme and docs upgraded
  • New deletion endpoints available for objects
  • New feature to disable hard throws (via eatErrors)
  • Return types added

v1.3.0

09 Mar 23:53
b5f6c7b
Compare
Choose a tag to compare

1.3.0 (2022-03-09)

Features

v1.2.0

09 Mar 23:27
Compare
Choose a tag to compare

1.2.0 (2022-03-09)

Features

  • support for returning a single records properties, directly (7d859e3)

v1.1.0

09 Mar 23:14
79526b2
Compare
Choose a tag to compare

1.1.0 (2022-03-09)

Features

  • Parameterized search, search helpers (0362030)

v1.0.2

09 Mar 00:01
bf87306
Compare
Choose a tag to compare

1.0.2 (2022-03-09)

Bug Fixes

  • allowing circleci to build main (909447d)
  • allowing some methods to return null (response empty) (ea77a43)