Skip to content

Releases: SalesforceCommerceCloud/b2c-crm-sync

v3.0.3

18 Aug 10:01
Compare
Choose a tag to compare

What's Changed

  • Rename lib/_common/request/_createOCAPIAUthRequestDef.js by @jbachelet in #235
  • Fix/173 by @jbachelet in #237
  • Change b2ccrm_syncResponseText from set-of-string to JSON to reduce the performance impact on high-scale brands by @jbachelet in #251
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #250

Backward compatibility

Please notice that the change from PR#251 will erase any existing data from the b2ccrm_syncResponseText custom attribute. If you want to keep track of the data in there, you'll need to follow these steps:

  1. Export the whole customer list
  2. Transform the data from a set-of-string to a JSON-based array from within the b2ccrm_syncResponseText custom attribute
  3. Import back the customer list with the change included

Full Changelog: v3.0.2...v3.0.3

v3.0.2

02 May 08:49
Compare
Choose a tag to compare

Update the sfdx-node dependency to solve the issue Error: Cannot find module 'sfdx-node/parallel'

Full Changelog: v3.0.1...v3.0.2

v3.0.1

25 Apr 07:19
Compare
Choose a tag to compare

Patchs v3.0.0 as one of the occurrence of the Name usage from the B2C_AuthToken__c object was still in the code. This replaces this occurrence with the usage of the new custom field to store the Auth Token.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

19 Apr 21:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.0

19 Dec 14:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v2.0.0

v1.4.1

20 Apr 09:28
Compare
Choose a tag to compare

What's Changed

  • Fix issue with OOBO because the "Bearer" word was not part of the session opening API call against OCAPI, which was breaking it. by @jbachelet in #161

Full Changelog: v1.4.0...v1.4.1

v1.4.0

06 Apr 10:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0

v1.3.3

31 Mar 11:54
Compare
Choose a tag to compare

What's Changed

  • #154 Promotions and Coupon Codes not showing for non-registered customer by @MilanSFDC in #155

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

30 Mar 15:49
58a5966
Compare
Choose a tag to compare

What's Changed

  • wrap password in cdata to avoid XML encoding errors by @clavery in #141
  • Fixing issue-134 and revamping how Core is getting customer promotions to actually get the promotions from when the customer is authenticated and not as a guest customer by @jbachelet in #149
  • Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #123
  • Bump follow-redirects from 1.14.1 to 1.14.8 by @dependabot in #122
  • Bump axios from 0.21.1 to 0.21.2 by @dependabot in #73
  • Bump validator from 13.6.0 to 13.7.0 by @dependabot in #51
  • Fixing issue-134 and revamping how Core is getting customer promotions to actually get the promotions from when the customer is authenticated and not as a guest customer by @jbachelet in #152
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #150

New Contributors

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Feb 08:29
Compare
Choose a tag to compare

What's Changed

  • Move the hardcoded "PersonAccount" RecordType value to the B2C CRM Sync Settings custom metadata to that customers can map B2C profiles to any record type by @jbachelet in #114

Full Changelog: v1.3.0...v1.3.1