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: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# CHANGELOG
2
2
3
+
## v5.1.0
4
+
5
+
### Enchancements
6
+
7
+
- Allow developers to pass in custom fetch implementation via `clientConfig`[#272](https://github.com/SalesforceCommerceCloud/commerce-sdk-isomorphic/pull/272)
For more documentation about this helper function, please refer to the [commerce-sdk-isomorphic docs](https://salesforcecommercecloud.github.io/commerce-sdk-isomorphic/modules/helpers.html).
225
225
226
+
#### Custom Fetch function
227
+
228
+
You can provide your own custom fetch function to intercept, log, or modify all SDK requests. This is useful for:
229
+
-**Request/Response Logging**: Track all API calls for debugging and monitoring
The SDK currently single encodes special characters for query parameters inUTF-8 format based on SCAPIguidelines. However, the SDK does NOT encode path parameters, and will require the developer to encode any path parameters with special characters.
0 commit comments