Releases: commercetools/sphere-node-sdk
Releases · commercetools/sphere-node-sdk
v1.21.1
Fix:
- Use
variantId
instead of sku
when updating product and variant key (#241 (comment))
v1.21.0
Feat:
- Add support for product and variant key sync action (#238)
Fix:
- Fix missing
limit
parameter when using process
method together with byQueryString
(#240)
v1.20.0
Feat
- rest: enable overwriting of page limit ( #230 )
v1.19.3
Fix
- order-sync: fix generating delivery update actions (#231)
v1.19.2
Fix
- order-sync: fix generating delivery update actions (#231)
v1.19.1
Fix
- product-sync: update categories before updating categoryOrderHints (#226)
v1.19.0
Features
- rest: use gzip compression for all requests by default (#221)
v1.18.0
Features
- Subscriptions: add subscription endpoint (#220)
v1.17.6
Fix
- ProductSync: Fix checking of an attribute difference (#210)
Chore
- package.json: move underscore-mixins to devDependencies (#212)
v1.17.5
Fix
- product-sync: no setAttribute will be created when there is no true change in between old attributes and new attributes #206
- repeater-task-queue: rewrite es6 specific code causing module to break on old NodeJS versions #204
- product-sync: don't modify original product when building variant attributes #205