Skip to content

Commit dcbd124

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3e4000f + c2970bc commit dcbd124

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## v2.0.12 - 2026-02-01
2+
## Version 2.0.12
3+
4+
### New Features
5+
6+
#### Orders API Version Update
7+
8+
- Introduced a new version of the Orders API, `2026-01-01`, alongside the legacy `v0` version. This new version includes updated endpoints and parameters, allowing for more efficient order management.
9+
- Added support for both synchronous and asynchronous clients for the new Orders API version.
10+
11+
```mermaid
12+
graph TD;
13+
A[Orders API] -->|Version Selection| B{Version};
14+
B -->|v0| C[Legacy Orders Client];
15+
B -->|2026-01-01| D[New OrdersV20260101 Client];
16+
```
17+
18+
### Internal Changes
19+
20+
- Refactored the Orders API to support versioning, allowing seamless integration of future updates without disrupting existing implementations.
21+
- Updated the import structure to accommodate the new Orders API version, ensuring compatibility and ease of use.
22+
23+
```mermaid
24+
graph TD;
25+
E[Refactor] -->|Support Versioning| F[Orders API];
26+
F --> G[Improved Flexibility];
27+
```
28+
29+
### Dependency Updates
30+
31+
- Updated `boto3` to version `1.42.36`.
32+
- Updated `setuptools` to version `80.10.2`.
33+
- Updated `cachetools` to version `6.2.6`.
34+
35+
These enhancements improve the flexibility and scalability of the API, providing a robust foundation for future development and integration.
36+
137
## v2.0.11 - 2026-02-01
238
## Version 2.0.11
339

sp_api/__version__.py

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

0 commit comments

Comments
 (0)