Skip to content

Commit b60330d

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 98dcd02 + ad5009a commit b60330d

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v1.9.51 - 2025-12-05
2+
## Version 1.9.51
3+
4+
### Changes
5+
- **Documentation**: Added a comprehensive `architecture.rst` file to the documentation, detailing the internal structure and components of the library. This addition helps users understand the library's design and how to extend it safely.
6+
- **Documentation**: Updated the `quickstart.rst` to provide more detailed examples and explanations for setting up and using the library, including handling credentials, pagination, and retries.
7+
- **Dependencies**: Updated `boto3` to version `1.42.3` and `confuse` to version `2.1.0` in both `requirements.txt` and `docs/requirements.txt` to ensure compatibility and leverage new features.
8+
9+
### Internal
10+
- Updated version number from 1.9.50 to 1.9.51 in `__version__.py`.
11+
12+
### Diagrams
13+
#### Module Import Path
14+
```mermaid
15+
graph TD;
16+
A[Client] --> B[sp_api.api.external_fulfillment.external_fulfillment];
17+
```
18+
19+
#### Documentation Structure
20+
```mermaid
21+
graph TD;
22+
A[Documentation] --> B[architecture.rst];
23+
A --> C[quickstart.rst];
24+
A --> D[endpoints];
25+
A --> E[responses];
26+
A --> F[utils];
27+
A --> G[examples];
28+
29+
130
## v1.9.50 - 2025-09-29
231
## Version 1.9.50
332

sp_api/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.9.50'
1+
__version__ = '1.9.51'

0 commit comments

Comments
 (0)