Releases: SalesforceCommerceCloud/b2c-crm-sync
v3.0.3
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:
- Export the whole customer list
- Transform the data from a set-of-string to a JSON-based array from within the
b2ccrm_syncResponseText
custom attribute - Import back the customer list with the change included
Full Changelog: v3.0.2...v3.0.3
v3.0.2
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
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
What's Changed
- Modify the Account Manager Auth Token token type from UUID to JWT by @jbachelet in #199
- Bump cacheable-request and sfdx-node by @dependabot in #223
- Bump @sideway/formula from 3.0.0 to 3.0.1 by @dependabot in #222
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #220
- Bump snyk from 1.1054.0 to 1.1071.0 by @dependabot in #214
- Fix/163 by @jbachelet in #233
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Upsert Map instead of List for Account update by @filipecarvalho15 in #165
- Bump async from 3.2.0 to 3.2.2 by @dependabot in #162
- Bump npm from 7.20.3 to 8.11.0 by @dependabot in #172
- Bump moment from 2.29.1 to 2.29.4 by @dependabot in #183
- Bump snyk from 1.672.0 to 1.1024.0 by @dependabot in #200
- Bump snyk-go-plugin and snyk by @dependabot in #201
- Fix unit tests by @jbachelet in #213
- Fix issue with platform event failing due to "System.CalloutException" exception by @jbachelet in #212
- Bump qs from 6.5.2 to 6.5.3 by @dependabot in #211
New Contributors
- @filipecarvalho15 made their first contribution in #165
Full Changelog: v1.4.1...v2.0.0
v1.4.1
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
What's Changed
- Upgrade b2c-crm-sync to Salesforce v54.0 by @jbachelet in #158
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- #154 Promotions and Coupon Codes not showing for non-registered customer by @MilanSFDC in #155
New Contributors
- @MilanSFDC made their first contribution in #155
Full Changelog: v1.3.2...v1.3.3
v1.3.2
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
- @dependabot made their first contribution in #123
Full Changelog: v1.3.1...v1.3.2
v1.3.1
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