You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CHANGELOG.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,45 @@
1
-
##CHANGELOG
1
+
# CHANGELOG
2
2
3
3
## v5.0.0
4
4
5
+
### API Versions
6
+
7
+
| API Name | API Version |
8
+
|----------|-------------|
9
+
| assignments | 1.0.35 |
10
+
| campaigns | 1.0.37 |
11
+
| catalogs | 1.0.42 |
12
+
| cdn-api-process-apis | 1.0.39 |
13
+
| cors-preferences | 1.0.5 |
14
+
| coupons | 1.0.39 |
15
+
| customers | 1.0.32 |
16
+
| gift-certificates | 1.0.39 |
17
+
| orders | 1.4.10 |
18
+
| preferences | 1.1.3 |
19
+
| products | 1.0.40 |
20
+
| promotions | 1.0.33 |
21
+
| shopper-baskets | 1.9.0 |
22
+
| shopper-baskets | 2.1.0 |
23
+
| shopper-consents | 1.1.0 |
24
+
| shopper-context | 1.1.1 |
25
+
| shopper-customers | 1.1.1 |
26
+
| shopper-experience | 1.0.7 |
27
+
| shopper-gift-certificates | 1.0.26 |
28
+
| shopper-login | 1.39.41 |
29
+
| shopper-orders | 1.5.0 |
30
+
| shopper-products | 1.0.37 |
31
+
| shopper-promotions | 1.0.36 |
32
+
| shopper-search | 1.3.0 |
33
+
| shopper-seo | 1.0.13 |
34
+
| shopper-stores | 1.0.17 |
35
+
| slas-admin | 1.12.30 |
36
+
| source-code-groups | 1.0.37 |
37
+
5
38
### Enchancements
6
39
- Enum types have been added for certain operations and types
7
40
- Certain operations have had types updated for query parameters
8
41
- SLAS helpers have been refactored to accept a single `options` object argument, where the properties are the old arguments
42
+
-`loginGuestUserPrivate` now passes `usid` under `options.parameters`
9
43
- Path parameter special characters are encoded by default
10
44
- API family layer and API namespace has been removed. To import API classes, please refer to the [README](https://github.com/SalesforceCommerceCloud/commerce-sdk?tab=readme-ov-file#sample-code)
11
45
- Docs Site has been upgraded to reflect new directory structure [#426](https://github.com/SalesforceCommerceCloud/commerce-sdk/pull/426)
0 commit comments