Skip to content

Commit 5ede002

Browse files
chore: update CHANGELOG.md for v1.9.49
1 parent cc05bd5 commit 5ede002

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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`.
17+
- Updated version number from 1.9.48 to 1.9.49.
18+
119
## v1.9.48 - 2025-09-03
220
## Version 1.9.48
321

0 commit comments

Comments
 (0)