Skip to content

Commit 0deba71

Browse files
committed
change log
1 parent 0fc043b commit 0deba71

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

CHANGELOG.md

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
## CHANGELOG
2+
3+
### v1.6.0-beta.0
4+
### **API Changes**
5+
None
6+
7+
### **Bug Fixes**
8+
Authentication was not being persisted by clients.
9+
210
### v1.5.0-beta.0
311

412
### **API Changes**
513

6-
*Shopper Stores API*
14+
*Shopper Stores API*
715
* Shopper Stores API has been removed
816

917
*Customer API*
@@ -17,7 +25,7 @@
1725
* Rule
1826

1927
* Display Name Changed
20-
* CreateAddressForCustomerInCustomerList renamed to createAddressForCustomerInCustomerList
28+
* CreateAddressForCustomerInCustomerList renamed to createAddressForCustomerInCustomerList
2129

2230
* Endpoints Removed
2331
* /organizations/{organizationId}/sites/{siteId}/customer-groups
@@ -44,7 +52,7 @@
4452
## CHANGELOG
4553
### v1.4.5-beta.0
4654

47-
### **API Changes**
55+
### **API Changes**
4856

4957
#### Shopper APIs
5058

@@ -77,7 +85,7 @@
7785

7886
* Einstein APIs have been removed from the SDK.
7987

80-
### **Core Functionality**
88+
### **Core Functionality**
8189

8290
* Exposed logger configuration to user
8391
```javascript
@@ -119,7 +127,7 @@ Example:
119127
* **BREAKING**: Endpoint method name changes
120128
121129
**Changed**:
122-
130+
123131
| **Existing Method Name** | **New Method Name** |
124132
| ------------- |-------------|
125133
| deleteVariationGroupForMaster | unassignVariationGroupFromMasterProduct |
@@ -138,7 +146,7 @@ Example:
138146
* getCustomerProductListItems
139147
140148
**Changed**:
141-
149+
142150
| **Existing Method Name** | **New Method Name** |
143151
| ------------- |-------------|
144152
| postResetPasswordToken | getResetPasswordToken |
@@ -150,7 +158,7 @@ Example:
150158
* SDK does not set TTL for cached assets based on the HTTP headers
151159
* Added logging capability
152160
* Exchange Connector is deprecated on commerce-sdk in favor of the raml-toolkit
153-
* Examples of client instantiations have been added to APICLIENTS.md
161+
* Examples of client instantiations have been added to APICLIENTS.md
154162
155163
### v1.4.0-beta.0
156164
@@ -254,7 +262,7 @@ _____________________________________________
254262
### **API Changes**
255263
256264
#### CDN APIs
257-
*CDN Zones/CDN API*
265+
*CDN Zones/CDN API*
258266
259267
* **BREAKING**: API client `CdnApi` has been renamed to `CdnZones`
260268
@@ -295,7 +303,7 @@ _____________________________________________
295303
### **API Changes**
296304
297305
#### Shopper Baskets
298-
*Checkout/ShopperBaskets*
306+
*Checkout/ShopperBaskets*
299307
300308
* **BREAKING**: Endpoint method name changes
301309
@@ -304,12 +312,12 @@ _____________________________________________
304312
| postBaskets | createBasket |
305313
| deleteBasketsById | deleteBasket |
306314
| getBasketsById | getBasket |
307-
| patchBasketsById | updateBasket |
308-
| putBasketsByIdBillingAddress | updateBillingAddressForBasket |
315+
| patchBasketsById | updateBasket |
316+
| putBasketsByIdBillingAddress | updateBillingAddressForBasket |
309317
| postBasketsByIdCoupons | addCouponToBasket |
310318
| deleteBasketsByIdCouponsById | removeCouponFromBasket |
311319
| putBasketsByIdCustomer | updateCustomerForBasket |
312-
| postBasketsByIdGiftCertificateItems | addGiftCertificateItemToBasket |
320+
| postBasketsByIdGiftCertificateItems | addGiftCertificateItemToBasket |
313321
| deleteBasketsByIdGiftCertificateItemsById | removeGiftCertificateItemFromBasket |
314322
| postBasketsByIdItems | addItemToBasket |
315323
| deleteBasketsByIdItemsById | removeItemFromBasket |
@@ -326,7 +334,7 @@ _____________________________________________
326334
327335
328336
#### Shopper Orders
329-
*Checkout/ShopperOrders*
337+
*Checkout/ShopperOrders*
330338
331339
* **BREAKING**: Endpoint method name changes
332340
@@ -340,15 +348,15 @@ _____________________________________________
340348
| getOrdersByIdPaymentMethods | getPaymentMethodsForOrder |
341349
342350
#### Einstein Recommendations
343-
*AI/EinsteinQuickStartGuide*
351+
*AI/EinsteinQuickStartGuide*
344352
345353
* Recommender type has a new recommenderType attribute
346354
* RecommendationsResponse type has a new recoUUID attribute
347355
* ZoneResponse type has a new recoUUID attribute
348356
* Added new Recommendation type
349357
350358
#### Coupons
351-
*Pricing/Coupons*
359+
*Pricing/Coupons*
352360
353361
* getCoupon now has an optional query parameter of "expand" which accepts an array of related attributes
354362
@@ -357,13 +365,13 @@ _____________________________________________
357365
### v1.3.0-alpha.7
358366
359367
#### Shopper Search
360-
*Search/ShopperSearch*
368+
*Search/ShopperSearch*
361369
362370
* **BREAKING** refine_n query parameters have been removed from productSearch
363371
* productSearch now has a query parameter of "refine" which accepts an array of refinements
364372
365373
#### Shopper Stores
366-
*Seller/ShopperStores*
374+
*Seller/ShopperStores*
367375
368376
* Now uses updated standards so 'limit' is no longer a required parameter for paginated endpoints
369377
* Max limit for paginated endpoints increased from 50 to 200

0 commit comments

Comments
 (0)