Releases: MyOutDeskLLC/SalesforcePhp
Releases · MyOutDeskLLC/SalesforcePhp
Feature: Find Record(s)
Adds new feature to find records automatically via findRecords
.
Saloon 2
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