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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## v1.9.49 - 2025-09-29
2
+
## Version 1.9.49
3
+
4
+
### New Features
5
+
-**External Fulfillment API**: Added a new module `ExternalFulfillment` to the package. This module is now available for import and use in your projects.
6
+
7
+
```mermaid
8
+
graph TD;
9
+
A[Client] --> B[ExternalFulfillment];
10
+
```
11
+
12
+
### Changes
13
+
-**Dependencies**: Updated the `boto3` dependency from `1.40.21` to `1.40.40` to ensure compatibility and leverage the latest features and fixes.
14
+
15
+
### Internal
16
+
- Added `sp_api.api.external_fulfillment` to the list of packages in `setup.py`.
0 commit comments