Skip to content

Commit 4408341

Browse files
committed
change log
1 parent 599eb80 commit 4408341

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

packages/generator/CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,51 @@
11
## CHANGELOG
2+
### v1.4.1-beta.0
3+
### **API Changes**
4+
5+
#### Product APIs
6+
*Customer API*
7+
* **BREAKING**: Removed endpoint method changes
8+
9+
**Removed**:
10+
* getCustomerList
11+
12+
*Product API*
13+
14+
* **BREAKING**: Endpoint method name changes
15+
16+
**Changed**:
17+
18+
| **Existing Method Name** | **New Method Name** |
19+
| ------------- |-------------|
20+
| deleteVariationGroupForMaster | unassignVariationGroupFromMasterProduct |
21+
| updateVariationGroupInMasterProduct | updateVariationGroupForMasterProduct |
22+
| assignVariationGroupForMasterProduct | assignVariationGroupToMasterProduct |
23+
| deleteVariationForMaster | unassignVariationFromMasterProduct |
24+
| updateVariationsInMasterProduct | updateVariationForMasterProduct |
25+
| createVariationForMasterProduct | assignVariationForMasterProduct |
26+
27+
*Shopper Customer API*
28+
* **BREAKING**: Removed endpoint method changes
29+
30+
**Removed**:
31+
* getCustomerAddresses
32+
* getCustomerPaymentInstruments
33+
* getCustomerProductListItems
34+
35+
**Changed**:
36+
37+
| **Existing Method Name** | **New Method Name** |
38+
| ------------- |-------------|
39+
| postResetPasswordToken | getResetPasswordToken |
40+
41+
### **Core Functionality**
42+
43+
#### Enhancements
44+
45+
* SDK does not set TTL for cached assets based on the HTTP headers
46+
* Added logging capability
47+
* Exchange Connector is deprecated on commerce-sdk in favor of the raml-toolkit
48+
* Examples of client instantiations have been added to APICLIENTS.md
249

350
### v1.4.0-beta.0
451

0 commit comments

Comments
 (0)