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