🚀 Salesforce@5.0.2 Release Announcement!

We are excited to announce the release of Salesforce Adaptor 5.0.2, packed with a range of updates to enhance your Salesforce integration experience. Here’s a look at some of the key changes:

:wrench: Breaking Changes

  • State Handling: Operations now “return” results to state.data. Replace state.references with state.data in your workflows.
  • Callback Removal: Callbacks have been removed. Use fn() blocks or .then() instead.
  • API Cleanup: Removed deprecated functions like relationship, upsertIf, createIf, and describeAll().
  • New Bulk Signature: The bulk() function now uses bulk(operation, sObjectName, records, options).

:zap: Major Updates

  • Removed the axios dependency for HTTP requests outside Salesforce.
  • New standardized response format for bulk, create, update, and destroy.

:hammer_and_wrench: Minor Updates

  • Added new get() and post() functions for HTTP requests.
  • Improved support for nested relationships and better handling of Salesforce metadata.

:mag: Migration Guide

This release introduces several breaking changes that will require updates to your existing workflows. Be sure to consult the migration guide to ensure smooth transitions.

Read the full changelog and update your workflows accordingly! Changelog Details

1 Like